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 <[email protected] > wrote: > On Wed, Apr 11, 2018 at 5:54 PM, Absonworld . <[email protected]> > 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: [email protected] > For additional commands, e-mail: [email protected] > > -- ABHISHEK KUMAR
