1822272 Members
3918 Online
109642 Solutions
New Discussion юеВ

Re: hardware information

 
eric_204
Frequent Advisor

hardware information

I am running RH 8 system on PC server , except reboot the system and xwindows , how can I know the hardware information eg . CPU speed , memory/harddisk size etc. ? thx.
6 REPLIES 6
Alexander Chuzhoy
Honored Contributor

Re: hardware information

to see the CPU info:
cat /proc/cpuinfo
t
o see the memory info use "free" command


to see the hard disk's partions free/occupied space:
df -h


for entire hard drive use fdisk /dev/hda
for IDE primary master
and then type p (for print)
you'll see it's size in cylinders and below it the unit size (like units=cylinders of 4096 * 512 bytes) do the math.


Best Regards


Cristian Draghici
Frequent Advisor

Re: hardware information

You might also find useful lspci and lsdev.

lspci is a utility for displaying information about all PCI buses in the system and all devices connected to them.

lsdev probes the /proc pseudofiles and writes up a summary.

Hope this helps
c
Alexander Chuzhoy
Honored Contributor

Re: hardware information

Since you've never assigned points to all those who helped you-I suggest you to read this:
How Do I Assign Points?
Only the question author can assign points to a given response. If you submit a question or new topic and another member replies to it, you will see a dropdown menu of points next to the reply (you must be logged in to see the menu). Select the point value and then click the "submit points" button. Note that you can rate multiple replies and submit them at one time.



How many points should I assign to replies?
Every response to your question is eligible to earn between 1-10 points. No need to worry about running out of points - when a truly awesome reply rolls in that deserves a 10, you will be able to assign it a 10! However, be careful to assign points based on the value that a reply truly provides. Use the following scale as a guideline:



o N/A: The answer was simply a point of clarification to my original question

o 1-3: The answer didn't really help answer my question, but thanks for your assistance!

o 4- 7: The answer helped with a portion of my question, but I still need some additional help!

o 8-10: The answer has solved my problem completely! Now I'm a happy camper!


Although assigning points is not mandatory, it is a key component of a strong, interactive community, and it is STRONGLY ENCOURAGED. Others have taken time to help you, so please take a moment to give them credit for their assistance

Vitaly Karasik_1
Honored Contributor

Re: hardware information

Kudos to Alexsander!


and for Eric:

- in RH Linux you have "hwbrowser" utility


- do you need more details?

there is lshw
http://ezix.sourceforge.net/software/lshw.html - lshw (Hardware Lister) is a small tool to provide detailed informaton on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc. on DMI-capable x86 systems and on some PowerPC machines

regards,
Vitaly
Karsten Breivik_1
Frequent Advisor

Re: hardware information



/etc/fstab //describes mount info for the file sys

uname -a //kernel and some hw params.

brgds

- k
poi
root_6
Advisor

Re: hardware information

/proc
directory have all info of ur h/w
procesor
memory
pci devices
file sysatem partitions

u can use cat or vo or any other utility to see those files in /proc