- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Accuracy of VMSTAT metrics
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
06-20-2003 04:54 PM
06-20-2003 04:54 PM
I've been warned (rightly or wrongly) that the output of VMSTAT is inaccurate and that Glance should be used instead. However, I've seen no indication that VMSTAT metrics are unreliable.
We're using 11.0 (64b).
What do you think?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 05:04 PM
06-20-2003 05:04 PM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 05:36 PM
06-20-2003 05:36 PM
Re: Accuracy of VMSTAT metrics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 06:07 PM
06-20-2003 06:07 PM
Re: Accuracy of VMSTAT metrics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 06:50 PM
06-20-2003 06:50 PM
Re: Accuracy of VMSTAT metrics
It is to be generally noted that you have to keep up with reasonably latest patches.
There is a performance rule. "No single performance tool will provide all the data needed to solve the performance issues".
Glance is a multi-purpose tool from Glance+ that can provide good information with ease. Otherwise, you will have to use a combination of iostat, sar, vmstat, top etc., to get a good idea if not a complete picture.
There are two ways of collecting the performance data.
1. kernel counters: You do not need to turn anything on as these counters are continously updated by the kernel. You can access them using /dev/kmem or pstat calls. The default tools like iostat, sar, vmstat are based on them.
2. Kernel instrumentation: KI is based on the event traces generated by kernel through midaemon (part of Glance+ family). It can provide good depth of performance data than that of kernel counters. But the disadvantage which is acceptable is that there is an additional overhead. Per process detailed information is the advantage on the other hand.
-Sri