<?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 Stat Cmds: Disk/RAM/CPU in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140390#M155166</link>
    <description>Hi Karl&lt;BR /&gt;&lt;BR /&gt;To add to what the others have given.&lt;BR /&gt;&lt;BR /&gt;CPU Speed:&lt;BR /&gt;# echo "itick_per_usec/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Physical Memory (RAM):&lt;BR /&gt;# echo "phys_mem_pages/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;(Multiply value by 4 to get RAM in KB)&lt;BR /&gt;&lt;BR /&gt;Free Memory:&lt;BR /&gt;# vmstat 1 2 | tail -1 | awk '{ printf "%-d\n", $5*4}'&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Dec 2003 18:52:21 GMT</pubDate>
    <dc:creator>Con O'Kelly</dc:creator>
    <dc:date>2003-12-09T18:52:21Z</dc:date>
    <item>
      <title>System Stat Cmds: Disk/RAM/CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140385#M155161</link>
      <description>My manager just asked me to find:&lt;BR /&gt;&lt;BR /&gt;Disk Space&lt;BR /&gt;Available Disk Space&lt;BR /&gt;Memory/ RAM&lt;BR /&gt;Processor&lt;BR /&gt;&lt;BR /&gt;uname -a gives me &lt;BR /&gt;&lt;BR /&gt;HP-UX systemname B.11.00 U 9000/800 155464616 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;Is bdf my best bet for the disk info?&lt;BR /&gt;How do I show system RAM &amp;amp; Processors?&lt;BR /&gt;&lt;BR /&gt;-karlski&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Dec 2003 17:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140385#M155161</guid>
      <dc:creator>Karl Balsmeier</dc:creator>
      <dc:date>2003-12-09T17:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: System Stat Cmds: Disk/RAM/CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140386#M155162</link>
      <description>ioscan will show processors and disk&lt;BR /&gt;&lt;BR /&gt;bdf shows only mounted filesystems&lt;BR /&gt;&lt;BR /&gt;Attaching a script that displays memory by slot and size.&lt;BR /&gt;&lt;BR /&gt;SEO</description>
      <pubDate>Tue, 09 Dec 2003 17:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140386#M155162</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-09T17:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: System Stat Cmds: Disk/RAM/CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140387#M155163</link>
      <description>If you have Measureware installed and running, then ideally the scopeux daemon is running and collecting data.  If so, then you can use the extract command.&lt;BR /&gt;&lt;BR /&gt;Use the extract command to extract the MeasureWare data to one or more flat files.&lt;BR /&gt;&lt;BR /&gt;Executing:&lt;BR /&gt;&lt;BR /&gt; $ extract -g -xp -b TODAY-1 -e TODAY&lt;BR /&gt;&lt;BR /&gt;will extract collected global detailed data from the previous 24 hours to the xfrdGLOBAL.asc file:&lt;BR /&gt;&lt;BR /&gt; $ ll&lt;BR /&gt; total 1336&lt;BR /&gt; -rw-r--r--   1 jdonovan   users       679800 Nov 10 10:41 xfrdGLOBAL.asc&lt;BR /&gt;&lt;BR /&gt;This is an ordinary text file which can be imported into Excel.&lt;BR /&gt;&lt;BR /&gt;There are many options for what data can be extracted.  See the extract manpage for details.&lt;BR /&gt;&lt;BR /&gt;To graph overall CPU utilization, you would select the column labelled "CPU %".  Likewise, to graph overall memory utilization, choose the column labelled "Memory %".&lt;BR /&gt;&lt;BR /&gt;....otherwise use sar and the sa1 and sa2 scripts (see the man page for sadc)</description>
      <pubDate>Tue, 09 Dec 2003 17:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140387#M155163</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-12-09T17:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: System Stat Cmds: Disk/RAM/CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140388#M155164</link>
      <description>If you have Ignite/UX instllaed, which everyone should, have a look at the print_manifest commaned.&lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Dec 2003 18:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140388#M155164</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-12-09T18:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: System Stat Cmds: Disk/RAM/CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140389#M155165</link>
      <description>Disk space/Info:&lt;BR /&gt;bdf&lt;BR /&gt;diskinfo /dev/rdsk/cxtxdx&lt;BR /&gt;pvdisplay /dev/rdsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Memory:&lt;BR /&gt;dmesg |grep Physical&lt;BR /&gt;swapinfo -tm&lt;BR /&gt;&lt;BR /&gt;CPU:&lt;BR /&gt;ioscan -fnC processor&lt;BR /&gt;&lt;BR /&gt;For more info, download the following depot, gunzip, untar and execute.&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Karthik S S&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Dec 2003 18:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140389#M155165</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-09T18:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: System Stat Cmds: Disk/RAM/CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140390#M155166</link>
      <description>Hi Karl&lt;BR /&gt;&lt;BR /&gt;To add to what the others have given.&lt;BR /&gt;&lt;BR /&gt;CPU Speed:&lt;BR /&gt;# echo "itick_per_usec/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;Physical Memory (RAM):&lt;BR /&gt;# echo "phys_mem_pages/D" | adb /stand/vmunix /dev/kmem&lt;BR /&gt;(Multiply value by 4 to get RAM in KB)&lt;BR /&gt;&lt;BR /&gt;Free Memory:&lt;BR /&gt;# vmstat 1 2 | tail -1 | awk '{ printf "%-d\n", $5*4}'&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Dec 2003 18:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140390#M155166</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-12-09T18:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: System Stat Cmds: Disk/RAM/CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140391#M155167</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For other alternative, you can also use SAM to get all this information,&lt;BR /&gt;&lt;BR /&gt;(i)  Disk Space&lt;BR /&gt;SAM-&amp;gt;Disk and File Systems&lt;BR /&gt;&lt;BR /&gt;(ii) Available Disk Space&lt;BR /&gt;SAM-&amp;gt;Disk and File Systems&lt;BR /&gt;&lt;BR /&gt;(iii)Memory/ RAM&lt;BR /&gt;SAM-&amp;gt;Performance Monitor-&amp;gt;System Properties&lt;BR /&gt;&lt;BR /&gt;(iv)Processor&lt;BR /&gt;SAM-&amp;gt;Performance Monitor-&amp;gt;System Properties&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Sri&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Dec 2003 22:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-stat-cmds-disk-ram-cpu/m-p/3140391#M155167</guid>
      <dc:creator>Sritharan</dc:creator>
      <dc:date>2003-12-09T22:19:55Z</dc:date>
    </item>
  </channel>
</rss>

