<?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 calculations in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023046#M130960</link>
    <description>Thanks for your response.I forgot to mention,I kept that script in crontab and executing every minute.I would like to know what iam doing is write or wrong.</description>
    <pubDate>Tue, 15 Jul 2003 09:37:00 GMT</pubDate>
    <dc:creator>suryanarayana_1</dc:creator>
    <dc:date>2003-07-15T09:37:00Z</dc:date>
    <item>
      <title>memory calculations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023042#M130956</link>
      <description>Is there any simple script or utility in HP-UX to get peak and average memory utilization of the day.Write now iam using a script to collect free memory pages and calculating to get the above mentioned values.We don't have  glance plus or measureware.This is the script iam using.&lt;BR /&gt;&lt;BR /&gt;    #!/sbin/sh                                                       &lt;BR /&gt;dd=`date +%b%d`                                                  &lt;BR /&gt;var1=`echo freemem/D|adb /stand/vmunix /dev/kmem|cut -f 2 -d :`  &lt;BR /&gt;echo "The value of freemem is:"$var1&amp;gt;&amp;gt;/var/adm/memlog/freemem_$dd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   Thank you.</description>
      <pubDate>Mon, 14 Jul 2003 15:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023042#M130956</guid>
      <dc:creator>suryanarayana_1</dc:creator>
      <dc:date>2003-07-14T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023043#M130957</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There is a 60 trial of glance on your HP cds&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 14 Jul 2003 15:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023043#M130957</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-07-14T15:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023044#M130958</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;Also look at sar (Man sar)&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 14 Jul 2003 15:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023044#M130958</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-07-14T15:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023045#M130959</link>
      <description>I guess its almost same value you receive from&lt;BR /&gt;vmstat:&lt;BR /&gt;free pages -&lt;BR /&gt;In my case:&lt;BR /&gt;freemem = 65278 (x4,as 4k is a page size)&lt;BR /&gt;free vmstat column = 66811...&lt;BR /&gt;&lt;BR /&gt;So you can use vmstat 60 for 1 min basis.&lt;BR /&gt;Again,checking free pages list is very-very rough of performance.&lt;BR /&gt;&lt;BR /&gt;Zeev</description>
      <pubDate>Mon, 14 Jul 2003 15:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023045#M130959</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-07-14T15:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023046#M130960</link>
      <description>Thanks for your response.I forgot to mention,I kept that script in crontab and executing every minute.I would like to know what iam doing is write or wrong.</description>
      <pubDate>Tue, 15 Jul 2003 09:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023046#M130960</guid>
      <dc:creator>suryanarayana_1</dc:creator>
      <dc:date>2003-07-15T09:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: memory calculations</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023047#M130961</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;a little off track, but:&lt;BR /&gt;if you have one or more cronjobs running every single minute you surely blow up /var/adm/cron/log&lt;BR /&gt;You might consider a cronjob moving/zipping/emtpying this logfile.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Tue, 15 Jul 2003 09:57:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-calculations/m-p/3023047#M130961</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2003-07-15T09:57:37Z</dc:date>
    </item>
  </channel>
</rss>

