media-scientific - IT Blog

the backend developers blog

Lasttest Software - Webapplikationen testen

Vorlesen mit webReader

Es ist gerade bei großen Projekten Ratsam, Lasttests durchzuführen, die zeigen wie viele Zugriffe parallel von einem System verarbeitet werden können.

Solche Tests sind im allgemeinen auch als Stresstest bekannt.

Apache hat zu diesem Zweck ein Benchmarking-Tool zur Verfügung gestellt, welches so ziemlich jeden Webserver testen kann. Unter http://httpd.apache.org/docs/2.0/programs/ab.html können mehr Informationen dazu eingesehen werden.

Ein Nettes HowTo zum Thema ist hier zu finden: http://www.cyberciti.biz/tips/howto-performance-benchmarks-a-web-server.html

Weitere Software ais Wikipedia.org:

Tools for benchmarking

Load testing (stress/performance testing) a web server can be performed using automation/analysis tools such as:

  • ApacheBench (or ab), a command line program bundled with Apache HTTP Server
  • JMeter a Java GUI to make scenarios for several protocols: HTTP, AJP, JDBC…
  • Siege_(software) a command line to test Web servers
  • httperf
  • http_load a command line tool that may fetch several urls (given by a file) by test, and runs on a single proccess
  • Grinder, a Java / Jython performance testing tool[1]
  • Microsoft’s Web Capacity Analysis Tool (WCAT), a part of IIS 6.0 Resource Kit[2]
  • Microsoft’s Web Application Stress Tool (WAST, used to be called homer)[3]
  • OpenSTA, distributed software testing architecture which can perform scripted HTTP and HTTPS heavy load tests with performance measurements from Win32 platforms [4]
  • Netwox, a network testing toolbox[5]
  • RadView’s WebLOAD[6]
  • OpenWebLoad[7] a Linux|Windows command line tool

Leave a Reply

You must be logged in to post a comment.