<?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 Info Commands in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165241#M9175</link>
    <description>df -h shows the space left/occupied on mounted partitions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fdisk /dev/hda&lt;BR /&gt;then p to print -it'll show you the entire hard drive's space&lt;BR /&gt;if you have IDE , in other cases you'll have to find the drive (example /dev/sda for SCSI)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Jan 2004 10:44:38 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2004-01-15T10:44:38Z</dc:date>
    <item>
      <title>System Info Commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165236#M9170</link>
      <description>I need to find out the following about each of our servers and am not familiar with any commands to list this. If anybody can list some commands and state which each does that'd be greatly appreciated. &lt;BR /&gt;I need to find out: &lt;BR /&gt;&lt;BR /&gt;RAM, Processors, disk space&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 15 Jan 2004 08:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165236#M9170</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-15T08:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: System Info Commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165237#M9171</link>
      <description>df -h &lt;BR /&gt;will print the free/occupied space in human readable format for all mounted partitions&lt;BR /&gt;&lt;BR /&gt;free&lt;BR /&gt;will show you the state of memory + swap&lt;BR /&gt;cat /proc/cpuinfo&lt;BR /&gt;will show some info regarding CPU/CPUs&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 09:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165237#M9171</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-01-15T09:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: System Info Commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165238#M9172</link>
      <description>df gives you the filesystems&lt;BR /&gt;&lt;BR /&gt;du -k or du -sk (summary) will give you more detail.&lt;BR /&gt;&lt;BR /&gt;top or gtop will give you a handle on many perofrmance and other measures. gtop has a graphical display for fileystems thats pretty nice.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 Jan 2004 10:24:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165238#M9172</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-15T10:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: System Info Commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165239#M9173</link>
      <description>Hi Kyle,&lt;BR /&gt;&lt;BR /&gt;Alexander got it. I would add :&lt;BR /&gt;free -m will show your ram and swap in Megaoctets, easier to read.&lt;BR /&gt;&lt;BR /&gt;df -h simplifies the reading, giving you low rounded value. df -H gives you upper rounded value, it may count on low space system.&lt;BR /&gt;&lt;BR /&gt;No comment on cpuinfo, always astonished to see so many informations there !&lt;BR /&gt;&lt;BR /&gt;J&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 10:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165239#M9173</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-01-15T10:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: System Info Commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165240#M9174</link>
      <description>hey guys, All i have left is to find out the Disk Space on each server. &lt;BR /&gt;&lt;BR /&gt;The "gtop" command was not found. Top was found but was mostly about all the processes running and/or sleeping. &lt;BR /&gt;&lt;BR /&gt;Whats a specific command to see the disk space on a server? Thanks for the help!</description>
      <pubDate>Thu, 15 Jan 2004 10:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165240#M9174</guid>
      <dc:creator>Kyle D. Harris</dc:creator>
      <dc:date>2004-01-15T10:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: System Info Commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165241#M9175</link>
      <description>df -h shows the space left/occupied on mounted partitions&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fdisk /dev/hda&lt;BR /&gt;then p to print -it'll show you the entire hard drive's space&lt;BR /&gt;if you have IDE , in other cases you'll have to find the drive (example /dev/sda for SCSI)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jan 2004 10:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165241#M9175</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-01-15T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: System Info Commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165242#M9176</link>
      <description>hwbrowser  [RH only]</description>
      <pubDate>Thu, 15 Jan 2004 11:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165242#M9176</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-01-15T11:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: System Info Commands</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165243#M9177</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if you are on SuSE hwinfo will give you this and much more information. You might want to write a script in case you need to check that on a regular basis.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Thu, 15 Jan 2004 13:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-info-commands/m-p/3165243#M9177</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-01-15T13:58:22Z</dc:date>
    </item>
  </channel>
</rss>

