I running raid in mirror'd mode - here is the output of proc
Personalities : [raid1] [raid6] [raid5] [raid4]
md0 : active raid1 hdb1[1] hda1[0]
104320 blocks [2/2] [UU]
md1 : active raid1 hdb3[1] hda3[0]
388507840 blocks [2/2] [UU]
unused devices: <none>
here is the output of df -hs
Filesystem Size Used Avail Use% Mounted on
/dev/md1 359G 69G 272G 21% /
/dev/md0 99M 15M 80M 16% /boot
tmpfs 247M 0 247M 0% /dev/shm
and as before, top looked fine...
top - 17:31:31 up 4:57, 1 user, load average: 0.04, 0.05, 0.03
Tasks: 85 total, 2 running, 83 sleeping, 0 stopped, 0 zombie
Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 505600k total, 499868k used, 5732k free, 43728k buffers
Swap: 4192944k total, 0k used, 4192944k free, 284964k cached
Main Topics
Browse All Topics





by: ygouthamPosted on 2007-05-13 at 22:21:54ID: 19083048
take a look at
top
this will tell you which process is consuming max CPU or memory.
cat /proc/mdstat
gives you the current status of raid.
Also can be useful if you can let us know what raid level and how much of disk space per raid partition and other info related