<?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: Disk space, Memory, Processor in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781689#M636849</link>
    <description>Hi ..&lt;BR /&gt;Here you go ..&lt;BR /&gt;&lt;BR /&gt;##Number of processors&lt;BR /&gt;&lt;BR /&gt;sar -Mu 1 1|awk 'END {print NR-5}' &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnC processor &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;###To obtain the processor speed (MHz): &lt;BR /&gt;&lt;BR /&gt;echo itick_per_usec/D|adb -k stand/vmunix /dev/kmem|awk 'NR==2 {print}' &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;echo itick_per_usec/D | /usr/bin/adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## script get total of memory&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh &lt;BR /&gt;if [ `uname -r` = "B.11.00" ] &lt;BR /&gt;then &lt;BR /&gt;echo "phys_mem_pages/D" | adb /stand/vmunix /dev/kmem|grep phys|tail -1|awk '{print $2/256 " MB"}' &lt;BR /&gt;else &lt;BR /&gt;echo "physmem/D" | adb /stand/vmunix /dev/kmem|grep phys|tail -1|awk '{print "Memory size = " $2 / 256 " Megabytes"}' &lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo 'selclass qualifier memory;info;wait;infolog' |cstm &amp;gt;/tmp/meminfo.txt</description>
    <pubDate>Wed, 07 Aug 2002 17:38:00 GMT</pubDate>
    <dc:creator>someone_4</dc:creator>
    <dc:date>2002-08-07T17:38:00Z</dc:date>
    <item>
      <title>Disk space, Memory, Processor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781688#M636848</link>
      <description>Hi I am new with HP-UX. Would someone&lt;BR /&gt;please tell me what commands should I&lt;BR /&gt;use in the following questions:&lt;BR /&gt;&lt;BR /&gt;What commands will show the disk space&lt;BR /&gt;available, how much taken, how much available on HP-UX 11.&lt;BR /&gt;&lt;BR /&gt;What commands will show the total&lt;BR /&gt;memory on HP-UX 11, how much available,&lt;BR /&gt;what the total memory on the system&lt;BR /&gt;&lt;BR /&gt;what commands will show the many&lt;BR /&gt;processors are there on your system.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2002 17:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781688#M636848</guid>
      <dc:creator>Kevin T. Nguyen</dc:creator>
      <dc:date>2002-08-07T17:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space, Memory, Processor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781689#M636849</link>
      <description>Hi ..&lt;BR /&gt;Here you go ..&lt;BR /&gt;&lt;BR /&gt;##Number of processors&lt;BR /&gt;&lt;BR /&gt;sar -Mu 1 1|awk 'END {print NR-5}' &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnC processor &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;###To obtain the processor speed (MHz): &lt;BR /&gt;&lt;BR /&gt;echo itick_per_usec/D|adb -k stand/vmunix /dev/kmem|awk 'NR==2 {print}' &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;echo itick_per_usec/D | /usr/bin/adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## script get total of memory&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh &lt;BR /&gt;if [ `uname -r` = "B.11.00" ] &lt;BR /&gt;then &lt;BR /&gt;echo "phys_mem_pages/D" | adb /stand/vmunix /dev/kmem|grep phys|tail -1|awk '{print $2/256 " MB"}' &lt;BR /&gt;else &lt;BR /&gt;echo "physmem/D" | adb /stand/vmunix /dev/kmem|grep phys|tail -1|awk '{print "Memory size = " $2 / 256 " Megabytes"}' &lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo 'selclass qualifier memory;info;wait;infolog' |cstm &amp;gt;/tmp/meminfo.txt</description>
      <pubDate>Wed, 07 Aug 2002 17:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781689#M636849</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-08-07T17:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space, Memory, Processor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781690#M636850</link>
      <description>1) command for disk space:&lt;BR /&gt;# bdf&lt;BR /&gt;# df&lt;BR /&gt;# sam - disk and file systems&lt;BR /&gt;# vgdisplay -v (VG info)&lt;BR /&gt;# lvdisplay -v (LV info)&lt;BR /&gt;# diskinfo (disk info)&lt;BR /&gt;# ioscan -fnC disk (disk h/w details)&lt;BR /&gt;2) memory:&lt;BR /&gt;# stm&lt;BR /&gt;# dmesg&lt;BR /&gt;# sam-performance monitor-system properties&lt;BR /&gt;3) processor:&lt;BR /&gt;# top&lt;BR /&gt;# stm&lt;BR /&gt;# sam - performance monitor - system properties&lt;BR /&gt;&lt;BR /&gt;Another good command is for all information:&lt;BR /&gt;# print_manifest</description>
      <pubDate>Wed, 07 Aug 2002 17:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781690#M636850</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-07T17:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space, Memory, Processor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781691#M636851</link>
      <description>&amp;gt;&amp;gt;What commands will show the disk space &lt;BR /&gt;available, how much taken, how much available on HP-UX 11. &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;bdf will give you a table-like format, df -k will give you a different layout of the same information.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Wed, 07 Aug 2002 17:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781691#M636851</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-08-07T17:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space, Memory, Processor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781692#M636852</link>
      <description>Additionally to the others:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 07 Aug 2002 17:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781692#M636852</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-07T17:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space, Memory, Processor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781693#M636853</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.try  print_manifest&lt;BR /&gt;2.sam---&amp;gt;performance mointors--&amp;gt;system properties for cpu/ram/network&lt;BR /&gt;&lt;BR /&gt;3. bdf to know the disk space.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2002 17:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781693#M636853</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-08-07T17:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space, Memory, Processor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781694#M636854</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;Try this link for all the good sysadmin scripts and suggestions.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x026250011d20d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x026250011d20d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2002 17:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781694#M636854</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-08-07T17:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disk space, Memory, Processor</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781695#M636855</link>
      <description>There is a very good programme for newbie.&lt;BR /&gt;&lt;BR /&gt;Download and Install cfg2html from &lt;A href="http://www.cfg2html.com" target="_blank"&gt;www.cfg2html.com&lt;/A&gt; . You will get everything in HTML format.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Wed, 07 Aug 2002 17:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-space-memory-processor/m-p/2781695#M636855</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-08-07T17:59:02Z</dc:date>
    </item>
  </channel>
</rss>

