LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices

Reply
 
LinkBack Search this Thread
Old 09-15-2001, 04:36 AM   #1
jolly
Member
 
Registered: Mar 2001
Posts: 63

Rep: Reputation: 15
how to check processor, ram and hard disk?


I don't have to tell you that I am new to *nix.
I have three doubts in my mind reagarding configuration of server.
If someone don't have the physical access to the computer.
Is there any way or command in telnet through which we can check what is the processor speed and brand of the processor.
Like how can we find out between brand and CPU speed.
Celeron 800
Pentium 800
Amd 800
all the above processors are of 800Mhz?

How can we check if ram is working fine in server or not. And how can we increase the virtual memory?
How to find out if the HDD is SCSI or IDE?
 
Old 09-15-2001, 05:24 AM   #2
bretthoward
Member
 
Registered: Mar 2001
Location: Klamath Falls
Posts: 62

Rep: Reputation: 15
Answers to some of your questions

to check the proc speed and get info type "cat /proc/cpuinfo"

Most installations have a program called top which will allow you to monitor your memory usage. As well you can CAT another file from /proc out to the screen but its not near as helpfull as top because top updates the info.

To check if a hard drive is SCSI or IDE you can look in /etc/fstab and see what device it is if its /dev/hda1 or /dev/hdaX or /dev/hdbX then its IDE if you are seeing /dev/scdX then its SCSI. You can run hdparm on the devices and get even more info on the drives such as CHS and serial numbers and the like. Also to check HD size and usage you can use "df -h <drive name>"

Hope this helps....

Brett
 
Old 09-15-2001, 06:44 AM   #3
jolly
Member
 
Registered: Mar 2001
Posts: 63

Original Poster
Rep: Reputation: 15
I got this

Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda1 4492448 593124 3668924 14% /

For HDD.
Is it SCSI or IDE
 
Old 09-15-2001, 06:48 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 39,822

Rep: Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116Reputation: 1116
hda is IDE, as he said in his reply...

"To check if a hard drive is SCSI or IDE you can look in /etc/fstab and see what device it is if its /dev/hda1 or /dev/hdaX or /dev/hdbX then its IDE if you are seeing /dev/scdX then its SCSI."
 
Old 09-15-2001, 07:13 AM   #5
jolly
Member
 
Registered: Mar 2001
Posts: 63

Original Poster
Rep: Reputation: 15
What is the processor speed here

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 3
cpu MHz : 852.629094
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 3
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 psn mmx osfxsr kni
bogomips : 691.40
 
Old 09-15-2001, 07:16 AM   #6
jolly
Member
 
Registered: Mar 2001
Posts: 63

Original Poster
Rep: Reputation: 15
Re: Answers to some of your questions

Quote:
Originally posted by bretthoward
to check the proc speed and get info type "cat /proc/cpuinfo"

Most installations have a program called top which will allow you to monitor your memory usage. As well you can CAT another file from /proc out to the screen but its not near as helpfull as top because top updates the info.

To check if a hard drive is SCSI or IDE you can look in /etc/fstab and see what device it is if its /dev/hda1 or /dev/hdaX or /dev/hdbX then its IDE if you are seeing /dev/scdX then its SCSI. You can run hdparm on the devices and get even more info on the drives such as CHS and serial numbers and the like. Also to check HD size and usage you can use "df -h <drive name>"

Hope this helps....

Brett
How to run hdparm like this
#hdparm

and how can I check the RAM and VIRTUAL MEMORY of the server.
 
0 members found this post helpful.
Old 09-15-2001, 08:46 PM   #7
bobthebat
Member
 
Registered: Apr 2001
Location: Portland, OR
Distribution: Slackware 8
Posts: 82

Rep: Reputation: 15
That processor above would be a Pentium III, 800 mHz. For checking RAM and virtual memory (swap space) try this command:
free -h
Hope this helps.
 
Old 09-15-2001, 08:47 PM   #8
bobthebat
Member
 
Registered: Apr 2001
Location: Portland, OR
Distribution: Slackware 8
Posts: 82

Rep: Reputation: 15
Sorry, that free command is this:
free -m
It prints out stats on memory in megabytes
 
Old 09-16-2001, 02:08 AM   #9
bobthebat
Member
 
Registered: Apr 2001
Location: Portland, OR
Distribution: Slackware 8
Posts: 82

Rep: Reputation: 15
idiot am I. When I said 800 I meant 850.
 
Old 09-18-2001, 11:16 PM   #10
jolly
Member
 
Registered: Mar 2001
Posts: 63

Original Poster
Rep: Reputation: 15
Get following results. But I have one question. How can we increase virtual memory to get max of the RAM

free -m
total used free shared buffers cached
Mem: 384 54 329 0 0 0
-/+ buffers/cache: 54 329
Swap: 0

----------------------------------------------------------------------------It

OK guys tell me is it PIII or CELERON

cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 3
cpu MHz : 852.629094
cache size : 0 KB
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 3
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 psn mmx osfxsr kni
bogomips : 691.40
------------------------------------------------------
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cloning 1 hard disk to smaller hard disk, dd or ghost? fireman949 Linux - Hardware 7 10-11-2010 12:57 AM
how to check processor configuration imezsons Linux - Hardware 1 12-28-2004 08:21 AM
Boot disk; check. CD in drive; check. Doesn't work; check. Hal DamnSmallLinux 7 02-04-2004 02:10 AM
Processor and RAM command line question yxonks Solaris / OpenSolaris 7 11-13-2003 10:22 AM
Hard Disk question - Making a big hard disk MrAnonym Linux - General 2 09-15-2003 06:08 PM


All times are GMT -5. The time now is 03:36 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration