Perl graph garbage collection usage

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-06-06T17:10:08Z Indexed on 2010/06/06 17:22 UTC
Read the original article Hit count: 486

Filed under:
|
|
|
|

Hi,

I have built a tiny application in Perl that displays a graph over time. It graphs garbage collection usage over time. I use gnuplot to display the actual graph.

This works fine if the time period is short, like a few hours. However, as the time increases (say a few days), the graph becomes difficult to read as the information gets crammed. Note that there is a tool called gcviewer which performs a similar function, it works by allowing you to choose the percentage of the graph.

http://www.tagtraum.com/gcviewer.html

Ideally I would like to take this further by adding the ability to "move" within the graph.

I am not a developer but am good at scripting, so if there is some module in Perl which would provide this functionality it would be excellent! However, if it cannot be done in Perl, I am not averse to learning a new technology.

Inputs are highly appreciated.

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about perl