Operating System - HP-UX
1847108 Members
5499 Online
110263 Solutions
New Discussion

Re: Graphically displaying performance statistic

 
SOLVED
Go to solution
Charles Li_2
Occasional Advisor

Graphically displaying performance statistic

I have collected performance statistic for my server. They are in time vs response. I would like to plot them in a line graph. What is the easiest way to accomplish on HP-UX?

Thanks, Charles
5 REPLIES 5
Zeev Schultz
Honored Contributor
Solution

Re: Graphically displaying performance statistic

gnu plotutils? -

http://hpux.cs.utah.edu/hppd/hpux/Gnu/plotutils-2.4.1/

What have you collected the data with?
So computers don't think yet. At least not chess computers. - Seymour Cray
Alzhy
Honored Contributor

Re: Graphically displaying performance statistic

Charles,

I see you developing your "suite" of performance monitoring tools. For simpler implementations I'd say go for any of the public domain plotutils (Gnuplot for example)

FOr more advanced applications I suggest you use RRDTOOL, it will take some effort of learning but once you master it, you can make tools that even the commercial vendors will drool upon... Use RRDTOOL to graph any output from UNIX's various built-in tools and utilities (ie. sar, vmstat, uptime, etc..)
Hakuna Matata.
Charles Li_2
Occasional Advisor

Re: Graphically displaying performance statistic

gnu plotutils? -
http://hpux.cs.utah.edu/hppd/hpux/Gnu/plotutils-2.4.1/
What have you collected the data with?
>> I am using a simple shell script. I am running Oracle 9iAS. They have a tool call DMS, which I can call to extract performance data. Thanks, Charles
Alzhy
Honored Contributor

Re: Graphically displaying performance statistic

I used data from sar, vmstat, swapinfo, iostat, etc.. Coupled with some Perl scripting of course.
Hakuna Matata.
Zeev Schultz
Honored Contributor

Re: Graphically displaying performance statistic

As Oracle say about DMS - http://otn.oracle.com/products/ias/http/ohs-faq-v1022-part3.htm#DMS%20-%20Dynamic%20Monitoring%20System

Its included with Oracle http server (Apache) and stores its metrics in the shared memory.I guess the metrics can also be seen through some web-browser-http-way?
So computers don't think yet. At least not chess computers. - Seymour Cray