Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Reagrding sh processes
System Administration
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
Reagrding sh processes
Topic Options
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-20-2009 06:00 AM
04-20-2009 06:00 AM
Reagrding sh processes
Reagrding sh processes
Hello Techies,
I have a HP-UX box and I can see lots of below mentioned processes running on that server. I am clueless that what these "sh" processes are all about and that too consuming very high CPU. Can anyone please help me out with this.
sh 13539 13538 210 root 9.1/ 9.0 3795.8 0.0/ 0.0 284kb 1
sh 24186 24185 211 root 9.1/ 9.9 12160.8 0.0/ 0.0 284kb 1
sh 23390 23389 158 root 7.5/10.7 16635.2 0.0/ 0.0 284kb 1
sh 16485 16484 228 root 5.5/ 5.5 2.8 0.0/ 0.0 300kb 1
Thanks * regards,
Kavita
I have a HP-UX box and I can see lots of below mentioned processes running on that server. I am clueless that what these "sh" processes are all about and that too consuming very high CPU. Can anyone please help me out with this.
sh 13539 13538 210 root 9.1/ 9.0 3795.8 0.0/ 0.0 284kb 1
sh 24186 24185 211 root 9.1/ 9.9 12160.8 0.0/ 0.0 284kb 1
sh 23390 23389 158 root 7.5/10.7 16635.2 0.0/ 0.0 284kb 1
sh 16485 16484 228 root 5.5/ 5.5 2.8 0.0/ 0.0 300kb 1
Thanks * regards,
Kavita
2 REPLIES
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-20-2009 09:20 AM
04-20-2009 09:20 AM
Re: Reagrding sh processes
Re: Reagrding sh processes
The command 'top' is used to show CPU usage of processes. I once heard that 'as long top is shown on the first screen, the system is not really busy CPU-wise'.
Use ps -ef to find out what are the parent and child processes of all these sh processes. (PPID = Parent Process ID). The parent is the 'caller' of the program, the one that started the program.
So what is process 21185? And 23389?
And what is the result of ps -ef | grep 21186?
Maybe HP-UX has something like 'pstree' to show chains of processes.
JP.
Use ps -ef to find out what are the parent and child processes of all these sh processes. (PPID = Parent Process ID). The parent is the 'caller' of the program, the one that started the program.
So what is process 21185? And 23389?
And what is the result of ps -ef | grep 21186?
Maybe HP-UX has something like 'pstree' to show chains of processes.
JP.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-20-2009 04:26 PM
04-20-2009 04:26 PM
Re: Reagrding sh processes
Re: Reagrding sh processes
Do you have Open View running in your HP-UX environment?
If not, you are in wrong forum...
G
If not, you are in wrong forum...
G
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP