- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vmstat odd output.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 02:37 AM
10-02-2003 02:37 AM
I have a DBA asking me about the CPU portion: usr and sys... It seems they always show 0 0 100 on the CPU portion except for the first line which has very unusual numbers under CPU...
Can anyone help me figure this out?
us sy id
80 25 226066174050304
0 0 100
0 0 100
0 0 100
Below is the full line sorry for the line wrap...
$ vmstat 5 4
procs memory page faults cpu
r b w avm free re at pi po fr de sr in sy cs us sy id
6 22 0 643445 10709411 225 69 0 0 0 0 0 19826 47796 6774 80 25 226066174050304
6 22 0 643445 10715199 247 26 0 0 0 0 0 36357 61601 15388 0 0 100
13 19 0 623823 10714653 238 10 0 0 0 0 0 34456 58239 13746 0 0 100
13 19 0 623823 10724254 352 54 0 0 0 0 0 32908 54598 12395 0 0 100
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 02:48 AM
10-02-2003 02:48 AM
Re: vmstat odd output.
I'm attaching some sar scripts that might get you better performance data.
They are background, production, originated from HP.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 02:57 AM
10-02-2003 02:57 AM
Re: vmstat odd output.
My question is this: With the command, "Vmstat 5 5", why does the IDLE time show 100% and 0 for the user and sys columns... I ran vmstat 5 100 and every time it shows:
usr sys id
0 0 1000
Every time except for the first time which seems corrupted...And this is during hte day with some load on the system so it should not always show idle 100 every 5 seconds???
I must say this is on my Superdome 11.11... All my other boxes show some variation in these last 3 colums... any thoughts no matter how weird are welcome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 03:02 AM
10-02-2003 03:02 AM
SolutionWhat is your vmstat patching level ?
PHCO_27578 is the latest one for 11.0, PHCO_25979 is the latest for 11.11.
I can read from patch texts that both of them are solving CPU wrong display outputs.
Hope this helps, Bye.
Francis DERDEYN - HP-UX ASCE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 03:05 AM
10-02-2003 03:05 AM
Re: vmstat odd output.
I just saw your addtionnal mail saying that this is a Superdome system. So, you are totally matching the 'known' problem solved by PHCO_25979 :
vmstat(1) is showing wrong value for average CPU idle time
spent by all the active processors. The average cpu time
spent in each state was calculated by storing the sum of
cpu time spent in each state by all the active processors
in a variable and dividing it with number of active
processors. There was a overflow occurring while assigning
the sum of cpu times spent by all the active processors.
This problem can occur only on multi-processor systems, up
for long time.
Can you verify if you have that patch installed. If not, install it and check back again. The patch does not need any reboot.
Bye.
Francis DERDEYN - HP-UX ASCE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 03:07 AM
10-02-2003 03:07 AM
Re: vmstat odd output.
s700_800 11.00 vmstat(1) cumulative patch PHCO_27578 PHCO_27578
s700_800 11.00 pstat patch, long command line storage PHKL_26008
Here is the 11.11 patch:
s700_800 11.11 vmstat(1) cumulative patch PHCO_25979 PHCO_25979
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2003 03:13 AM
10-02-2003 03:13 AM
Re: vmstat odd output.
It describes my exact problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 03:14 AM
10-27-2003 03:14 AM