Hi all I just know there are curl / lwp-request, lynx and elinks Which command is good for http testing? Thank you
On Mon, Dec 6, 2010 at 1:52 PM, adrian kok <adriankok2000 at yahoo.com.hk> 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 luck combining wget / curl with bash or perl. Here are two example scripts that might help you: http://prefetch.net/code/content-check http://prefetch.net/code/http-ping.pl Hope that helps, - Ryan -- http://prefetch.net
Rudi Ahlers
2010-Dec-06 19:00 UTC
[CentOS] http request, which command is good for testing
On Mon, Dec 6, 2010 at 8:52 PM, adrian kok <adriankok2000 at yahoo.com.hk> 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 at centos.org > http://lists.centos.org/mailman/listinfo/centos >links lynx telnet wget etc -- Kind Regards Rudi Ahlers SoftDux Website: http://www.SoftDux.com Technical Blog: http://Blog.SoftDux.com Office: 087 805 9573 Cell: 082 554 7532
Les Mikesell
2010-Dec-06 20:41 UTC
[CentOS] http request, which command is good for testing
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 lesmikesell at gmail.com
Benjamin Franz
2010-Dec-08 12:31 UTC
[CentOS] http request, which command is good for testing
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'. For simple 'how fast is my webserver' testing, 'ab' works ok and is part of the default Apache webserver install. -- Benjamin Franz