UNIX / LINUX OS CPU configuration details


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users UNIX / LINUX OS CPU configuration details
# 1  
Old 10-20-2011
UNIX / LINUX OS CPU configuration details

Hi,

How to find the cpu configuration details of Cores, Speed MHz, virtual processors for the following servers:

LINUX OS Servers:
  • Linux 2.6.9-89.0.3.ELsmp #1 SMP Sat Jun 13 07:05:54 EDT 2009 i686 i686 i386 GNU/Linux. (Cores, Speed, Processor)
  • Linux 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux. (Cores, Speed, Processor)
Sun OS Servers:
  • SunOS 5.9 Microsystems sun4u Sun Fire V890 (Cores, Speed, Processor)
  • SunOS 5.10 Generic_142909-17 sun4u sparc SUNW,SPARC-Enterprise (Sun Microsystems sun4u Sun SPARC Enterprise M5000 Server) (Cores, Speed, Processor)
Please let me know, if you need more Information.

Appreciate your Help!!

Thanks.
# 2  
Old 10-20-2011
Solaris:
Code:
psrinfo
psrinfo -v
psrinfo -p

Linux:
Code:
cat /proc/cpuinfo

edit: I just saw in which section you posted that question... For the future, please use subforums that are related to your problems. This subforum is not intended for technical questions.

Last edited by bartus11; 10-20-2011 at 04:52 PM..
This User Gave Thanks to bartus11 For This Post:
# 3  
Old 10-20-2011
How can I know how many cores & cpu's info in OS Solaris & Linux?
# 4  
Old 10-20-2011
Have you tried any of these? Everything you want is immediately apparent in /proc/cpuinfo for instance.
# 5  
Old 10-20-2011
Yes, May I know how to find the # of Virtual processors in LINUX?

Thanks!
# 6  
Old 10-20-2011
I'm not supposed to hand out canned answers when you're not willing to even try.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Unable to fetch BIOS configuration details

Hi All, unable to fetch the bios configuration information and service provider information in centos 5 using dmidecode command. ServiceProvider=`dmidecode -s system-product-name |awk '{print $1}'` BIOS_Configuration=`dmidecode | grep "BIOS Information" -A10 | grep -e... (4 Replies)
Discussion started by: sravani25
4 Replies

2. Shell Programming and Scripting

Read Oracle connection details from a configuration file

Hi, Is it possible to pass oracle connection information from a configuration file and use that to connect to oracle database in my unix shell scripts. Following is the scenario: (1) I would like to save oracle connection string details in a configuration file (ex., dbconfig.txt) (2) from my... (6 Replies)
Discussion started by: sudhakaratp
6 Replies

3. UNIX for Dummies Questions & Answers

how to run two unix/linux programs on two different cpu cores

Hi folks, I want to know how to run two unix programs on two different cpu cores on a 2-core or 4-core or 8-core CPU machine? Extending this how would i run four and eight unix programs on 4-core and 8-core machine respectively? If this can be done, how to know which program is assigned to... (1 Reply)
Discussion started by: kaaliakahn
1 Replies

4. Solaris

Solaris configuration details.

How to find the entire configuration details of a solaris. I need to know what partion were made, which OS is used and wat version is used etc... Thanks to tell (4 Replies)
Discussion started by: kkalyan
4 Replies

5. UNIX for Advanced & Expert Users

Script to access multiple linux servers to get system details such as CPU usage

Hi Is there any shell script that accesses multiple linux servers to get details such as CPU usage, RAM used etc. The access of the servers must be parallel not serial in the sense it must ping all the servers at a time to get information.The script has to be triggered from a host system and get... (7 Replies)
Discussion started by: mssrivatsa
7 Replies

6. Solaris

CPU Temperature Details

How to get a CPU temperature and current power consumption in T5220 server both from system controller and Operating system. I need details by cores. Thanks in advance. (13 Replies)
Discussion started by: fugitive
13 Replies

7. Solaris

Containers : cpu configuration resource

Hi. I get the follow output when use the poolcfg -c info , associated to one zone-server defined : pset revenuedb02-pset int pset.sys_id 6 boolean pset.default false uint pset.min 4 uint pset.max 12 ... (0 Replies)
Discussion started by: aggadtech08
0 Replies

8. UNIX for Dummies Questions & Answers

how to get persistant cpu utilization values per process per cpu in linux (! top,ps)

hi, i want to know cpu utilizatiion per process per cpu..for single processor also if multicore in linux ..to use these values in shell script to kill processes exceeding cpu utilization.ps (pcpu) command does not give exact values..top does not give persistant values..psstat,vmstat..does njot... (3 Replies)
Discussion started by: pankajd
3 Replies

9. Solaris

Configuration details

hi can you please tell me how to get the configuration details from unix server. Rajesh. (6 Replies)
Discussion started by: pmrajesh21
6 Replies

10. UNIX for Dummies Questions & Answers

IP details for Unix/Linux login clients?

Hi there, I am wondering if by logging in to a unix system, if it is possible to get the IP address of the machine I am connecting FROM. I know how I can do this using the name server, but is this possible without a host lookup?:confused: Thanks, -ghoti (15 Replies)
Discussion started by: ghoti
15 Replies
Login or Register to Ask a Question