<?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: Linux box in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373405#M13928</link>
    <description>If you have RH and installed the System Tools/System Monitor, this will also give you the info you seek.</description>
    <pubDate>Tue, 07 Sep 2004 09:45:12 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2004-09-07T09:45:12Z</dc:date>
    <item>
      <title>Linux box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373402#M13925</link>
      <description>Can some one help me how to monitor memory utilisation by services wise</description>
      <pubDate>Tue, 07 Sep 2004 04:37:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373402#M13925</guid>
      <dc:creator>Choppa Kumar</dc:creator>
      <dc:date>2004-09-07T04:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Linux box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373403#M13926</link>
      <description>From shell you can use 'top' command&lt;BR /&gt;or read /proc/meminfo&lt;BR /&gt;From Grafical Interface there are many tools for monitor a linux box, one of these is gkrellm (&lt;A href="http://www.gkrellm.net/)." target="_blank"&gt;http://www.gkrellm.net/).&lt;/A&gt; This tool monitor CPU, MEM, FileSystem, Network, etc....&lt;BR /&gt;&lt;BR /&gt;By!</description>
      <pubDate>Tue, 07 Sep 2004 05:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373403#M13926</guid>
      <dc:creator>Marco Di Ianni</dc:creator>
      <dc:date>2004-09-07T05:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Linux box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373404#M13927</link>
      <description>We can memory informations with top for most using process? It is also containing the service informations too.&lt;BR /&gt;&lt;BR /&gt;Some sort of scripting to pipe the top output and get only service memory usage informations.&lt;BR /&gt;&lt;BR /&gt;As like,&lt;BR /&gt;&lt;BR /&gt;top -d 1 -n 100 -f /tmp/topoutput&lt;BR /&gt;&lt;BR /&gt;It will contain 100 process informations there.</description>
      <pubDate>Tue, 07 Sep 2004 07:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373404#M13927</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-07T07:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Linux box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373405#M13928</link>
      <description>If you have RH and installed the System Tools/System Monitor, this will also give you the info you seek.</description>
      <pubDate>Tue, 07 Sep 2004 09:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373405#M13928</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-09-07T09:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linux box</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373406#M13929</link>
      <description>For automateted monitoring use a cron-script like this:&lt;BR /&gt;&lt;BR /&gt; top -n 1 -b -p `pidof -s PROCESSNAME` | tail -2 |  mail -s "Top Information for process PROCESSNAME" your@e-mail.address&lt;BR /&gt;&lt;BR /&gt;top -n 1 -b -p blabla&lt;BR /&gt;---------------------&lt;BR /&gt;-n 1: top runs once then exits&lt;BR /&gt;-b: for dumb terminals, don't use escaps (for colouring terminal for example)&lt;BR /&gt;-p Number: wich PID to show (this switch could be used up to 20 times per top&lt;BR /&gt;      `pidof -s PROCNAME`: searches for the first process with the name PROCNAME and returns its PID&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tail -2&lt;BR /&gt;-------&lt;BR /&gt;&lt;BR /&gt;-2: show the last 2 lines of output. if you are using more then one -p argument at top, you should increase the value to -3, -4, ...&lt;BR /&gt;&lt;BR /&gt;mail -s "blabla" e-mail&lt;BR /&gt;-----------------------&lt;BR /&gt;&lt;BR /&gt;-s "blabla": the subject for the e-mail&lt;BR /&gt;e-mail: your e-mail address</description>
      <pubDate>Wed, 08 Sep 2004 01:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-box/m-p/3373406#M13929</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-09-08T01:27:14Z</dc:date>
    </item>
  </channel>
</rss>

