Archive for the ‘Python’ Category

Extract Transaction Data From LoadRunner Analysis

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 ...

Tools to Develop Faster Web Pages

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 ...

Python - RRDTool Utilities (module and scripts for RRDs)

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 ...