Archive for the ‘Python’ Category
Sunday, June 15th, 2008
I had a need to extract transaction response time data from a bunch of LoadRunner Analysis files, and I really didn't want to do endless cut and paste operations from within the LoadRunner Analysis tool. I created this Python script to extract transaction response time data from the LoadRunner ...
Posted in Python, Tips & Tricks, loadrunner | 2 Comments »
Thursday, June 12th, 2008
Jacob Gube just published "15 Tools to Help You Develop Faster Web Pages" at sixrevisions.com. It gives a nice list and high level overview of free tools that are useful for web performance. It includes such tools as load generators, profilers, and debugging proxies.Pylot (my tool) made his ...
Posted in From The Web, Python | Comments Off
Tuesday, April 29th, 2008
I started a project on Google Code to create a set of Python tools to make dealing
with Round Robin Databases (RRD) less
painful. Setting up RRD's can be tough if you don't know what you are doing.
anyone interested can check it out ...
Posted in From The Web, Python | No Comments »