- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to find out process, which is slowing down...
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
06-11-2003 04:42 AM
06-11-2003 04:42 AM
How to find out process, which is slowing down system
On the front display the harddisk symbol is always on, but there is no swap space allocated (only 3%). How can I find the responsible process?
Kind regards
Walter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 04:47 AM
06-11-2003 04:47 AM
Re: How to find out process, which is slowing down system
Is there any disk activity, check with "iostat 5".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 04:47 AM
06-11-2003 04:47 AM
Re: How to find out process, which is slowing down system
What application(s) is your server running? (Or is that Catia which you mention in your post)
Have you checked with your application vendor(s) that you're runnng the correct software and patches?
Is your system paging? Look at the output of the command
vmstat 1
What is in the PO field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 04:54 AM
06-11-2003 04:54 AM
Re: How to find out process, which is slowing down system
check with vmstat (or glance) page outs and buffer cache values.How much physical memory
do you have?In Glance go to memory report.Also post swapinfo -ma,iostat and vmstat.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 05:11 AM
06-11-2003 05:11 AM
Re: How to find out process, which is slowing down system
Have you checked your kernel settings. CAD programs often require the engineering kernel set (sorry can't remember the exact name).
Cheers
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 05:15 AM
06-11-2003 05:15 AM
Re: How to find out process, which is slowing down system
here are the results, you asked for:
2GB RAM and no application is running, I??m only logged in.
The results are in the attachment.
Kind regards
Walter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 05:20 AM
06-11-2003 05:20 AM
Re: How to find out process, which is slowing down system
CAE/ME/EE Engineering Workstation.
Kind regards
Walter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 05:32 AM
06-11-2003 05:32 AM
Re: How to find out process, which is slowing down system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 05:44 AM
06-11-2003 05:44 AM
Re: How to find out process, which is slowing down system
You could try piping the output of ps -ef to a file at intervals of 5 seconds or so and looking for shortlived processes as a starting point.
HTH,
Michael.