Computing.Net > Forums > Solaris > Show sar results in graphs

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Show sar results in graphs

Reply to Message Icon

Name: paul0al
Date: November 4, 2004 at 11:51:55 Pacific
OS: solaris 9
CPU/Ram: sparc
Comment:

I need performance monitoring tools in Solaris. I tried the stat tool (i.e. iostat) and sar. However, none of these tools can display their results in a graph. I know that Windows has Performance Monitor, which records and displays results in a graph.

What tools do you guys use to display results from sar or the stat tools in a graph?



Sponsored Link
Ads by Google

Response Number 1
Name: SASprogrammer
Date: November 4, 2004 at 16:10:57 Pacific
Reply:

Check to see if your system has perfmeter installed - our is in /usr/openwin/bin/xview/perfmeter. Then man perfmeter will tell you all the options.

Here's my stripped down script (probably won't travel well thru this web interface - email me if interested in some options):
#!/bin/ksh
colors="-bg black -fg green2"
#colors="-bg DarkSlateGray -fg SlateGray2"
winsize="-geometry 630x90+470-27" # lower center
perf_opts="$perf_opts -g" # -g = start perfmeter with graphs
#perf_opts="$perf_opts -S" # -S = solid, filled graphs
perf_opts="$perf_opts -L" # -L = line graphs
#perf_opts="$perf_opts -V" # -V = Vertical orientation
perf_opts="$perf_opts -H" # -H = Horizontal orientation
perf_opts="$perf_opts -t load -t cpu -t disk -t pkts" # list of graphs to display
perf_opts="$perf_opts -t intr -t cntxt" # list of graphs to display
perfmeter $perf_opts -title ' Perf Mtr Graphs' $colors $winsize &


Simplify as much as possible, but no simpler. A. Einstien


0

Response Number 2
Name: ali110
Date: January 2, 2006 at 20:39:29 Pacific
Reply:

is there a tool that displays sar data on a windows based system?

Rgds
Ali


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Close down computer Solaris 2.6 filsystem ful...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: Show sar results in graphs

cdrom won't mount in Solaris 9 www.computing.net/answers/solaris/cdrom-wont-mount-in-solaris-9/3946.html

solaris nfs client www.computing.net/answers/solaris/solaris-nfs-client/1678.html

unable to ping router www.computing.net/answers/solaris/unable-to-ping-router/4868.html