Operating System - HP-UX
1819922 Members
2477 Online
109607 Solutions
New Discussion юеВ

Server Average / Peak Usage

 
Pando
Regular Advisor

Server Average / Peak Usage

Dear Gurus,

I would like to know what command to use to get the server average and peak usage (total).

Thanks!

Maximum points for all correct answers.
Thanks!
5 REPLIES 5
Peter Godron
Honored Contributor

Re: Server Average / Peak Usage

Pando,
I would recommend using glance, given the information in your description.
http://h20229.www2.hp.com/products/gplus/index.html

You do not specify what you want to monitor (disk/memory/CPU/network....), so individual commands could be:
sar
top
vmstat
iostat
John Guster
Trusted Contributor

Re: Server Average / Peak Usage

if you have measureware up running, you can plot using that data.
Peter Godron
Honored Contributor

Re: Server Average / Peak Usage

Hi,
any update/closure on this ?
Mott Given
Frequent Advisor

Re: Server Average / Peak Usage

You can use sar to get the average CPU busy. The peak CPU busy can be discerned by inspecting the data from the command "sar -u".

Mott Given
Pando
Regular Advisor

Re: Server Average / Peak Usage

Hello Mott and Peter,

Thanks for your help.

Pando