- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SPEED NEED, MORE SPEED SCOTTY
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
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
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
тАО07-11-2001 10:14 AM
тАО07-11-2001 10:14 AM
SPEED NEED, MORE SPEED SCOTTY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2001 10:17 AM
тАО07-11-2001 10:17 AM
Re: SPEED NEED, MORE SPEED SCOTTY
If you have Glance, that would be my weapon of choice. If not try sar and top. You should also do a swapinfo and vmstat to check on swapping. All of this could be caused by 1 or 2 runaway processes. Man sar,swapinfo,vmstat for details.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2001 10:21 AM
тАО07-11-2001 10:21 AM
Re: SPEED NEED, MORE SPEED SCOTTY
I agree with Clay. If you have Glance, use it. If you don't, you can load a trial copy from the Application CD. In this case, I think you will find it's worth its purchase price.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2001 10:57 AM
тАО07-11-2001 10:57 AM
Re: SPEED NEED, MORE SPEED SCOTTY
The slowness may be because of heavy load. There are several reasons for it, one is runaway processes. These consume high CPU resources. You can identify them by tty column. These are user processes which are not associated with terminal, u see a "?" sign in TTY colums of "ps -ef " ouput.(for ex. pine, -sh, elm, etc.)
Be careful while selecting processes, because daemons and jobs fired by cron also contains "?" sign in tty column(they are not associate with terminal)
Other reason may be any process, that is forking lot of child processes which are not ending.
Cheers...
Satish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2001 11:06 AM
тАО07-11-2001 11:06 AM
Re: SPEED NEED, MORE SPEED SCOTTY
Massive data being transfered thru FTP's or backing up the machine over the network can also cause this.
As has been said, Glance, GlancePlus, or top can be used to at least get a clue what is going on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2001 11:11 AM
тАО07-11-2001 11:11 AM
Re: SPEED NEED, MORE SPEED SCOTTY
The basic way to start is to do sar 2 10 and find out what is using the system resources , is it i/o , sys or user time. Then you can further go to the diagnostics , possible reasons can vary from heavy I/O on disks ( unbalanced Disks ) to Open ended SCSI Bus to memory utilization , to proceess table full , some times you may like to boot the system to clear logs , buffers and would speed up the system.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2001 11:46 AM
тАО07-11-2001 11:46 AM
Re: SPEED NEED, MORE SPEED SCOTTY
The machine can slow down because of high load, runaway processes, hardware errors, network load.
Taking look at dmesg oupput and syslog file will revel any errors reported by OS.
uptime or w command will give average system load and no. of users. With sar, top and glance you can drill down to find any particular process, hogging resources.
swapinfo and vmstat will help you identifying if memory is in crunch.
All the best.
Prashant Deshpande.