- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Performance Viewing
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
11-04-2002 05:18 AM
11-04-2002 05:18 AM
Performance Viewing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 05:36 AM
11-04-2002 05:36 AM
Re: Performance Viewing
In a multi-processor system, the top command will show individual CPU's usage. Glance also has a CPU by processor screen. As far as forcing distribution - I don't think so - the system should distribute automatically.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 06:04 AM
11-04-2002 06:04 AM
Re: Performance Viewing
Do a:
# sar -uM 5 5
to look at the performance for each CPU for 5 repetitions every 5 seconds.
Do a 'man sar' for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 06:07 AM
11-04-2002 06:07 AM
Re: Performance Viewing
The system is doing this by default.
sar -u -M should give you the relevant performance data
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 06:56 AM
11-04-2002 06:56 AM
Re: Performance Viewing
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 06:12 PM
11-04-2002 06:12 PM
Re: Performance Viewing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 08:01 PM
11-04-2002 08:01 PM
Re: Performance Viewing
How can view the performance or the workload of all 4?
- you can use the Glance Plus to monitor the cpu in gui & character mode
SAM -> Performance Monitor
- you also can use the sar command to get the usage of the cpus. check out #man sar
- you also can use top command to check the usage for all the cpu. check out #man top
Is there any way to force the box distribute the workload evenly over the 4 processors?
Yes,
you can use the HP Process Resource Manager,
check out this site for more info
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8733-90007/B8733-90007_top.html&con=/hpux/onlinedocs/B8733-90007/00/00/1-con.html&toc=/hpux/onlinedocs/B8733-90007/00/00/1-toc.html&searchterms=resource%7cmanager%7cProcess&queryid=20021104-205809
Thanks ,Regards & Good Luck !!
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 09:18 PM
11-04-2002 09:18 PM
Re: Performance Viewing
The easiest way is to do a sar -m , however if u ahve glance ( a trial 15 days version si avaialable ) which can give u the display at that moment , in case you are lok ing for a historical stuff then u need to ahve perf view installed which can be tuned to give the o/p cpu wise . there are also third party tools like sarcheck.com which can be useful i clooecting data over a period of time ( they use simple sar and ps commands to colelct data however the o/p is in html format in case u are intrested in such reports )
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2002 09:35 PM
11-04-2002 09:35 PM
Re: Performance Viewing
I would prefer going for glance to monitor the CPU usage.
Glance has all the reports for the processor as well as the explanations for them.
Also using top should give you the CPU results.
Find out the top run processesi.e the processes that are catching the CPU for a long time.
This should give you a hint for the startup for the tuning of the system.
Thanks