Number of CPU


 
Thread Tools Search this Thread
Operating Systems Solaris Number of CPU
# 1  
Old 12-11-2009
Number of CPU

Hi Experts,

with the help of which command we can see the Number of cpu in a solaris solaris5.10.Also how we know the total disk & free disk space size in this system.

Kind regards

---------- Post updated at 12:25 PM ---------- Previous update was at 12:25 PM ----------

Command psrinfo -vp gives me the Number of CPU(Virtual processor) results
# 2  
Old 12-11-2009
# of CPU's

Code:
psrinfo -v

for filesystem space you can use the df command. commonly used form is:
Code:
df -h

you can find more detailed information by using the man for the commands above.
# 3  
Old 12-11-2009
Bug

Hi ,
Thanks for your quick reply.
With the help of df -h we got different filesytems.In my case i have 5 filesystem.so i have to add these file size to count the total space size am i right?Let me know what is network drive & how can i identify a network drive.Because one of my friend told me to not add the network drive space size.Tell me if i am wrong somewhere.
Kind regards

Last edited by rafiassam; 12-11-2009 at 01:59 PM..
# 4  
Old 12-11-2009
"network drive" I guess you're asking about NFS.
You will find something like this in df -k, which I think he did not wanted you to include..
Code:
remote_host:/export/test 2448597  2Ø55423  148315     80%     /tmp_mnt/usr/dir

# 5  
Old 12-11-2009
Note that with ZFS, you shouldn't add free space from filesystems belonging to the same pool.
# 6  
Old 12-11-2009
swap space

please tell me how we find the swap space size detail.Smilie
Kind Regards
# 7  
Old 12-11-2009
Quote:
Originally Posted by rafiassam
please tell me how we find the swap space size detail.Smilie
Kind Regards
try the SUN document site Sun Microsystems Documentation
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Number of CPU & Number of Core

root:/> # lscfg -vp|grep -c -E 'proc.*Processor' 8 root:/> # lscfg -vpl sysplanar0 | grep -i way 8 WAY PROC CUOD : 8 WAY PROC CUOD : 8 WAY PROC CUOD : 8 WAY PROC CUOD : 8 WAY PROC CUOD : 8 WAY PROC CUOD : I have this output and need to know how... (3 Replies)
Discussion started by: Daniel Gate
3 Replies

2. Shell Programming and Scripting

Number of CPU'S in UNIX box

Hi, How to find number of CPU'S in unix box. And usage of the total no of CPU'S. (7 Replies)
Discussion started by: sam1226
7 Replies

3. HP-UX

How to find number of CPU in system

$ uname -a HP-UX chd007d B.11.23 U 9000/800 3154283600 unlimited-user license Thanks (7 Replies)
Discussion started by: Maddy123
7 Replies

4. Red Hat

Number of CPU in LINUX server

I want to find number of CPU and number NIC card in Linux server. I have below content in /proc/cpuinfo. I have from processor 0 - 15. It means, i have 15 similar entries in that file. How many CPU we have on this server? also how do find how many NIC card on this? processor : 0... (5 Replies)
Discussion started by: govindts
5 Replies

5. Red Hat

Number of CPU in linux server

I am using linux server.. how do i see number of CPU's in the server? TOP command is not providing result.. Any help is highly appreciated. (8 Replies)
Discussion started by: govindts
8 Replies

6. UNIX for Dummies Questions & Answers

Display just CPU run queue number (Nothing Else)

Im using the vmstat command to display the CPU run queue, but i want to put that into a program so is there a way to just display the number under the r? Thanks, (1 Reply)
Discussion started by: RAFC_99
1 Replies

7. Solaris

[help] how to get serial number of cpu or other hardware

hi experts, hi all, need help, how to get serial number of cpu or other hardware using command? does anybody know using what syntax? thank you wu (8 Replies)
Discussion started by: bucci
8 Replies

8. Solaris

CPU Usage to Number of CPUs - relationship

I have an E15K running at 60% CPU usage on 16 CPUs. I need to get rid of 6 CPUs, which is 38%. Does that mean my CPU usage will go up to 98%? I suspect the relationship between CPU numbers and usage is a bit more complicated. Can anyone give me any guidance on this please? TIA (0 Replies)
Discussion started by: disturbed_uk
0 Replies

9. Solaris

number of cpu's

How can I tell how many cpu's are on a solaris 9 sunfire? (3 Replies)
Discussion started by: csaunders
3 Replies

10. UNIX for Advanced & Expert Users

CPU Part Number from the command line (Solaris 8)

How Could I get the CPU Part Number from the Solaris command prompt? (Solaris 8 E4500 Server) Thanks in advance. Hugo (2 Replies)
Discussion started by: hugo_perez
2 Replies
Login or Register to Ask a Question