Code: Select all
[root@st ~]# uptime
15:44:15 up 1:24, 2 users, load average: 0.10, 0.26, 1.57
Code: Select all
[root@st ~]# uname -a
Linux st 2.6.18-164.el5 #1 SMP Thu Sep 3 03:33:56 EDT 2009 i686 i686 i386 GNU/Linux
Code: Select all
[root@st ~]# cat /etc/redhat-release
CentOS release 5.4 (Final)
Code: Select all
[root@st ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 1.9G 210M 1.6G 12% /
/dev/sda8 108G 188M 102G 1% /home
/dev/sda7 19G 1.1G 17G 6% /usr
/dev/sda6 19G 200M 18G 2% /var
/dev/hda1 187G 14G 174G 7% /mnt/hda1
/dev/sdb1 1.4T 198M 1.3T 1% /mnt/sdb1
/dev/sdc1 1.4T 198M 1.3T 1% /mnt/sdc1
/dev/sdd1 1.4T 198M 1.3T 1% /mnt/sdd1
/dev/sde1 1.4T 198M 1.3T 1% /mnt/sde1
Code: Select all
[root@st ~]# cat /proc/partitions
major minor #blocks name
3 0 199148544 hda
3 1 199141708 hda1
8 0 160086528 sda
8 1 2024158 sda1
8 2 1 sda2
8 5 506016 sda5
8 6 20506941 sda6
8 7 20506941 sda7
8 8 116535478 sda8
8 16 1465138584 sdb
8 17 1465136001 sdb1
8 32 1465138584 sdc
8 33 1465136001 sdc1
8 48 1465138584 sdd
8 49 1465136001 sdd1
8 64 1465138584 sde
8 65 1465136001 sde1
Code: Select all
[root@st ~]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 3
cpu MHz : 3000.385
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl est cid cx16 xtpr
bogomips : 6000.77
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) 4 CPU 3.00GHz
stepping : 3
cpu MHz : 3000.385
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl est cid cx16 xtpr
bogomips : 6000.24
Code: Select all
[root@st ~]# free -m
total used free shared buffers cached
Mem: 2024 355 1668 0 33 272
-/+ buffers/cache: 49 1974
Swap: 494 0 494
Regards.
