<?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: Cpu, memory, I/O statistics with Mandrake ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144686#M8620</link>
    <description>Gerard,&lt;BR /&gt;&lt;BR /&gt;I have just had a look at your profile I see OpenVms there..&lt;BR /&gt;&lt;BR /&gt;So I suppose your are new or not to familiare with "unix/linux"?&lt;BR /&gt;&lt;BR /&gt;there is also a tool I should have mention a bit like the following vms command&lt;BR /&gt;&lt;BR /&gt;$show device/files disk$something:&lt;BR /&gt;&lt;BR /&gt;On linux&lt;BR /&gt;the following allow you to see file in use&lt;BR /&gt;&lt;BR /&gt;#lsof &lt;BR /&gt;&lt;BR /&gt;Well just a bit like, cause every thing is a file under "unix/linux" lsof take a lot of option man page lsof is needed.&lt;BR /&gt;&lt;BR /&gt;#lsof -u root&lt;BR /&gt;&lt;BR /&gt;will show all the file open by root, to filter this to make it like "show dev/file"&lt;BR /&gt;&lt;BR /&gt;#lsof | grep "8,3"&lt;BR /&gt;&lt;BR /&gt;would show used files on /dev/sda3&lt;BR /&gt;&lt;BR /&gt;I just wanted to mention this because when I started using "unix" I missed a few command  to monitor/log system.&lt;BR /&gt;&lt;BR /&gt;#lsof -u root | grep "8,1"&lt;BR /&gt;&lt;BR /&gt;Show file open by user root on /dev/sda1&lt;BR /&gt;&lt;BR /&gt;I have not realy found something like &lt;BR /&gt;&lt;BR /&gt;$advice&lt;BR /&gt;&lt;BR /&gt;Dont know if this help but just thought I would mention it&lt;BR /&gt;&lt;BR /&gt;J-P</description>
    <pubDate>Mon, 15 Dec 2003 09:40:54 GMT</pubDate>
    <dc:creator>Huc_1</dc:creator>
    <dc:date>2003-12-15T09:40:54Z</dc:date>
    <item>
      <title>Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144682#M8616</link>
      <description>Mandrake 9.2 on Armada 700&lt;BR /&gt;&lt;BR /&gt;While Ksysguard shows some fine graphs (Cpu load, physical memory, swap memory...) I am looking for a tool with a finer granularity, that could show the top 10 Cpu users, the top 10 I/O processes on each "disk", the top 10  physical memory users...&lt;BR /&gt;and if this tool can record in a file, and then draw graphs later on various periods (day,  week, month...) it would be great.&lt;BR /&gt;&lt;BR /&gt;Thanks for any hint.&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
      <pubDate>Mon, 15 Dec 2003 08:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144682#M8616</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2003-12-15T08:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144683#M8617</link>
      <description>the 'top' command can sort his output by various values. By default it sorts by cpu usage, pressing 'M' (not 'm') it sorts by memory usage.&lt;BR /&gt;'top' can write his output screen to file, but it is designed for an interactive use.&lt;BR /&gt;&lt;BR /&gt;man page, as always, helps,&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Mon, 15 Dec 2003 08:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144683#M8617</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-12-15T08:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144684#M8618</link>
      <description>You migh tneed to start looking at "sar".  It doesn't produce nice graphs and stuff but you can produce ones yourself from the data it provides.</description>
      <pubDate>Mon, 15 Dec 2003 08:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144684#M8618</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-15T08:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144685#M8619</link>
      <description>Yes both the above and a littel scriting to suite your needs.&lt;BR /&gt;&lt;BR /&gt;So a mix of top, sa, acct, sa2 with a zest of scipting outputed to calc/spreadsheet !&lt;BR /&gt;&lt;BR /&gt;lots, of work that but then you control it to suite your needs.&lt;BR /&gt;&lt;BR /&gt;You probably already have sa2 running in crontab !&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Mon, 15 Dec 2003 09:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144685#M8619</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-15T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144686#M8620</link>
      <description>Gerard,&lt;BR /&gt;&lt;BR /&gt;I have just had a look at your profile I see OpenVms there..&lt;BR /&gt;&lt;BR /&gt;So I suppose your are new or not to familiare with "unix/linux"?&lt;BR /&gt;&lt;BR /&gt;there is also a tool I should have mention a bit like the following vms command&lt;BR /&gt;&lt;BR /&gt;$show device/files disk$something:&lt;BR /&gt;&lt;BR /&gt;On linux&lt;BR /&gt;the following allow you to see file in use&lt;BR /&gt;&lt;BR /&gt;#lsof &lt;BR /&gt;&lt;BR /&gt;Well just a bit like, cause every thing is a file under "unix/linux" lsof take a lot of option man page lsof is needed.&lt;BR /&gt;&lt;BR /&gt;#lsof -u root&lt;BR /&gt;&lt;BR /&gt;will show all the file open by root, to filter this to make it like "show dev/file"&lt;BR /&gt;&lt;BR /&gt;#lsof | grep "8,3"&lt;BR /&gt;&lt;BR /&gt;would show used files on /dev/sda3&lt;BR /&gt;&lt;BR /&gt;I just wanted to mention this because when I started using "unix" I missed a few command  to monitor/log system.&lt;BR /&gt;&lt;BR /&gt;#lsof -u root | grep "8,1"&lt;BR /&gt;&lt;BR /&gt;Show file open by user root on /dev/sda1&lt;BR /&gt;&lt;BR /&gt;I have not realy found something like &lt;BR /&gt;&lt;BR /&gt;$advice&lt;BR /&gt;&lt;BR /&gt;Dont know if this help but just thought I would mention it&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Mon, 15 Dec 2003 09:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144686#M8620</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-15T09:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144687#M8621</link>
      <description>Hello Gerard,&lt;BR /&gt;&lt;BR /&gt;and just in case you do not have it yet, you can find sar et al at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://perso.wanadoo.fr/sebastien.godard/" target="_blank"&gt;http://perso.wanadoo.fr/sebastien.godard/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;plus other "monitoring" links at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linuxperf.nl.linux.org/links.html" target="_blank"&gt;http://linuxperf.nl.linux.org/links.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 11:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144687#M8621</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-12-15T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144688#M8622</link>
      <description>I'm attaching you a HP-UX script that can be ported to help you gather some data.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Dec 2003 12:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144688#M8622</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-15T12:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144689#M8623</link>
      <description>Thanks to all&lt;BR /&gt;&lt;BR /&gt;I do not find sar, sa2 or lsof with my mandrake 9.2, but I have not looked at the other 5 CD.&lt;BR /&gt;&lt;BR /&gt;A related question: does lsof or another tool give statistics similar as, for Vms, the following link&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/asktima/operating_systems/CHAMP_SRC010730002768.html" target="_blank"&gt;http://h18000.www1.hp.com/support/asktima/operating_systems/CHAMP_SRC010730002768.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(if this has a meaning of course, under Linux)&lt;BR /&gt;so for a process, the total of reads and writes on all files opened by this process&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
      <pubDate>Mon, 15 Dec 2003 13:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144689#M8623</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2003-12-15T13:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144690#M8624</link>
      <description>Gerard&lt;BR /&gt;&lt;BR /&gt;A good way to find sa, sa2, lsof is to use&lt;BR /&gt;ex:&lt;BR /&gt;#locate sa&lt;BR /&gt;&lt;BR /&gt;this should find sa for you if its there (you may need to run /usr/sbin/makewhatis the first time, but this is has probably already run).&lt;BR /&gt;&lt;BR /&gt;As for SDA there is nothing that I know of that is an exact match for this is use a set of tools &lt;BR /&gt;&lt;BR /&gt;for ex: to see what mozilla is doing&lt;BR /&gt;&lt;BR /&gt;#ps -ef | grep -v "grep" | grep "mozilla"&lt;BR /&gt; hucjp    12790 12755  0 18:30 pts/0    00:01:40 /usr/lib/mozilla-1.2.1/mozilla-bin -UILocale en-US&lt;BR /&gt;&lt;BR /&gt;from that I take the pid to look at mapping of this process in memory like this&lt;BR /&gt;&lt;BR /&gt;#ls -l /proc/12790&lt;BR /&gt;&lt;BR /&gt;this show ressource used by proc 12790 in a sort of structured fashion on theses file and directory you can do operation cat, ls, file&lt;BR /&gt;you can even write if you have the priviledge&lt;BR /&gt;!! A word of caution here You must know what your doing here certainly if you are root !!&lt;BR /&gt;&lt;BR /&gt;ex: but cat, ls, file are read only so no prob here&lt;BR /&gt;&lt;BR /&gt;#cat /proc/12790/status&lt;BR /&gt;#cat /proc/12790/cmdline&lt;BR /&gt;&lt;BR /&gt;In fact /proc is used by /usr/sbin/lsof top and such ... &lt;BR /&gt;&lt;BR /&gt;So you can in fact do it with out lsof, but lsof is a good tool and easy, once you have worked you way down the man page.&lt;BR /&gt;&lt;BR /&gt;hope this get you going&lt;BR /&gt;&lt;BR /&gt;J-P &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 15:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144690#M8624</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-12-15T15:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu, memory, I/O statistics with Mandrake ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144691#M8625</link>
      <description>Have you tried out `gkrellm' ?  There are many plugins for the krell.  The graphic representation is quite informative and fine granularity can be obtained by sizing the grid scale.   Stunning indeed!</description>
      <pubDate>Tue, 16 Dec 2003 10:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-memory-i-o-statistics-with-mandrake/m-p/3144691#M8625</guid>
      <dc:creator>Ragu_1</dc:creator>
      <dc:date>2003-12-16T10:06:22Z</dc:date>
    </item>
  </channel>
</rss>

