Equivalent Suse Linux command


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Equivalent Suse Linux command
# 1  
Old 01-24-2006
Equivalent Suse Linux command

hi,
In solaris, psrinfo gives number of cpu in use/online and so on.
What is the equivalent command for "psrinfo" in Suse Linux ?

Thx
# 2  
Old 01-24-2006
Try

cat /proc/cpuinfo

Cheers
ZB
# 3  
Old 01-24-2006
HI,
I tried that before however i doubt if it gives the status of current cpu availability.

cpuinfo gives me the below output, From that, how do I know the current status / busyness of cpu. overall we have 4 cpus, one of my process is CPU intensive. Instead of running my process on single CPU, I would like to share with number of AVAILABLE(for processing) cpus.


processor : 4
vendor_id : AuthenticAMD
cpu family : 15
model : 5
model name : AMD Opteron (tm) Processor 850
stepping : 10
cpu MHz : 2396.896
cache size : 1024 KB
physical id : 0
siblings : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall mmxext lm 3dnowext 3dnow
bogomips : 4784.12
# 4  
Old 01-24-2006
top

Cheers
ZB
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Linux SuSE SLES 8 error..unable to issue shutdown command

the only way we can power off is if we actually press power button on server. Running on HP DL-G4. from root, when we issue command it just returns to root prompt. (1 Reply)
Discussion started by: amexboy
1 Replies

2. SuSE

Non root user want to see /var/log/messages - any suse equivalent of Solaris dmesg

Hi New to Suse - mainly used Solaris. In solaris dmesg will also show you contents of messages log file but in Suse Liux it doesnt appear to. I dont have root access to this Suse server, and wondering is there any other tool / utility that allows me to see the messages file contents like on... (1 Reply)
Discussion started by: frustrated1
1 Replies

3. Shell Programming and Scripting

Banner command equivalent in Linux

Hi guys can i get banner equivalent command in linux. I am using Linux xcclx0619.target.com 2.6.18-308.11.1.el5xen #1 SMP Fri Jun 15 16:19:17 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux (1 Reply)
Discussion started by: mohanalakshmi
1 Replies

4. UNIX for Dummies Questions & Answers

pfiles command equivalent in Linux

May i know what is the equivalent tool in linux for pflies in solaris. ? (2 Replies)
Discussion started by: mohtashims
2 Replies

5. Shell Programming and Scripting

AIX and HP-UX equivalent of Linux stat command

To list file permission/access right in octal format, linux has a command 'stat'. For example, we can use the followin - stat -c %a `find . -type f Is there any equivalent command in AIX and HP-UX to give the same result as linux 'stat' command? Please advice. (3 Replies)
Discussion started by: atanubanerji
3 Replies

6. Solaris

solaris equivalent to the linux screen command

hi there is there a solaris equivalent to the linux screen command? (1 Reply)
Discussion started by: milhan
1 Replies

7. Linux

devfsadm equivalent(sol) command in linux os

Hi frnds, what is the devfsadm(solaris) equivalent command in linux os? Thanks in Adv. Arjun Reddy. (2 Replies)
Discussion started by: arjunreddy3
2 Replies
Login or Register to Ask a Question