- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- utilization question!!
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-16-2005 01:55 AM
08-16-2005 01:55 AM
I want to monitor the %CPU(System and User), Peak Disk utization, memory utilization, swap utilization and priorty queue
utilization on 24 hrs basis on a HP Box.
Can anybody suggest how i can go about the same.
Thanks
Amit
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 01:57 AM
08-16-2005 01:57 AM
Re: utilization question!!
running sar (1m)
getting a Glance/UX license (most colorful output, really good, but costs money. There is a 30day test license on Your application CD's)
using mrtg/rrdtool and snmpd (the hardest to configure, but free and probably perfect)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 02:00 AM
08-16-2005 02:00 AM
Re: utilization question!!
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=948198
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 02:18 AM
08-16-2005 02:18 AM
Re: utilization question!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 02:24 AM
08-16-2005 02:24 AM
Re: utilization question!!
and retreive it later to get the statistics.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 02:29 AM
08-16-2005 02:29 AM
Re: utilization question!!
If you don't have perfview or glance you can use sar. All you have to do is to include lines in root crontab like
00 * * * 0 /usr/lbin/sa/sa1
00 8-20 * * 1-6 /usr/lbin/sa/sa1 900 4
00 0-7,21-23 * * 1-6 /usr/lbin/sa/sa1
and after that you can retreive data with sar with -f option for appropriate day. See sar manual for it.
rgeards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 02:40 AM
08-16-2005 02:40 AM
Re: utilization question!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 02:47 AM
08-16-2005 02:47 AM
Re: utilization question!!
Attached is an extract script that will collect and save info on a weekly and monthly basis. Modify to suit your needs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 07:19 AM
08-16-2005 07:19 AM
SolutionMeasureWare (or PerformanceAgent) stores this knind of data histotically. You can extract it into ASCII file using
extract -xt -g -b
This will produce a file called xfrdGLOBAL.asc, import into MS Excel and draw some graphs.
Alternatively PerfView will do the same but is more integrated into PerformanceAgent.
Regards
Tim