Difference between revisions of "Benchmarks"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
= disk benchmarks =
+
= disk =
 
* hdparm
 
* hdparm
 +
 +
== file system ==
 
* bonnie
 
* bonnie
 
* iozone
 
* iozone
  
= network benchmarks =
+
= networking =
 +
 
 +
== latency ==
 
* ping
 
* ping
  
= httpd benchmarks =
+
== httpd benchmarks ==
 
* [http://www.vanheusden.com/httping/ httping]
 
* [http://www.vanheusden.com/httping/ httping]
 
webserver stressen
 
webserver stressen
Line 15: Line 19:
 
* siege
 
* siege
 
* [http://httpd.apache.org/docs/2.0/programs/ab.html ab]
 
* [http://httpd.apache.org/docs/2.0/programs/ab.html ab]
 +
 +
== Graphic card ==
 +
Watching a [[video]] feels sluggish on one computer, but on the other it is okay ? Test your [[graphics card]] with [[glxgears]] like this:
 +
<pre>
 +
$ glxgears
 +
359 frames in 5.1 seconds = 70.397 FPS
 +
320 frames in 5.1 seconds = 62.590 FPS
 +
320 frames in 5.3 seconds = 60.201 FPS
 +
320 frames in 5.1 seconds = 63.046 FPS
 +
300 frames in 5.4 seconds = 55.305 FPS
 +
340 frames in 5.4 seconds = 62.724 FPS
 +
300 frames in 5.2 seconds = 57.543 FPS
 +
340 frames in 5.4 seconds = 62.483 FPS
 +
320 frames in 5.1 seconds = 62.149 FPS
 +
320 frames in 5.2 seconds = 61.365 FPS
 +
300 frames in 5.1 seconds = 59.275 FPS
 +
320 frames in 5.5 seconds = 58.109 FPS
 +
320 frames in 5.1 seconds = 62.149 FPS
 +
</pre>

Revision as of 11:17, 22 December 2009

disk

  • hdparm

file system

  • bonnie
  • iozone

networking

latency

  • ping

httpd benchmarks

webserver stressen

httping -f -h servername
httping -g URL

HTTP benchmarking utility

Graphic card

Watching a video feels sluggish on one computer, but on the other it is okay ? Test your graphics card with glxgears like this:

$ glxgears
359 frames in 5.1 seconds = 70.397 FPS
320 frames in 5.1 seconds = 62.590 FPS
320 frames in 5.3 seconds = 60.201 FPS
320 frames in 5.1 seconds = 63.046 FPS
300 frames in 5.4 seconds = 55.305 FPS
340 frames in 5.4 seconds = 62.724 FPS
300 frames in 5.2 seconds = 57.543 FPS
340 frames in 5.4 seconds = 62.483 FPS
320 frames in 5.1 seconds = 62.149 FPS
320 frames in 5.2 seconds = 61.365 FPS
300 frames in 5.1 seconds = 59.275 FPS
320 frames in 5.5 seconds = 58.109 FPS
320 frames in 5.1 seconds = 62.149 FPS