Operating System - HP-UX
1752661 Members
5725 Online
108788 Solutions
New Discussion юеВ

Re: Performance monitering commands for the HP_UX

 
SOLVED
Go to solution
Harikrishnan L
Frequent Advisor

Performance monitering commands for the HP_UX

Hi Nanba,

can you list the performance monitoring commands for HP-UX. Like.
Disk monitoring, cpu monitoring, Paging space check and monitoring, find the PV, RAM, CPU, Patch, Firmware, RAID, attached TAPE drives and storage details.

thanks,
Hari.
3 REPLIES 3
Johnson Punniyalingam
Honored Contributor
Solution

Re: Performance monitering commands for the HP_UX

Hello Nanba,

Check below thread, for (Disk,CPU,Swap, Paging ..etc)

http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1405077

You can't ask things -> Just like that

find the PV, RAM, CPU, Patch, Firmware, RAID, attached TAPE drives and storage details.

all are different topics, You need to start with

reading below "PDF"

http://www.unixguide.net/unixguide.pdf
Problems are common to all, but attitude makes the difference
bobsam
Advisor

Re: Performance monitering commands for the HP_UX

hi Hari,

please check the commands,

1.Disk== ioscan -funC disk
sar -b & sar -d command
2.CPU== sar -u
top
ps -ef
3.page== vmstat 1 5

4.PV == vgdisplay
lvdisplay
pvdisplay
diskinfo

5.RAM== swapinfo
cstl tool

6.patch== swlist

7.firmware==check from mp

8.RAID== vgdisplay ,lvdisplay

9.TAPE== ioscan -funC tape

10. storage== autopath display

saran2010
Occasional Advisor

Re: Performance monitering commands for the HP_UX

Hi Hari,

Check whether Glance plus is installed in the system.if it is installed means we can monitor CPU, Disk i/o utilization and Paging space through glance.

for swap

swapinfo -tam

for all attached hardware details use ioscan command