- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- High runq-sz
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
08-10-2006 09:26 PM
08-10-2006 09:26 PM
High runq-sz
I have a number of rp3410 single CPU machines and they always report a high value in sar for runq-sz.
10:13:00 runq-sz %runocc swpq-sz %swpocc
10:13:02 10.0 100 0.0 0
10:13:04 8.0 100 0.0 0
10:13:06 9.0 100 0.0 0
10:13:08 7.0 100 0.0 0
10:13:10 9.0 100 0.0 0
10:13:12 7.0 100 0.0 0
10:13:14 7.0 100 0.0 0
10:13:16 9.0 100 0.0 0
10:13:18 7.0 100 0.0 0
10:13:20 6.5 100 0.0 0
Average 7.9 100 0.0 0
The CPU shows
10:16:03 %usr %sys %wio %idle
10:16:05 0 0 7 93
10:16:07 1 0 0 99
10:16:09 0 1 4 95
10:16:11 0 0 0 100
10:16:13 0 0 1 99
10:16:15 0 0 1 99
10:16:17 0 0 4 95
10:16:19 0 0 4 96
10:16:21 0 0 1 99
10:16:23 0 0 0 100
Average 0 0 2 98
So there is a little I/O wait, which may explain perhaps the odd process to be waiting. My global priority queue shows
# glance -j2 -iterations 3 -adviser_only -syntax glance.syntax
Welcome to GlancePlus
Global Priority Queue 0.0
Global Priority Queue 0.0
Global Priority Queue 0.0
Up until last weekend, uptime and top showed the load at 5+ constantly. After applying patch PHKL_34310 all was OK.
My question is, why is runq-sz always high ? I have this OS build on 100 or more rp2405 / rp2470s and none of these display this behaviour. runq-sz / global priority and load are all consistent with how busy the systems are.
Thanks
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 09:34 PM
08-10-2006 09:34 PM
Re: High runq-sz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 10:11 PM
08-10-2006 10:11 PM
Re: High runq-sz
It appears the system is being used. You should have no fear of having to find new work because your system is not being used.
I recommend looking at a broader performance picture:
http://www.hpux.ws/system.perf.sh
I also recommend you take a look from the complaint persepctive. Take basic tuning steps, make sure the kernel is well tuned, the system is well patched and don't worry about numbers on a perfomance chart unless you have response time complaints.
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
08-10-2006 10:18 PM
08-10-2006 10:18 PM
Re: High runq-sz
How do I check the global priority queue.
Is the value show in glance -B
Under the blocked section ?
Priority 0.0 0.00 0.0
Thanks
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 10:28 PM
08-10-2006 10:28 PM
Re: High runq-sz
glance -j2 -iterations 3 -adviser_only -syntax glance.syntax
Welcome to GlancePlus
Global Priority Queue 0.0
Global Priority Queue 0.0
Global Priority Queue 0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 10:35 PM
08-10-2006 10:35 PM
Re: High runq-sz
To be a pain but is the metric I mentioned earlier in glance -B the online way in glance ? The help seems to indicate this....
Thanks
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 10:44 PM
08-10-2006 10:44 PM
Re: High runq-sz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 10:49 PM
08-10-2006 10:49 PM
Re: High runq-sz
Thanks