- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is meant by "%WCPU %CPU" column for top comm...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-13-2010 04:10 AM
тАО04-13-2010 04:10 AM
What is meant by "%WCPU %CPU" column for top command in HP-UX
What is meant by "%WCPU %CPU" column for top command in HP-UX?
Can any one tell me in an easy way?
Thanks
Minhaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2010 04:17 AM
тАО04-13-2010 04:17 AM
Re: What is meant by "%WCPU %CPU" column for top command in HP-UX
%WCPU Weighted CPU (central processing unit) percentage.
Read
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=57634&admit=109447626+1271160793100+28353475
Jean-Louis Phelix's post.
At the end there are also the formulas
%WCPU ---> (100.0 * pctcpu / (1.0 - exp(pp->pst_time * logcpu))),
%CPU ---> (100.0 * pctcpu));
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2010 04:19 AM
тАО04-13-2010 04:19 AM
Re: What is meant by "%WCPU %CPU" column for top command in HP-UX
The '%wcpu' is a *weighted* CPU percentage whereas the '%cpu' is the CPU percentage during the last sample interval.
The weighted value gives a percentage based on more than one sample interval over time and thus should better reflect a process's average resource utilization.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2010 04:22 AM
тАО04-13-2010 04:22 AM
Re: What is meant by "%WCPU %CPU" column for top command in HP-UX
http://mathforum.org/library/drmath/view/52803.html
Best regards from Romania,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2010 04:30 AM
тАО04-13-2010 04:30 AM
Re: What is meant by "%WCPU %CPU" column for top command in HP-UX
Bets regards from Romania,
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2010 04:36 AM
тАО04-13-2010 04:36 AM
Re: What is meant by "%WCPU %CPU" column for top command in HP-UX
Minhaz