Operating System - HP-UX
1821802 Members
3134 Online
109637 Solutions
New Discussion юеВ

where to view the cpu pri queue

 
Rambo_1
Regular Advisor

where to view the cpu pri queue

Hi,
I want to see the cpu pri queue by glance ,but I don't know what option should be use ?
Is there any suggestion ?

thanks for your help

3 REPLIES 3
Geoff Wild
Honored Contributor

Re: where to view the cpu pri queue

You can see it in measureware:

GBL_PRI_QUEUE

/opt/perf/bin/extract -xp -r /home/gwild/zgbltemplate -g -b today 7:00 -e today 18:00 -f stdout


# cat /home/gwild/zgbltemplate
REPORT "MWA Export on !SYSTEM_ID"
FORMAT ASCII
HEADINGS ON
SEPARATOR="|"
SUMMARY=60
MISSING=0
DATA TYPE GLOBAL
YEAR
DATE
TIME
GBL_CPU_TOTAL_UTIL
GBL_CPU_SYS_MODE_UTIL
GBL_CPU_USER_MODE_UTIL
GBL_CPU_SYSCALL_UTIL
GBL_CPU_INTERRUPT_UTIL
GBL_PRI_QUEUE
GBL_CPU_CSWITCH_UTIL
GBL_SWAP_SPACE_UTIL
GBL_DISK_UTIL_PEAK
GBL_DISK_SUBSYSTEM_QUEUE
GBL_MEM_UTIL
GBL_MEM_CACHE_HIT_PCT
GBL_MEM_PAGEOUT_RATE
GBL_MEM_SWAPOUT_RATE
GBL_MEM_QUEUE
GBL_NET_PACKET_RATE
GBL_NET_OUTQUEUE
GBL_NETWORK_SUBSYSTEM_QUEUE


Rgds...Geoff



Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
James R. Ferguson
Acclaimed Contributor

Re: where to view the cpu pri queue

Hi:

'sar' also offers some CPU metrics. See the manpages.

Regards!

...JRF...
Mustafa Gulercan
Respected Contributor

Re: where to view the cpu pri queue

hi;

#glance
press ( Y key )

the glance global system calls report ( Y key )
displays all the system calls that have been executed system-wide.When system CPU utilization is high,this report can be used to identify on which system calls the CPU is spending most of its time.

and ;

#glance
press ( a key )

the glance CPU-by-processor report ( a key ) provides details on a per CPU basis

and ;

#glance
press ( c key )
the glance CPU report ( c key ) provides details on where the CPU is spending its time from a global perspective.