<?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: Measurement Interface for Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248351#M71748</link>
    <description>Thanks Martin.I just was not sure if the collection happened at the user level or kernel level.Let me explore these in depth.&lt;BR /&gt;&lt;BR /&gt;Meanwhile,I am welcome to other alternatives as well.&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies.&lt;BR /&gt;&lt;BR /&gt;Paddy&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Apr 2004 19:12:46 GMT</pubDate>
    <dc:creator>Paddy_1</dc:creator>
    <dc:date>2004-04-15T19:12:46Z</dc:date>
    <item>
      <title>Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248344#M71741</link>
      <description>Hi Everybody.,&lt;BR /&gt;&lt;BR /&gt;I understand that we have "midaemon" ported to Linux though Measureware itself is not available.&lt;BR /&gt;&lt;BR /&gt;I am wondering if there are any other open source implementation of Measurement Interface to kernel a la HP-UX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;BR /&gt;Paddy</description>
      <pubDate>Wed, 14 Apr 2004 17:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248344#M71741</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2004-04-14T17:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248345#M71742</link>
      <description>All I know of are sar data collection scripts. Which is what the pros on HP-UX use anway. Attaching an hpux version that will require some porting.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 14 Apr 2004 19:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248345#M71742</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-14T19:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248346#M71743</link>
      <description>Excellent Stuff! No doubt but here is what I am looking for in terms of a programmatic interface.We all know midaemon is at the heart of performance data collection for the HP-UX kernel and I am looking for an exact equivalent of it in Linux. &lt;BR /&gt;If one is not available I am inclined to ask you what would be the difficulty in writing one so that people who are used to the HP perf tools can re-use their analytic skills.&lt;BR /&gt;&lt;BR /&gt;Any ideas??</description>
      <pubDate>Thu, 15 Apr 2004 10:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248346#M71743</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2004-04-15T10:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248347#M71744</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;One more point.sar runs in userland and so do many other diagnostic commands.&lt;BR /&gt;I am wondering what if there is a interface that communicates with the kernel modules and presents a consistent API for other profiling and accounting tools to be built upon.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Paddy</description>
      <pubDate>Thu, 15 Apr 2004 10:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248347#M71744</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2004-04-15T10:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248348#M71745</link>
      <description>Maybe you could use contents of /proc pseudo filesystem.&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 11:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248348#M71745</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-04-15T11:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248349#M71746</link>
      <description>Sorry I didnt get the /proc filesystem idea.&lt;BR /&gt;If you dont mind Could you please elaborate.</description>
      <pubDate>Thu, 15 Apr 2004 11:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248349#M71746</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2004-04-15T11:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248350#M71747</link>
      <description>Hello Paddy,&lt;BR /&gt;&lt;BR /&gt;he refers to the fact that linux presents many performance relevant data via the /proc pseudo filesystem. Do an ls /proc . The "files" in there contain various information about your system.&lt;BR /&gt;&lt;BR /&gt;You should have a file proc.txt on your system&lt;BR /&gt;(in my case /usr/src/linux-2.6.1-1.65/Documentation/filesystems/proc.txt)&lt;BR /&gt;&lt;BR /&gt;else you can look it up e.g. at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/LDP/intro-linux/html/x8758.html" target="_blank"&gt;http://www.tldp.org/LDP/intro-linux/html/x8758.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Thu, 15 Apr 2004 14:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248350#M71747</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-04-15T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248351#M71748</link>
      <description>Thanks Martin.I just was not sure if the collection happened at the user level or kernel level.Let me explore these in depth.&lt;BR /&gt;&lt;BR /&gt;Meanwhile,I am welcome to other alternatives as well.&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies.&lt;BR /&gt;&lt;BR /&gt;Paddy&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Apr 2004 19:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248351#M71748</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2004-04-15T19:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248352#M71749</link>
      <description>also sar related, the great tool sarcheck is in beta for linux right now: &lt;A href="http://www.sarcheck.com/sclinux.htm" target="_blank"&gt;http://www.sarcheck.com/sclinux.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;when using ITO agents, there is a performance agent included (version 7.x) that is basicly a lightweight measureware.</description>
      <pubDate>Fri, 16 Apr 2004 00:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248352#M71749</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-04-16T00:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248353#M71750</link>
      <description>The full Perfermance agent and Glance exist for Linux.&lt;BR /&gt;&lt;BR /&gt;You can download trial version of them here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://openview.hp.com/downloads/downloads.html#evaluation" target="_blank"&gt;http://openview.hp.com/downloads/downloads.html#evaluation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It will log perfview-viewable/-analyzable data.&lt;BR /&gt;&lt;BR /&gt;Rgds Jarle</description>
      <pubDate>Fri, 16 Apr 2004 02:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248353#M71750</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2004-04-16T02:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248354#M71751</link>
      <description>I understand that Glance and PerfView are still available.&lt;BR /&gt;My question is about lack of MeasureWare for Linux while there is "midaemon" running.&lt;BR /&gt;With MWA I can write a parm file which helps separation of the data that can be later visualised by PerfView.&lt;BR /&gt;&lt;BR /&gt;I would also be interested in knowing why is it so difficult for MWA to be ported for Linux.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Paddy</description>
      <pubDate>Fri, 16 Apr 2004 08:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248354#M71751</guid>
      <dc:creator>Paddy_1</dc:creator>
      <dc:date>2004-04-16T08:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement Interface for Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248355#M71752</link>
      <description>Hi Paddy,&lt;BR /&gt;&lt;BR /&gt;there might be som confusion of terms here.&lt;BR /&gt;&lt;BR /&gt;HP Perfomance agent is what used to be called measureware (MWA).&lt;BR /&gt;&lt;BR /&gt;Install the performance agent from the link i posted, and I bet you have the parm file, and full mwa functionality. &lt;BR /&gt;&lt;BR /&gt;And yes it is for Linux platform.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Jarle BjÃ¸rgeengen&lt;BR /&gt;HP Suppor</description>
      <pubDate>Tue, 20 Apr 2004 02:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/measurement-interface-for-linux/m-p/3248355#M71752</guid>
      <dc:creator>Jarle Bjorgeengen</dc:creator>
      <dc:date>2004-04-20T02:23:40Z</dc:date>
    </item>
  </channel>
</rss>

