- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to find application running
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
02-15-2007 05:17 PM - last edited on 08-20-2014 07:08 PM by Lisa198503
02-15-2007 05:17 PM - last edited on 08-20-2014 07:08 PM by Lisa198503
How to find application running
Hi,
I am working in HP-unix.
I want to find what are the applications running.
can any one help me regarding this.
Thanks in advance,
Easakki
P.S. This thread has been moved from HP-UX Technical Documentation to HP-UX > languages. -HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 05:51 PM
02-15-2007 05:51 PM
Re: How to find application running
If you are searching for a specific application then just give the above command and grep for the application name.
ps -ef |grep -i "aapplication name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 08:05 PM
02-15-2007 08:05 PM
Re: How to find application running
ps -efH
This allows you to see a hierarchical structure of the processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 08:10 PM
02-15-2007 08:10 PM
Re: How to find application running
as you indicated by your alloaction of 4 points, the answer only answered part of your question. What other info do you require ?
Have you tried the command "top" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2007 08:22 PM
02-15-2007 08:22 PM
Re: How to find application running
You can see all process by:
$top > proc.txt
wait 1 or 2 second then CTRL+C
$view proc.txt
Bye!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2007 06:32 PM
02-16-2007 06:32 PM
Re: How to find application running
>Wait 1 or 2 second then CTRL+C
Instead of that, you should use:
$ top -f filename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2007 07:13 PM
02-16-2007 07:13 PM
Re: How to find application running
& top command will help you for the same
points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2007 10:01 PM
02-16-2007 10:01 PM
Re: How to find application running
you may also look into your /etc/rc.log
You will find all the application that are started during the server startup.
hope this helps too!
kind regards
yogeeraj