<?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: System tools in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096844#M74540</link>
    <description>I guess you're rather looking for an accounting/stats collecting app like sar but you may also want to look at gkrellm2 ( &lt;A href="http://web.wt.net/~billw/gkrellm/gkrellm.html" target="_blank"&gt;http://web.wt.net/~billw/gkrellm/gkrellm.html&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;It's more of a desktop widget with skins and all but it does not only look cool, it's also great to keep an eye on what a server is doing in real time, and it has a daemon part that runs on remote nodes to allow monitoring of several systems.</description>
    <pubDate>Mon, 20 Oct 2003 03:19:44 GMT</pubDate>
    <dc:creator>Patrick Van Humbeeck</dc:creator>
    <dc:date>2003-10-20T03:19:44Z</dc:date>
    <item>
      <title>System tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096841#M74537</link>
      <description>I would like to measure the system resource utilization on system , eg . CPU , memory , HD etc. can suggest what tools , application can provide such system information ? thx.</description>
      <pubDate>Sun, 19 Oct 2003 20:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096841#M74537</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-10-19T20:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: System tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096842#M74538</link>
      <description>If you are looking for something graphical KDE System Guard might fit the bill.&lt;BR /&gt;&lt;BR /&gt;From a console top is a classic.</description>
      <pubDate>Sun, 19 Oct 2003 21:09:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096842#M74538</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-10-19T21:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: System tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096843#M74539</link>
      <description>Have you looked at the "standard" unix stuff?&lt;BR /&gt;man sar&lt;BR /&gt;man iostat&lt;BR /&gt;man vmstat&lt;BR /&gt;-- Graham</description>
      <pubDate>Mon, 20 Oct 2003 02:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096843#M74539</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-10-20T02:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: System tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096844#M74540</link>
      <description>I guess you're rather looking for an accounting/stats collecting app like sar but you may also want to look at gkrellm2 ( &lt;A href="http://web.wt.net/~billw/gkrellm/gkrellm.html" target="_blank"&gt;http://web.wt.net/~billw/gkrellm/gkrellm.html&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;It's more of a desktop widget with skins and all but it does not only look cool, it's also great to keep an eye on what a server is doing in real time, and it has a daemon part that runs on remote nodes to allow monitoring of several systems.</description>
      <pubDate>Mon, 20 Oct 2003 03:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096844#M74540</guid>
      <dc:creator>Patrick Van Humbeeck</dc:creator>
      <dc:date>2003-10-20T03:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: System tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096845#M74541</link>
      <description>If its just report you probably have sar up and running on your system .. try the following&lt;BR /&gt;&lt;BR /&gt;ls -l /var/log/sa/&lt;BR /&gt;&lt;BR /&gt;I fthis return files like sar11 or some such then click on you terminal to get a big screen and type &lt;BR /&gt;&lt;BR /&gt;# cat /var/log/sa/sar11 | less&lt;BR /&gt;&lt;BR /&gt;This is the log accumalated information collected by crontab &lt;BR /&gt;&lt;BR /&gt;# sar -A&lt;BR /&gt;&lt;BR /&gt;Will return information present system statistics.&lt;BR /&gt;&lt;BR /&gt;to output to file have a try at &lt;BR /&gt;&lt;BR /&gt;# sar -b 1 10 -o tempo.dat&lt;BR /&gt;&lt;BR /&gt;and to display&lt;BR /&gt;&lt;BR /&gt;# sar -f tempo.dat&lt;BR /&gt;&lt;BR /&gt;a man sar is long but usefull&lt;BR /&gt; &lt;BR /&gt;Its not to hard to import those sar into spreadsheet to display as grahics.&lt;BR /&gt;&lt;BR /&gt;J-P &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 04:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096845#M74541</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-10-20T04:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: System tools</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096846#M74542</link>
      <description>Attaching some data collection scripts.&lt;BR /&gt;&lt;BR /&gt;This was written for hpux but can be adapted relatively easily to collect data into a file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 20 Oct 2003 09:45:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-tools/m-p/3096846#M74542</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-20T09:45:17Z</dc:date>
    </item>
  </channel>
</rss>

