Check for the Processes in Unix and also CPU utilization


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Check for the Processes in Unix and also CPU utilization
# 1  
Old 11-20-2008
Check for the Processes in Unix and also CPU utilization

What is the command for checking all the processes running on UNIX. Alos can any one share the CPU utilization script to know what are all the processes running and what is the cpu utilization ...


thanks in advance
Perla Mohan
# 2  
Old 11-20-2008
"ps aux". Also if you tell which OS you are using, it might be easier to give tips.
You can also check out the man page for the "sar" command to get some more info on CPU usage. You have to check out which switches are available to you since they are often different in Unixes and Linuxes.
# 3  
Old 11-20-2008
Check for the Processes in Unix and also CPU utilization

its sun solaris
SunOS crtda542 5.8 Generic_117350-53 sun4u sparc SUNW,Sun-Fire-480R

please help in getting the process name which utilises the maximum CPU

Thanks
Perla Mohan
# 4  
Old 11-20-2008
Please use the advices already given and if you stíll have problems, ask again. Thank you. Maybe use the sort command additionally to get the top process.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

CPU Utilization and Memory Utilization of Services and Applications

Hi, i am new to linux/RHEL 6.0 and i have two questions. 1) How to get the CPU utilization and Memory Utilization of all Services running currently? 2) How to get the CPU utilization and Memory Utilization of all Applications running currently? Please help me to find the script. ... (2 Replies)
Discussion started by: nossam
2 Replies

2. HP-UX

How to check overall hard disk utilization in UNIX?

how to check overall hard disk utilization in unix? we use bdf command to find the utilized space for the particular path bdf filepath how can i find overall hard disk utilization? (4 Replies)
Discussion started by: ashwanthfrq
4 Replies

3. UNIX for Advanced & Expert Users

CPU utilization between 2 processes at an instant

I have a scenario where 2 applications(sever,deploy) are running in parallel....Now in a span of 1hr i want to know exact %CPU(user CPU) these are using. For example: for a snap shot of 1 hr say 10 am to 11 am i need the CPU utilization as below Total CPU=100 -->User... (1 Reply)
Discussion started by: niteesh_!7
1 Replies

4. UNIX for Advanced & Expert Users

CPU utilization by processes

OS is HP Number of CPU available is 4 I am running 8 multiple parallel application processes. I observed that the application is NOT able to occupy maximum CPU. Out of 4, 2 of them are used by 89% and 11% respectively. Where as other two are always sitting idle. Can anyone please comment... (3 Replies)
Discussion started by: sbiswas
3 Replies

5. Shell Programming and Scripting

script to check high cpu utilization for java process

Hello Team, I need help in preparing script to check for high cpu utilisation for java process. I have many java process on my system which consumes high cpu so i have to monitor it using script. ---------- Post updated 12-10-10 at 02:21 AM ---------- Previous update was 12-09-10 at... (1 Reply)
Discussion started by: coolguyamy
1 Replies

6. 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

7. UNIX for Advanced & Expert Users

Getting CPU utilization of Java processes

Hi, I have a java application running as a service in my unix Box. I want to test the CPU utilization and the Memory utilization of the app. I used top command and also the ps commands This command is showing each thread in my app as a separate thread. So I have a lot of j9 entries. Now... (3 Replies)
Discussion started by: siburajappan
3 Replies

8. UNIX for Dummies Questions & Answers

How check the overall CPU usage of the unix server

Hi All, Can anyone help me.. I want to know the command to check the overall CPU usage of the server. Note: I don't want the CPU usge of each and every process. I just want to know thw aggregate CPU utilization of the server. (2 Replies)
Discussion started by: Selva_Kumar
2 Replies

9. SCO

How to check CPU Utilization

Hi All, I want to check the CPU Utilization for my SCO UNIX machine. Please suggest some commands to do that. Thanks, Am (2 Replies)
Discussion started by: am_yadav
2 Replies

10. Shell Programming and Scripting

how to check CPU consume time by unix script.

Hi, I searched for any answers to this query bu in vain. My question is , Is their any script or command to check how much CPU time is been taken by a script. thanks. (1 Reply)
Discussion started by: Rakesh Bhat
1 Replies
Login or Register to Ask a Question