03-13-07 12:24 PM
On 12 Mar 2007 15:53:46 -0700, underh20.scubadiving@gmail.com wrote:
> I'm new to unix scripting. I need a script that to monitor our Solaris
> 8 server performance.
> The script will run at an interval which captures:
>
> 1) CPU, disk, memory, swap usages, i/o stats. I need the information
> to be simple and dispalyed like the disk usage and free available
> space, memory usage and free memory space, etc.
man:
vmstat,iostat,sar
> 2) Top 15 files or processes that is taking up the most CPU, disk and
> memory space.
man prstat
Gregory
[ Post a follow-up to this message ]
|