<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to find application running in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945873#M97643</link>
    <description>Hi,&lt;BR /&gt;as you indicated by your alloaction of 4 points, the answer only answered part of your question. What other info do you require ?&lt;BR /&gt;&lt;BR /&gt;Have you tried the command "top" ?&lt;BR /&gt;</description>
    <pubDate>Fri, 16 Feb 2007 04:10:31 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2007-02-16T04:10:31Z</dc:date>
    <item>
      <title>How to find application running</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945870#M97640</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am working in HP-unix.&lt;BR /&gt;I want to find what are the applications running.&lt;BR /&gt;can any one help me regarding this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt; Easakki&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;P.S. This thread has been moved from HP-UX Technical Documentation to &amp;nbsp;HP-UX &amp;gt; languages. -HP Forum Moderator&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2014 02:08:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945870#M97640</guid>
      <dc:creator>easakki</dc:creator>
      <dc:date>2014-08-21T02:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to find application running</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945871#M97641</link>
      <description>ps -ef  output will give you details of all the services running....&lt;BR /&gt;&lt;BR /&gt;If you are searching for a specific application then just give the above command and grep for the application name.&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep -i "aapplication name"</description>
      <pubDate>Fri, 16 Feb 2007 01:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945871#M97641</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2007-02-16T01:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to find application running</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945872#M97642</link>
      <description>export UNIX95=true&lt;BR /&gt;ps -efH&lt;BR /&gt; &lt;BR /&gt;This allows you to see a hierarchical structure of the processes.</description>
      <pubDate>Fri, 16 Feb 2007 04:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945872#M97642</guid>
      <dc:creator>gstonian</dc:creator>
      <dc:date>2007-02-16T04:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find application running</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945873#M97643</link>
      <description>Hi,&lt;BR /&gt;as you indicated by your alloaction of 4 points, the answer only answered part of your question. What other info do you require ?&lt;BR /&gt;&lt;BR /&gt;Have you tried the command "top" ?&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Feb 2007 04:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945873#M97643</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-02-16T04:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find application running</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945874#M97644</link>
      <description>Hello easakki!&lt;BR /&gt;&lt;BR /&gt;You can see all process by:&lt;BR /&gt;&lt;BR /&gt;$top &amp;gt; proc.txt&lt;BR /&gt;&lt;BR /&gt;wait 1 or 2 second then CTRL+C&lt;BR /&gt;&lt;BR /&gt;$view proc.txt&lt;BR /&gt;&lt;BR /&gt;Bye!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Feb 2007 04:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945874#M97644</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2007-02-16T04:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to find application running</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945875#M97645</link>
      <description>&amp;gt;Alpha977: $ top &amp;gt; proc.txt&lt;BR /&gt;&amp;gt;Wait 1 or 2 second then CTRL+C&lt;BR /&gt;&lt;BR /&gt;Instead of that, you should use:&lt;BR /&gt;$ top -f filename</description>
      <pubDate>Sat, 17 Feb 2007 02:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945875#M97645</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-02-17T02:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to find application running</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945876#M97646</link>
      <description>ps -ef |grep -i "aapplication name"&lt;BR /&gt;&amp;amp; top command will help you for the same&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;points</description>
      <pubDate>Sat, 17 Feb 2007 03:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945876#M97646</guid>
      <dc:creator>dipesh_2</dc:creator>
      <dc:date>2007-02-17T03:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find application running</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945877#M97647</link>
      <description>hi Easakki,&lt;BR /&gt;&lt;BR /&gt;you may also look into your /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;You will find all the application that are started during the server startup.&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 17 Feb 2007 06:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-find-application-running/m-p/3945877#M97647</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-02-17T06:01:50Z</dc:date>
    </item>
  </channel>
</rss>

