- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I measure the average utilization
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
01-06-2003 03:55 PM
01-06-2003 03:55 PM
How do I measure the average utilization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 04:01 PM
01-06-2003 04:01 PM
Re: How do I measure the average utilization
Measureware (Glance+ Pak) has been a very good product of HP that many customers have been following for their performance and capacity management solutions. There are two threads today itself that discussed about this and should help you determine if it is worth having it. You can get a trial version from your Application CDs to try the product.
Once you have it installed, it will start collecting information automatically. You can generate reports using measureware's "extract" command or Perfview's "pv" graphical interface. Look at man pages for more details.
Also look at the following thread
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x83aeafe90f1cd71190050090279cd0f9,00.html
I have also used BMC's BEST/1 which is as good as HP's Measureware. But it concentrates more on CPU metrics.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 04:33 PM
01-06-2003 04:33 PM
Re: How do I measure the average utilization
Thanks
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 06:10 PM
01-06-2003 06:10 PM
Re: How do I measure the average utilization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2003 07:24 PM
01-06-2003 07:24 PM
Re: How do I measure the average utilization
For monitoring the system utilization, you can use sar on regular interval the put the output to a file.
sar -o sar_op 6 10
and later you can check the file for details.
You can run this through cron for collecting data.
Also you can use the following commands.
processor:
w -u
sar -Mu 2 3 ( M for Multiprocessor)
top
disks:
iostat
sar -d 2 3
NIC's
netstat -s
Memory
vmstat -n
swapinfo -tam
sar -b
sar -w.
Happy Tuning
Srini.