- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cpu performance monitoring or caputring
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
09-15-2006 09:05 PM
09-15-2006 09:05 PM
cpu performance monitoring or caputring
how to capture or measure cpu performance for past three days or one week. in hpux 11.23
thanks
siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 09:42 PM
09-15-2006 09:42 PM
Re: cpu performance monitoring or caputring
extract -xp -v -s "start_date" -e "end_date" -r "customized_file" -f stdout
man extract for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 10:43 PM
09-15-2006 10:43 PM
Re: cpu performance monitoring or caputring
You can use
top -d 1 -f file.out
and cut the strings related to CPU
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2006 01:30 AM
09-16-2006 01:30 AM
Re: cpu performance monitoring or caputring
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2006 04:46 AM
09-16-2006 04:46 AM
Re: cpu performance monitoring or caputring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2006 06:14 AM
09-16-2006 06:14 AM
Re: cpu performance monitoring or caputring
0 * * * * /usr/lbin/sa/sa1 300 12
59 23 * * * /usr/lbin/sa/sa2 -s 0:00 -e 23:59 -i 300 -A
Then visit this link
http://www.mayoxide.com/sargraph/
download the hpux version of the sargrapher.
you will need a few more GNU tools to be installed like gnuplot. After that you can analyze your systems performance in colorful graphs.
Hope this hepls
PS. If you want to pay some money for this, try googling the term sargraph. It is a fine tool but needs licensing and I do not know anything about the cost.
UNIX because I majored in cryptology...