- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vmstat
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-01-2004 06:06 AM
10-01-2004 06:06 AM
vmstat
vmstat shows in the column r (runque waits) a number mayor than my number of CPUs. But the percentage of usage of the CPUs es 50%.
How can this happend?
What is the meaning of this situacion?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 06:20 AM
10-01-2004 06:20 AM
Re: vmstat
this could indicate an disk bottleneck.
You could check sar -uM for info on how the CPUs are used.
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 06:29 AM
10-01-2004 06:29 AM
Re: vmstat
uptime
glance -a
sar -q 5 5
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 06:34 AM
10-01-2004 06:34 AM
Re: vmstat
Do you have glance? There is, if I recall correctly, a 30 day trial on the CD of software extras that comes with the OS CD set. You can watch CPU and disk traffic in real time with that.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 06:53 AM
10-01-2004 06:53 AM
Re: vmstat
8:50pm up 13 days, 10:59, 1 user, load average: 0.10, 0.14, 0.22
$ glance -a
/usr/bin/sh: glance: not found.
$ sar -q 5 5
HP-UX oficial1 B.11.23 U ia64 10/01/04
20:52:29 runq-sz %runocc swpq-sz %swpocc
20:52:34 2.0 10 0.0 0
20:52:39 0.0 0 0.0 0
20:52:44 1.5 20 0.0 0
20:52:49 1.0 30 0.0 0
20:52:54 2.0 10 0.0 0
Average 1.4 14 0.0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 07:13 AM
10-01-2004 07:13 AM
Re: vmstat
sar -d 5 10
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2004 07:14 AM
10-01-2004 07:14 AM
Re: vmstat
I wouldn't be too concerned about the queues reported by vmstat, sar or uptime if the CPU utilization is not near 90%. It's merely an average of the samples and may not necessarily a real figure.
I would have looked for patches if the OS is of earlier versions like 10.20 etc.,. Unless your application is really impacted, I wouldn't worry much about it.
-Sri