- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Performance
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-24-2001 10:24 AM
10-24-2001 10:24 AM
System Performance
Are there any diagnostic tools that can help determine the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 10:31 AM
10-24-2001 10:31 AM
Re: System Performance
glance
UNIX95= ps -e -o "user,pid,ppid,sz,vsz,comm" | sort -rn +4|more
vmstat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 10:34 AM
10-24-2001 10:34 AM
Re: System Performance
Look at the thread below.
http://us-support2.external.hp.com/iv/bin/doc.pl/sid=c70d82d8044299a687/screen=ivHome/?NODEID=English_SHW::WW_SW_UX_SYSADM_EN_E/Q1.7&WARP=1
Also do a search in forum for system performance and you will get a lot of earlier postings. They may also help you.
hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 10:37 AM
10-24-2001 10:37 AM
Re: System Performance
Hi,
Use this command that will show you who is eating up resource (I got this from Forum)
UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more
Also you can monitor with Glance for the realtime status.
GoodLuck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 10:39 AM
10-24-2001 10:39 AM
Re: System Performance
Take a look at your system with 'glance'. If you don't have a permanent license for it, you should, but in the mean time you can load a trial version from one of the Application CDROMs. 'glance' has built-in help and 'man' pages, too.
In the case you describe, you might also want to look for potential memory leaks. Track your application over time by doing this:
# UNIX95= ps -e -o "user,vsz,pid,ppid,args"|sort -rnk2|more
You can also use the old standby tools like 'sar' and 'vmstat'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 11:59 AM
10-24-2001 11:59 AM
Re: System Performance
Firstly, you would need
to figure out where is
the resource overload?
Is it CPU-bottleneck? or
Memory? or I/O? or swap?
To find this, use glance tool.
You can run sar command
to get a quick view on how
the CPU time is divided.
Definitely, more info is
needed to point out directions
to the source of the problem.
Glance is a good starting point. Also, look at swapinfo to make sure
you are not running out of swap.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 12:19 PM
10-26-2001 12:19 PM