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
10-19-2005 03:04 PM
10-19-2005 03:04 PM
CPU Load
How can i check the CPU load except top,w commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:11 PM
10-19-2005 03:11 PM
Re: CPU Load
#uptime
#sar 5 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:11 PM
10-19-2005 03:11 PM
Re: CPU Load
Using glance software (not a free one), sar command (sar -u).
Check the document (docID : KBRC00014838) about 'Determining the cause of system performance problems' at this url below:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073548851
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 03:24 PM
10-19-2005 03:24 PM
Re: CPU Load
http://h21007.www2.hp.com/dspp/dld/dld_DownloadsListingPage_IDX/1,2381,11169,00.html
[HP-DSPP performance tools list]
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 04:20 PM
10-19-2005 04:20 PM
Re: CPU Load
glance
pv
UNIX95= ps -ef -o pcpu,args,pid,ruser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2005 04:28 PM
10-19-2005 04:28 PM
Re: CPU Load
We use measureware tool "extract" to extract CPU performance figures for the day and plot the graph using MS Excel.
e.g.
/opt/perf/bin/extract -xp -r /home/yogeeraj/zgbltemplate -g -b today 00:0
0 -e today 23:55
hope this helps too
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 08:39 PM
10-20-2005 08:39 PM
Re: CPU Load
I'm interested in this.
Please, could you post your template file?
TIA,
Art
N.B> no point for this please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 08:49 PM
10-20-2005 08:49 PM
Re: CPU Load
a) vmstat
b) sam -> performance monitor -> system activity
c) UNIX95= ps -ef -o cpu,pcpu,pid,comm (per process)
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 12:34 AM
10-21-2005 12:34 AM
Re: CPU Load
# sar -u -M 2 2
On HP this gives a look at individual CPU's and the overall CPU status, great for scripting. Try it, you will like it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 01:24 AM
10-21-2005 01:24 AM