Difference between revisions of "Benchmarks"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 10: Line 10:
 
* [http://www.vanheusden.com/httping/ httping]
 
* [http://www.vanheusden.com/httping/ httping]
 
webserver stressen
 
webserver stressen
  httping -f -h <servername>
+
  httping -f -h ''servername''
 +
httping -g ''URL''
 
HTTP benchmarking utility
 
HTTP benchmarking utility
 
* siege
 
* siege
 
* [http://httpd.apache.org/docs/2.0/programs/ab.html ab]
 
* [http://httpd.apache.org/docs/2.0/programs/ab.html ab]

Revision as of 11:10, 22 December 2009

disk benchmarks

  • hdparm
  • bonnie
  • iozone

network benchmarks

  • ping

httpd benchmarks

webserver stressen

httping -f -h servername
httping -g URL

HTTP benchmarking utility