- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Two Questions Double the Fun
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
02-18-2002 09:53 AM
02-18-2002 09:53 AM
Two Questions Double the Fun
For instance, when I look in glanceplus the system CPU is at 99%. How can I graph the top 10 processes at that specific time (snapshot) of performance on my HP? Any suggestions would be very helpful.
Second question?
Are there shareware or free tools I can download and apply to my server to help me graph this information Im trying to capture?
Please advise?
thanks, Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:02 AM
02-18-2002 10:02 AM
Re: Two Questions Double the Fun
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:04 AM
02-18-2002 10:04 AM
Re: Two Questions Double the Fun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:06 AM
02-18-2002 10:06 AM
Re: Two Questions Double the Fun
With regard to 'top' you can capture its output into a file with the '-f' option [which is not well documented]:
# top -d 1 -f /tmp/top.log
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:11 AM
02-18-2002 10:11 AM
Re: Two Questions Double the Fun
if you have SAP anywhere in your house, you can use saposcol, which keeps an own shm-based 24 hours database.
Can be queried interactively or scriptbased with "saposcol -d".
Hope this helps
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:21 AM
02-18-2002 10:21 AM
Re: Two Questions Double the Fun
As Ron suggested MRTG is pretty good for your Metrics stuff, I used MRTG in my previous project to post Metrics information on our web server for CPU usage, free memory, vmstat information, disk usage, ip traffic, number of users on the system etc..
If you want to capture the Top ten processes from the unix command line
top | sed '/^$/d'
should print on stdout..
If you would like to see top's output of a particular process on stdout then:
top | grep
-Shabu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:27 AM
02-18-2002 10:27 AM
Re: Two Questions Double the Fun
Please advise?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 10:48 AM
02-18-2002 10:48 AM
Re: Two Questions Double the Fun
MWA *doeS* keep records about the top active processes, so read the "/opt/perf/paperdocs/mwa/C/methp.txt" and in there about the "PROC" group...
HTH,
Wodisch