- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Check the process
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
03-14-2005 08:56 PM
03-14-2005 08:56 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 11:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 12:50 AM
03-15-2005 12:50 AM
Re: Check the process
Did other command can running? Such vmstat,ps and ls. If other command can running ,but very slow. Maybe your system is very busy. You should find out which resource is not enough. You should check log ,cpu,memory,and i/o. If other command can not running. Maybe your harddisk have problem. Which server are you using? HP proliant?
NiCK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 03:00 AM
03-15-2005 03:00 AM
Re: Check the process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 03:39 PM
03-15-2005 03:39 PM
Re: Check the process
if you have X installed on this server, open system monitor from gnome menu, and check CPU & memory utilisation fropm there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 10:13 PM
03-15-2005 10:13 PM
Re: Check the process
Check with netstat -s if there are any counters indicating problems.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 10:27 PM
03-15-2005 10:27 PM
Re: Check the process
I know use ask for details but the man page say's it better then I could.
the data is collected daily by sar in /var/log/sa
You can also us sar to gat a view of what happening "now"
ex:
#sar -a | more
I use this daily with top and lsof to track down most thinks.. there are also tools out there to format the data from sar into nice report for "management, boss, web site's"
Hope this is of some interest to you.
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 10:33 PM
03-15-2005 10:33 PM
Re: Check the process
# sar -A | more
and forgive my bad spelling
should use preview and read again before sending out what I type to fast.
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 12:35 AM
03-16-2005 12:35 AM
Re: Check the process
The fix is to install the Update 4 (U4) kernel.
2.4.21-27.0.2 from Red Hat network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 12:38 AM
03-16-2005 12:38 AM
Re: Check the process
also check swap cat /proc/swaps or free
if you can estimate the time, go through logs
in /var/log/messages allmessages warn
also check processes ps -ajx if some zombie is in your system
rgds Jan