{"id":3256,"date":"2014-06-24T10:49:19","date_gmt":"2014-06-24T02:49:19","guid":{"rendered":"http:\/\/rmohan.com\/?p=3256"},"modified":"2014-06-24T10:49:19","modified_gmt":"2014-06-24T02:49:19","slug":"totalusedavailable-memory-in-aix","status":"publish","type":"post","link":"https:\/\/mohan.sg\/?p=3256","title":{"rendered":"TOTAL\/USED\/AVAILABLE memory in AIX"},"content":{"rendered":"<h3 class=\"post-title entry-title\" style=\"margin: 20px 0px 0px; color: #666666; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: 'Trebuchet MS', Trebuchet, sans-serif; font-style: normal; font-variant: normal; word-spacing: 0px; white-space: normal; position: relative; background-color: #ffffff; -webkit-text-stroke-width: 0px;\">TOTAL\/USED\/AVAILABLE memory in AIX<\/h3>\n<p>&nbsp;<br \/>\n#!\/usr\/bin\/ksh<br \/>\n#memory calculator<br \/>\num=`svmon -G | head -2|tail -1| awk {&#8216;print $3&#8217;}`<br \/>\num=`expr $um \/ 256`<br \/>\ntm=`lsattr -El sys0 -a realmem | awk {&#8216;print $2&#8217;}`<br \/>\ntm=`expr $tm \/ 1000`<br \/>\nfm=`expr $tm &#8211; $um`<br \/>\necho &#8220;\\n\\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8220;;<br \/>\necho &#8220;System : (`hostname`)&#8221;;<br \/>\necho &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;\\n\\n&#8221;;<br \/>\necho &#8220;Memory Information\\n\\n&#8221;;<br \/>\necho &#8220;total memory = $tm MB&#8221;<br \/>\necho &#8220;free memory = $fm MB&#8221;<br \/>\necho &#8220;used memory = $um MB&#8221;<br \/>\necho &#8220;\\n\\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;\\n&#8221;;<br \/>\nSave the above script in a file and execute it.<\/p>\n<p>#vi mem_calci\u00a0\u00a0\u00a0\u00a0 &#8212;&gt; paste the above script and save it<br \/>\n#chmod +x mem_calci\u00a0\u00a0 &#8212;&gt; provide the execute permission<br \/>\n#.\/mem_calci\u00a0\u00a0\u00a0\u00a0 &#8212;&gt; run the script<\/p>\n<p>Sample output:<\/p>\n<p>System : (Hostname)<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\nMemory Information<\/p>\n<p>total memory = 8126 MB<br \/>\nfree memory = 6328 MB<br \/>\nused memory = 1798 MB<br \/>\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>TOTAL\/USED\/AVAILABLE memory in AIX <\/p>\n<p>&nbsp; #!\/usr\/bin\/ksh #memory calculator um=`svmon -G | head -2|tail -1| awk {&#8216;print $3&#8217;}` um=`expr $um \/ 256` tm=`lsattr -El sys0 -a realmem | awk {&#8216;print $2&#8217;}` tm=`expr $tm \/ 1000` fm=`expr $tm &#8211; $um` echo &#8220;\\n\\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8220;; echo &#8220;System : (`hostname`)&#8221;; echo &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;\\n\\n&#8221;; echo &#8220;Memory Information\\n\\n&#8221;; echo &#8220;total memory = $tm MB&#8221; [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[],"_links":{"self":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/3256"}],"collection":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3256"}],"version-history":[{"count":1,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/3256\/revisions"}],"predecessor-version":[{"id":3257,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/3256\/revisions\/3257"}],"wp:attachment":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3256"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3256"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}