<?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: Have you heard of collectl yet? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240255#M33307</link>
    <description>If anyone is interested, I just released a new version the other day&lt;BR /&gt;-mark&lt;BR /&gt;</description>
    <pubDate>Wed, 12 Nov 2008 19:00:28 GMT</pubDate>
    <dc:creator>Mark Seger</dc:creator>
    <dc:date>2008-11-12T19:00:28Z</dc:date>
    <item>
      <title>Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240241#M33293</link>
      <description>About 5+ years ago I wrote a performance monitoring tool for linux systems based on the highly successful 'collect' tool for Tru64, so naturally the name "collect for linux" seemed like a natural, or collectl for short.  Initially is was pretty much used for internal testing and benchmarking, but soon made it into the SFS and XC product stacks, particularly because of its support for HPC technologies such as Infiniband and Lustre.&lt;BR /&gt;&lt;BR /&gt;To cut to the chase I open-sourced it about a year ago at &lt;A href="http://collectl.sourceforge.net/" target="_blank"&gt;http://collectl.sourceforge.net/&lt;/A&gt; and a couple of weeks ago it was added into the fedora distribution.  It has a whole slew of feature that you can read about on the 'features' page.&lt;BR /&gt;&lt;BR /&gt;My goal was to try and take the best ideas from most tools and then add some of my own on top of that and I think what I ended up with is pretty useful.  So take it for a spin and don't be bashful about asking for help as I'm always looking to make it better and easier to use.&lt;BR /&gt;&lt;BR /&gt;-mark&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2008 21:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240241#M33293</guid>
      <dc:creator>Mark Seger</dc:creator>
      <dc:date>2008-07-24T21:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240242#M33294</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;Thanks for share this. I will check it out. I think it'ss something similar to nmon?&lt;BR /&gt;&lt;A href="http://www.ibm.com/developerworks/aix/library/au-analyze_aix/" target="_blank"&gt;http://www.ibm.com/developerworks/aix/library/au-analyze_aix/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 25 Jul 2008 11:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240242#M33294</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2008-07-25T11:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240243#M33295</link>
      <description>Collectl is a great tool, I been using it since I found it a long time ago.&lt;BR /&gt;&lt;BR /&gt;The only thing that I would add is collectl -sp, as it available in Tru64, to sample process that where executed in that moment.</description>
      <pubDate>Fri, 25 Jul 2008 12:30:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240243#M33295</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-07-25T12:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240244#M33296</link>
      <description>Not sure what you mean about monitoring processes.  Collectl has had that capability since day 1 (maybe you got lost in all the switches like so many other people).  Actually to monitor processes you need to do -sZ (at the time I was using -sp to monitor partitions and so 'p' wasn't available).&lt;BR /&gt;&lt;BR /&gt;With -sZ not only can you monitor processes, you can see threads, I/O If you run "collectl --top" you'll see top processes (not really a big deal since top will already do that) but if you do "collectl --top io --procots t", you'll see the list of top processes including threaded ones!  only thing is your kernel will need to support reporting process I/O.&lt;BR /&gt;&lt;BR /&gt;-mark</description>
      <pubDate>Sat, 02 Aug 2008 20:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240244#M33296</guid>
      <dc:creator>Mark Seger</dc:creator>
      <dc:date>2008-08-02T20:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240245#M33297</link>
      <description>I almost forgot, you can actually mix other types of subsystems with --top, so if you do "collectl --top -scdn", you'll not only see top processes you also see a scrolling window that shows cpu, disk and network traffic.  Naturally you can use any subsystems you like in the request.  There's a lot more info on process monitoring at: &lt;A href="http://collectl.sourceforge.net/Process.html" target="_blank"&gt;http://collectl.sourceforge.net/Process.html&lt;/A&gt;&lt;BR /&gt;-mark</description>
      <pubDate>Sat, 02 Aug 2008 21:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240245#M33297</guid>
      <dc:creator>Mark Seger</dc:creator>
      <dc:date>2008-08-02T21:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240246#M33298</link>
      <description>Having that information, I just have to say that it's the best tool from my point of view. Thank you Mark.&lt;BR /&gt;&lt;BR /&gt;I will add to my "performance" Linux course ;).</description>
      <pubDate>Sun, 03 Aug 2008 03:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240246#M33298</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-08-03T03:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240247#M33299</link>
      <description>Glad you're enjoying it.  You (and others) might also be interested in the current version I'm working on.  I'm adding support for monitoring fan/temp data using ipmi!  Every wonder what -sE does or why there are actually 3 different monitoring intervals?  This has been in the original version and never did anything but I'm hoping that now it will now.&lt;BR /&gt;&lt;BR /&gt;I'm experimenting with reading fan/temp data with 'ipmitool' and while the output from different systems varies, I have a pretty general parsing algorithm that looks promising, but as new systems become available their formats will possibly be different and may break collectl.  My current design will allow users to write their own rules to deal with the different formats, but it remains to be seen how workable that will be.&lt;BR /&gt;&lt;BR /&gt;If anyone is interested in trying out a pre-release copy let me know but I do have to warn you it IS experimental and could very well change.  Just be forewarned, this will require you have ipmitool installed and operational and if things get too complex I may have to drop the feature in a future release.&lt;BR /&gt;&lt;BR /&gt;-mark&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Aug 2008 11:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240247#M33299</guid>
      <dc:creator>Mark Seger</dc:creator>
      <dc:date>2008-08-03T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240248#M33300</link>
      <description>thankÂ´s mark!&lt;BR /&gt;&lt;BR /&gt;iÂ´m from the tru64 world and missed this tool over-all.</description>
      <pubDate>Tue, 05 Aug 2008 11:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240248#M33300</guid>
      <dc:creator>SJO EGGER</dc:creator>
      <dc:date>2008-08-05T11:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240249#M33301</link>
      <description>Please let me know when you port it to Solaris ;)</description>
      <pubDate>Fri, 08 Aug 2008 13:51:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240249#M33301</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-08-08T13:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240250#M33302</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for this info. &lt;BR /&gt;&lt;BR /&gt;is this also available for HP-UX???</description>
      <pubDate>Sat, 09 Aug 2008 11:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240250#M33302</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-09T11:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240251#M33303</link>
      <description>No plans for anything other than linux.  sorry...&lt;BR /&gt;-mark</description>
      <pubDate>Sat, 09 Aug 2008 15:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240251#M33303</guid>
      <dc:creator>Mark Seger</dc:creator>
      <dc:date>2008-08-09T15:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240252#M33304</link>
      <description>&amp;gt;&amp;gt; is this also available for HP-UX???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe when HPUX adds procfs and sysfs.</description>
      <pubDate>Mon, 11 Aug 2008 11:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240252#M33304</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-08-11T11:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240253#M33305</link>
      <description>&lt;!--!*#--&gt;Hi, i've added collectl to Opensuse BuildService. Currently it only build packages for SLES and RHEL (using the stock spec file), but the OBS supports building for Mandriva, Debian, Ubuntu, Fedora and Opensuse also.&lt;BR /&gt;&lt;BR /&gt;So with some work it can be the supported packages can be extended and we can request to move the package to a official repository (outside my home)</description>
      <pubDate>Tue, 19 Aug 2008 14:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240253#M33305</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2008-08-19T14:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240254#M33306</link>
      <description>Link: &lt;A href="http://download.opensuse.org/repositories/home:/ciriarte:/collectl/" target="_blank"&gt;http://download.opensuse.org/repositories/home:/ciriarte:/collectl/&lt;/A&gt;</description>
      <pubDate>Tue, 19 Aug 2008 14:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240254#M33306</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2008-08-19T14:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Have you heard of collectl yet?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240255#M33307</link>
      <description>If anyone is interested, I just released a new version the other day&lt;BR /&gt;-mark&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Nov 2008 19:00:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/have-you-heard-of-collectl-yet/m-p/4240255#M33307</guid>
      <dc:creator>Mark Seger</dc:creator>
      <dc:date>2008-11-12T19:00:28Z</dc:date>
    </item>
  </channel>
</rss>

