1834882 Members
2352 Online
110071 Solutions
New Discussion

Re: system performance

 
SOLVED
Go to solution
Javier Ortiz Guajardo
Frequent Advisor

system performance

At this moment we don??t have a product to monitor the system (like glance ...etc)
how can i evaluate my system with out this kind of tools, about memory and swap.

I need to knwo if my system is swaping and how much resources (Virtual memory, memory swap and real memory) is being used. Is there some commands that can help me to evaluate my system?

Can sar, vmstat, swapinfo. help me to evaluate my system?

i have a program - memdetail - but i??m having trouble to understand the results about this program.

i appreciate your help...
Thanks.
The obstacles are those things that the people see when they left to see their goals.
5 REPLIES 5
Michael Tully
Honored Contributor
Solution

Re: system performance

The combination of all of those tools should give you a reasonable evaluation on system performance. In saying that, why not load the glance tool(s) using the trial copy. It has a 60 day license.

Besides sar, vmstat, and swapinfo there is also iostat and timex that can assist as well.

CPU 'sar-u 5 5'
disk 'sar -d 5 5'
sar -b (block activity)
sar -q (run queue & run occupancy %)
vmstat -n 5 2
vmstat -f
vmstat -s

You can also use accounting (sar,acct) to gather information for later analysis.
Anyone for a Mutiny ?
malay boy
Trusted Contributor

Re: system performance

well you can check this thread.It have a bunch of good script by our guru's in this forum.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x836cc1c4ceddd61190050090279cd0f9,00.html
There are three person in my team-Me ,myself and I.
Michael Steele_2
Honored Contributor

Re: system performance

Refer to Mr. Tulley's posting for that's all you need. In fact, its the exact same procedure that the response center follows. Refer to document:

KBRC00004630.

sar -u 5 5
(* %idle low or 0? => cpu bottleneck *)

(* %wio > 15% => disk or tape bottleneck. Use this during backups. *)

sar -d 5 5
(* %busy > 50% => disk bottleneck, cross reference with 'avwait > avserv'. Together, they indicate an I/O bottleneck *)

vmstat 5 5
(* po nonzero? page out *)

sar -v 5 5
(* result of numerator / denominator > 85-90%, then your either, nproc, ninode or nfile needs to be increased. *)

swapinfo -tam
(* total %utilizied > 85% => add more swap *)
Support Fatherhood - Stop Family Law
KO kwang tae
Advisor

Re: system performance

i think you can use enough to evaluate your system

as follows :

sar -u 2 5 ( cpu bottlenect check)
UNIX95= ps -e -o "user,vsz,pcpu,pid,ppid,args" |sort -rnk2 |more
(memory/ cpu percentage check)
swapinfo -atm (swap check)
top (memory use rate check)
real, vitual, free
you have to check to use pseudo-swap.(swapmem_on)

iostat 2 5( disk check)

V. V. Ravi Kumar_1
Respected Contributor

Re: system performance

Hi,

See the website www.sarchek.com, u can get a trial version for HP-UX.

Regards
Never Say No