goldb.org home

AS OF MAY 2008, THIS BLOG IS NO LONGER BEING UPDATED.
Visit the new blog at: http://coreygoldberg.blogspot.com



 Friday, August 24, 2007

Pylot - Dev Update #6 - Web Performance/Load Test Tool (Results Report and GUI)

(Pylot is the open source web performance/load test tool that I am developing)

When a test run is finished, a report is automatically generated to summarize the test results. It includes various statistics and graphs on response times and throughput from the run. A sample of the results report can be seen here:

http://www.pylot.org/samples/results/results.html

Pylot also writes results to CSV files so you can import them into your favorite spreadsheet to crunch numbers, generate statistics, and create graphs. I have been working


I have also been working on the GUI. Here is the latest:

http://www.pylot.org/samples/ui/pylot_ui_screenshot_2007_08_20.png



Related:

#    Comments [4] |
Monday, August 27, 2007 12:03:49 AM (Eastern Standard Time, UTC-05:00)
Hi Corey,
Very glad to see your progress on pylot. It looks easy of use and Cool!
BTW, can we get some response and request infomation on Pylot tool, so that i can debug our scripts when i make some parameterized,like post some dynamic data.
Another question: how many concurrent users(or requests) can Pylot support, if our hardware config is DUO 2.0G, 2G RAM and 100M Network card?
i am very intetested in your thread status item, it will help tester to find some poteintial problems!

Cheng
Monday, August 27, 2007 8:13:03 AM (Eastern Standard Time, UTC-05:00)
Hi Cheng,
yes, I have added logging capabilities so you can see the raw HTTP requests that are being send and received.

I am not sure how many threads it will be able to support. I will do some benchmarking soon to get and idea of what it can handle. Watch my blog for further updates.

-Corey

Tuesday, October 23, 2007 9:57:41 PM (Eastern Standard Time, UTC-05:00)
Hi,
I'm struggle for installation of the tool in Windows. First i told my steps

1. As per your instruction first i download all tools Pylot,Python2.5, wxpython,numpy & matpotlib.
2. After download what i do ?

I can't able to proceed further. Please provide instruction for this tool. because i'm new to python fields. Please give instruction based on Windows.
Wednesday, October 24, 2007 8:28:52 AM (Eastern Standard Time, UTC-05:00)
@vadivelan:

after you download all of the prerequisites, install them in the order shown. After you have them all installed, run pylot.py.

Comments are closed.