- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: System Info Commands
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 12:49 AM
01-15-2004 12:49 AM
I need to find out:
RAM, Processors, disk space
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 01:01 AM
01-15-2004 01:01 AM
Re: System Info Commands
will print the free/occupied space in human readable format for all mounted partitions
free
will show you the state of memory + swap
cat /proc/cpuinfo
will show some info regarding CPU/CPUs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 02:24 AM
01-15-2004 02:24 AM
Solutiondu -k or du -sk (summary) will give you more detail.
top or gtop will give you a handle on many perofrmance and other measures. gtop has a graphical display for fileystems thats pretty nice.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 02:31 AM
01-15-2004 02:31 AM
Re: System Info Commands
Alexander got it. I would add :
free -m will show your ram and swap in Megaoctets, easier to read.
df -h simplifies the reading, giving you low rounded value. df -H gives you upper rounded value, it may count on low space system.
No comment on cpuinfo, always astonished to see so many informations there !
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 02:40 AM
01-15-2004 02:40 AM
Re: System Info Commands
The "gtop" command was not found. Top was found but was mostly about all the processes running and/or sleeping.
Whats a specific command to see the disk space on a server? Thanks for the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 02:44 AM
01-15-2004 02:44 AM
Re: System Info Commands
fdisk /dev/hda
then p to print -it'll show you the entire hard drive's space
if you have IDE , in other cases you'll have to find the drive (example /dev/sda for SCSI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 03:28 AM
01-15-2004 03:28 AM
Re: System Info Commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 05:58 AM
01-15-2004 05:58 AM
Re: System Info Commands
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.
Greetings, Martin