Pylot is a free open source tool for testing performance and scalability of web services. It runs HTTP load tests,
which are useful for capacity planning, benchmarking, analysis, and system tuning.
Pylot generates concurrent load (HTTP Requests), verifies server responses, and produces reports with metrics.
Tests suites are executed and monitored from a GUI or shell/console.
Platforms:
Console and Blocking Mode
Console and Blocking modes run on all platforms where Python 2.5+ can be installed.
Tested on Windows XP, Vista, Ubuntu 8.04/8.10, Eee PC, Mac OS.
GUI Mode
Pylot GUI will run on all platforms that support Python and wxWidgets. The GUI has mostly
been developed and tested on Windows, but looks decent on Linux and Mac.
The application code is pure Python and uses a cross-platform toolkit.
Installing Pylot
Step 1: Download and unzip the latest Pylot release
Get the latest release here: Download Pylot
Step 2: Install Python 2.5+
Get installer from here: http://www.python.org/download
Step 3: Install wxPython (optional - used for GUI mode)
Get the installer from here: http://www.wxpython.org/download.php
Step 4: Install NumPy (optional - used for report graphs)
Get the installer from here: http://sourceforge.net/projects/numpy
Step 5: Install Matplotlib (optional - used for report graphs)
Get the installer from here: http://sourceforge.net/projects/matplotlib
Step 6: Run Pylot
GUI Mode:
> python run.py -g
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5