How to check both the processores running or not in redhat linux


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to check both the processores running or not in redhat linux
# 1  
Old 02-25-2005
How to check both the processores running or not in redhat linux

Hi,
We have dual processor dell machine loaded with redhat linux 7.2. It was working fine without any problem but recently power went off so suddenly system switched off. From then onwards system is running very slow. My suspect is on processor. How to check both the processors running properly or not?

Thanks in advance for your's great help

Reg,
Bache Gowda
# 2  
Old 02-25-2005
/proc/cpuinfo Should Have That Information

Just do this:

less /proc/cpuinfo

It should show you all processors running and their capabilities/speed.
# 3  
Old 02-25-2005
You may want to use top utility and see if all the processors are used..It will list CPU usage of each processor
# 4  
Old 03-01-2005
Hi thanks a lot for your quick and usefull info but In top command I am not able to see second processor info. Below is the out put of top command. Two processors info available in /proc/cpuinfo file. Which is the second processor info in below top command output?

1:11pm up 7 days, 21:28, 10 users, load average: 0.99, 0.94, 0.66
124 processes: 122 sleeping, 1 running, 1 zombie, 0 stopped
CPU states: 50.5% user, 0.8% system, 0.0% nice, 48.5% idle
Mem: 1028432K av, 838608K used, 189824K free, 194572K shrd, 208060K buff
Swap: 1052216K av, 386804K used, 665412K free 324512K cached

PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND
6053 oracle 19 0 190M 189M 188M R 64M 99.9 18.8 289:45 oracle
6045 oracle 9 0 2516 2060 1916 S 516 0.7 0.2 1:22 oracle
1 root 8 0 120 72 52 S 0 0.0 0.0 0:10 init
2 root 9 0 0 0 0 SW 0 0.0 0.0 0:00 keventd
# 5  
Old 03-01-2005
Your top display indicates a single processor. With dual processors, that cpu states line becomes two lines. And that "1 running" will often be "2 running".
# 6  
Old 03-02-2005
What is your 'uname -a' output. When your system rebooted did it start with an smp kernel?
# 7  
Old 03-05-2005
Here is the uname -a output:

2.4.7-10smp #1 SMP Thu Sep 6 17:09:31 EDT 2001 i686 unknown

Also copied /proc/cpuinfo:

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 6
cpu MHz : 993.399
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 mmx fxsr sse
bogomips : 1979.18

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 6
cpu MHz : 993.399
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 mmx fxsr sse
bogomips : 1985.74

Thanks and please let me know if there is any place i can check what is happening with the other processor?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Redhat check when package was updated

Is there a way to check when a package was updated on your redhat system? (2 Replies)
Discussion started by: cokedude
2 Replies

2. UNIX for Advanced & Expert Users

How to check number of threads running per processor in Linux machine?

I have a machine which has 32 processor but i am really not sure how many threads are running. It has hyperthreading enabled. Is there a way i can find that all 32 processors are being used and how many threads are there in my linux box. Its a 64 bit processor. I am having very high load average... (3 Replies)
Discussion started by: Moon1234
3 Replies

3. Red Hat

Eth0 not running in redhat 6.4

Hi guys, I really need your help with this. My network interface eth0 is up but not running. I checked udev rules and ifcfg-eth0 files to make sure the mac address are the same. It just would not come up. Please please I will really appreciate the help here. Thank you in advance. (3 Replies)
Discussion started by: cjashu
3 Replies

4. Linux

How to check a particular service is running on Linux?

We are using TeamSite application. Its a content management system application. How can I check if TeamSite service is running or not using ksh onn Linux platform ? On Windows its easy, I can do services.msc and entire list will come up. How to check it in Linux ? I tried using 'ps -ef', it... (4 Replies)
Discussion started by: paramshamnani
4 Replies

5. Red Hat

Difference Redhat Linux/RH Enterprise Linux

what is the difference between Redhat Linux and Redhat Enterprise Linux. whereas Redhat linux have Server installation options too. (2 Replies)
Discussion started by: hananabbas
2 Replies

6. Shell Programming and Scripting

how do i check the REDHAT details?

I am using lunix machine. I want to check if this is RED HAT 4 or higher version. How do i check this? The below output does not tell about REDHAT version. $ uname -a Linux chfdallindb11 2.6.18-128.7.1.el5 #1 SMP Wed Aug 19 04:00:49 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux $ Any help... (2 Replies)
Discussion started by: govindts
2 Replies

7. Red Hat

redhat 5.2 tikanga crond running but not reading crontab file

Issue:crond is running, can even restart it and /var/log/cron shows it starting. The /etc/crontab file is correct as compared to another machine. I set the crontab file to enter a datestamp into a file under /tmp every minute. Thing is, the crontab file is not being read or cron is not working... (12 Replies)
Discussion started by: robjmarquez
12 Replies

8. Red Hat

Problems running redhat config samba in the GUI

hi Recently the above option has stopped working all together. On clicking on this option it appears as though the window will open as the outline of the box appears but nothing more. On running this from a command prompt within the GUI , I get the following error: The last line... (0 Replies)
Discussion started by: timcs
0 Replies

9. UNIX for Dummies Questions & Answers

How to check theip address on Redhat Linux 9

hi How to check theip address on Redhat Linux 9 ? I have installed a SUN VMWARE and created VM on Vista. I am on bash and is not able to check the ip of the system. can someone plz with command ( wit options if any ) Regards, Subhotech (1 Reply)
Discussion started by: subhotech
1 Replies

10. UNIX for Dummies Questions & Answers

Redhat linux command to check Version

Hi All, I need to know RedHat linux version installed on a different servers. I know uname -a or /proc/version Is any other command to know the Linux version???? When we telnet to any of the Linux server, the version shows very clearly like Red Hat Enterprise Linux ES release 3 (Taroon... (1 Reply)
Discussion started by: bache_gowda
1 Replies
Login or Register to Ask a Question