|
Home > Archive > Unix administration > March 2005 > Script to give performance report of Solaris ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Script to give performance report of Solaris ?
|
|
|
| Hi, running Sun Solaris 8/9. I have top, vmstat, iostat, prstat and
sar as tools to help me understand and check load and usage on
machine. Im looking for a simple script that will run these commands
for me, trigger on some values and then present a simple report to me.
My area of expertis is not shell scripting, and nor Solaris
performance tuning. The purpose is that instead of running several
commands, merge them together and try to draw conclusions... I want to
run the script and have it present a simple status report. Just to get
to "ok" or "not ok" faster.
Best Regards Emmet 
| |
| Dave Hinz 2005-03-22, 6:08 pm |
| On 22 Mar 2005 01:23:20 -0800, Emmet <materik@bostream.nu> wrote:
> Hi, running Sun Solaris 8/9. I have top, vmstat, iostat, prstat and
> sar as tools to help me understand and check load and usage on
> machine. Im looking for a simple script that will run these commands
> for me, trigger on some values and then present a simple report to me.
Better than that, google for "performance toolkit" by Adrian Cockroft.
Gets you what you're asking for, and the next several steps, while
teaching you along the way. "Virtual Adrian" might be another google
term to try. If you can't find it I'll do some digging.
Dave Hinz
| |
|
|
| Dave Hinz 2005-03-23, 6:09 pm |
| On Tue, 22 Mar 2005 21:13:07 -0500, Tim <tbutler@dev.null> wrote:
> Dave Hinz <DaveHinz@spamcop.net> writes:
>
> http://www.sunfreeware.com/setoolkit.html
That's the one. Excellent as a learning tool, _and_ a performance
analysis and tuning tool.
Dave Hinz
|
|
|
|
|