Re: Need Help in AB load testing with random query params.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.canavan@xxxxxxxxxxxx> wrote:
On Wed, Apr 11, 2018 at 5:54 PM, Absonworld . <abhishek.k0088@xxxxxxxxx> 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-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




--
ABHISHEK KUMAR

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux