Re: [users@httpd] Need Help in AB load testing with random query params.

2018-04-12 Thread Absonworld .
Hi ,

so this is not possible with AB ?
And also , will siege provide me a cumulative result for all the URLs
provided in the input file ?

Thanks for the help !!


On Thu, Apr 12, 2018 at 3:09 PM, Rainer Canavan <rainer.cana...@sevenval.com
> wrote:

> On Wed, Apr 11, 2018 at 5:54 PM, Absonworld . <abhishek.k0...@gmail.com>
> wrote:
> > Hi All ,
>
> [...]
> > a) Input file : text1 text2 text3
> >
> > b) URL :- {{BaseURL}}/apps/{{ApplId}}/courses/search?query={{random text
> > from input file }}
> >
> > I would like to hit this search URL with different/random texts present
> in
> > the input file
> [...]
>
> maybe try siege (https://www.joedog.org/siege-home/) instead, but you'd
> still
> have to expand your list of "random" texts to full URLs, e.g.
> for i in `cat inputfile`; do echo {{BaseURL}}/...?query=$i ; done > URLs
> and then use siege -f URLs
>
> rainer
>
> -
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
ABHISHEK KUMAR


[users@httpd] Need Help in AB load testing with random query params.

2018-04-11 Thread Absonworld .
Hi All ,

I need help in passing random inputs from a input file to apache benchmark
(abs) for load testing a URL :

I want to pass random inputs for load testing my search URL . Search texts
have to be read from an Input file and appended in the URL and send for the
AB load testing .

Eg.

a) Input file : text1 text2 text3

b) URL :- {{BaseURL}}/apps/{{ApplId}}/courses/search?query={{random text
from input file }}

I would like to hit this search URL with different/random texts present in
the input file . Currently i am trying the below command which just takes
one static URL :-

abs -n 100 -c 100 https://ib3rf43def /courses/search?query=course  >
../../abTestResult.txt



Thanks for the help in advance .!


[users@httpd] Need Help in AB load testing with random query params.

2018-04-09 Thread Absonworld .
 Hi ,How to pass random inputs from a input file to apache benchmark (abs)
for load testing a URL :

I want to pass random inputs for load testing my search URL . Search texts
have to be read from an Input file and appended in the URL and send for the
AB load testing .

Eg. a) Input file : text1 text2 text3 b) URL :-
{{BaseURL}}/apps/{{ApplId}}/courses/search?query={{random
text from input file }}

I would like to hit this search URL with different/random texts present in
the input file . Currently i am trying the below command which just takes
one static URL :-

abs -n 100 -c 100 https://ib3rf43def /courses/search?query=course  >
../../abTestResult.txt

Thanks for the help in advance .!


-- 
ABHISHEK KUMAR