Re: [CentOS] http request, which command is good for testing

2010-12-08 Thread Benjamin Franz
On 12/06/2010 10:52 AM, adrian kok wrote: > Hi all > > I just know there are curl / lwp-request, lynx and elinks > > Which command is good for http testing? What kind of testing? Throughput? Testing the output of scripts? Broken link detection? You need to define what you mean by 'http testing'.

Re: [CentOS] http request, which command is good for testing

2010-12-06 Thread Les Mikesell
On 12/6/10 12:52 PM, adrian kok wrote: > Hi all > > I just know there are curl / lwp-request, lynx and elinks > > Which command is good for http testing? jmeter is pretty good for load testing if you don't mind running java. http://jakarta.apache.org/jmeter/ -- Les Mikesell lesmikes...@gm

Re: [CentOS] http request, which command is good for testing

2010-12-06 Thread Paul Heinlein
On Mon, 6 Dec 2010, Rudi Ahlers wrote: > On Mon, Dec 6, 2010 at 8:52 PM, adrian kok wrote: >> Which command is good for http testing? > > links > lynx > telnet > wget > etc I like curl because it defaults to printing to standard output. (You can do it with wget too, of course, it's just not sta

Re: [CentOS] http request, which command is good for testing

2010-12-06 Thread Rudi Ahlers
On Mon, Dec 6, 2010 at 8:52 PM, adrian kok wrote: > Hi all > > I just know there are curl / lwp-request, lynx and elinks > > Which command is good for http testing? > > Thank you > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.o

Re: [CentOS] http request, which command is good for testing

2010-12-06 Thread Matty
On Mon, Dec 6, 2010 at 1:52 PM, adrian kok wrote: > Hi all > > I just know there are curl / lwp-request, lynx and elinks > > Which command is good for http testing? I've had good luck with both curl and wget. There are other tools like smokeping and httping that ca test a site, but I've had great

[CentOS] http request, which command is good for testing

2010-12-06 Thread adrian kok
Hi all I just know there are curl / lwp-request, lynx and elinks Which command is good for http testing? Thank you ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos