Funkload uses python-gdchart (version 1.6 - 1.8) to generate images of chart data. Its an optional install but I think that visual charts allow uhttp://www.blogger.com/img/gl.link.gifs to easily spot major issues and deal with them. There was no easy_installing python-gdchart, so I followed the Funkload install script and went to Francois Meehan's page on the issue. That directed me to Nullcube.com's software page. From there I delved and found my way to the now obsolete pygdchart 2.0 and no sign of the earlier versions.
Not good. 1.8 to 2.0 often means API changes, which means funkload probably wouldn't work. And neither would Francois Meehan's installation instructions. In fact, I can't get pygdchart 2.0 working at all.
I spent about 30 minutes dickering around with pygdchart 2.0. That also included time spent googling and seeing if anyone had a solution. No one seems to in my albeit brief investigation.
Now the question is this, do I
I stopped at that point. Even if I got pygdchart 2.0 working, I had no guarantee Funkload would be able to use it. So unless I find a copy of pygdchart 1.8 or so, its not worth the time.
Another thought is this: Funkload generates pretty easily understood XML. I could use Mathplotlib to generate the charts pretty easily. It would be a bit of work, but not a murderous amount.
So I guess I have three tasks:
- Look for a copy of pygdchart 1.8
- Write a script using Mathplotlib to turn Funkload report XML into pretty charts.
- Consider using another tool like Jmeter.
2 comments:
Hi.
Is there some tutorial for funkload.
Find it hard to start with it
Please help
(please contact me on email: oltarasenko@gmail.com)
Hi, FYI the latest snapshot version of FunkLoad is using python-gdchart2 which is available on many linux distros.
Give it a try:
sudo easy_install -f \
http://funkload.nuxeo.org/snapshots/ \
-U funkload
Post a Comment