<?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: Memory benchmarking tools in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181628#M794836</link>
    <description>Nevermind, I didn't see that it was attached.  Thanks again!</description>
    <pubDate>Tue, 03 Feb 2004 12:16:15 GMT</pubDate>
    <dc:creator>Alex Macdonald</dc:creator>
    <dc:date>2004-02-03T12:16:15Z</dc:date>
    <item>
      <title>Memory benchmarking tools</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181625#M794832</link>
      <description>I'm looking for information on tools for gathering memory performance numbers.  Glance and top won't work for what I need, because I need to be able to access the information from the command line or a flat file from inside a perl script.  I've looked at vmstat, but the nubers it's giving me really don't add up, or I just don't know how to read them.&lt;BR /&gt;&lt;BR /&gt;I want to produce memory utilization numbers specifically, but any extra stats would help.  Thanks in advance for your replies.</description>
      <pubDate>Tue, 03 Feb 2004 11:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181625#M794832</guid>
      <dc:creator>Alex Macdonald</dc:creator>
      <dc:date>2004-02-03T11:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Memory benchmarking tools</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181626#M794833</link>
      <description>Check this out - called memdetail - got it from the forums here...:&lt;BR /&gt;&lt;BR /&gt; # memdetail&lt;BR /&gt;Memory Stat      total    used   avail   %used&lt;BR /&gt;physical        10080.0 9737.5   342.5     97%&lt;BR /&gt;active virtual  9586.4  4655.6  4930.8     49%&lt;BR /&gt;active real     7257.5  3446.8  3810.7     47%&lt;BR /&gt;memory swap     7697.1  1664.7  6032.5     22%&lt;BR /&gt;device swap     26528.0 9298.5  17229.5    35%&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 03 Feb 2004 12:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181626#M794833</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-02-03T12:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Memory benchmarking tools</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181627#M794834</link>
      <description>Is that a standard tool, part of a package, or an open-source tool?  I looked for memdetail on and HP-UX 11.0 and 11i box and I can't find it.  Thanks!</description>
      <pubDate>Tue, 03 Feb 2004 12:08:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181627#M794834</guid>
      <dc:creator>Alex Macdonald</dc:creator>
      <dc:date>2004-02-03T12:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Memory benchmarking tools</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181628#M794836</link>
      <description>Nevermind, I didn't see that it was attached.  Thanks again!</description>
      <pubDate>Tue, 03 Feb 2004 12:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181628#M794836</guid>
      <dc:creator>Alex Macdonald</dc:creator>
      <dc:date>2004-02-03T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory benchmarking tools</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181629#M794837</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;See if you have Measureware installed "/opt/perf/bin/extract". If so, you can get good details on your memory stats with the following script.&lt;BR /&gt;&lt;BR /&gt;Adjust FROM and TO and you will get stats during that time frame into a file called stats.out&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;FROM=02/01/04&lt;BR /&gt;TO=02/04/04&lt;BR /&gt;LOG=stats.out&lt;BR /&gt;&lt;BR /&gt;cat &amp;lt;&amp;lt; EOF &amp;gt; /tmp/mwa$$&lt;BR /&gt;FORMAT ASCII&lt;BR /&gt;HEADINGS ON&lt;BR /&gt;SEPARATOR="|"&lt;BR /&gt;MISSING=0&lt;BR /&gt;DATA TYPE GLOBAL&lt;BR /&gt;DATE&lt;BR /&gt;TIME&lt;BR /&gt;&lt;BR /&gt;GBL_MEM_UTIL&lt;BR /&gt;GBL_MEM_USER_UTIL&lt;BR /&gt;GBL_SWAP_SPACE_UTIL&lt;BR /&gt;GBL_MEM_PAGEOUT_RATE&lt;BR /&gt;GBL_MEM_SWAPOUT_RATE&lt;BR /&gt;TBL_BUFFER_CACHE_USED&lt;BR /&gt;GBL_MEM_QUEUE&lt;BR /&gt;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/perf/bin/extract -gG -r /tmp/mwa$$ -b $FROM -e $TO -xp -f $LOG&lt;BR /&gt;&lt;BR /&gt;rm -f /tmp/mwa$$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 03 Feb 2004 12:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-benchmarking-tools/m-p/3181629#M794837</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-03T12:57:29Z</dc:date>
    </item>
  </channel>
</rss>

