IO statistics of a solaris process


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers IO statistics of a solaris process
# 1  
Old 07-31-2007
IO statistics of a solaris process

Hi,

How to find the IO being consumed by a partciular Solaris process?
A plain iostat only gives the IO statistics of the system/disk as a whole!
Any help would be appreciated!
# 2  
Old 07-31-2007
If using Solaris 10 have a look at the dtrace toolkit
# 3  
Old 08-01-2007
Thanks, I have also now come across other non-commercial tools such as iotop, psio for doing just that!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Any way to get process statistics?

Hi, Can someone advise what "generic" command can I use to show statistics of a process or a running script/process? For example, I want to know how many hours/minutes it's taken to run or has been running, how much CPU it used and how much memory it used or uses. I want to be able to... (2 Replies)
Discussion started by: newbie_01
2 Replies

2. Solaris

Solaris Process Managment

Hi gurus, Please advice me in case such a process is taking too much of memory what are the necessary steps we need to do. Please explain with detailed. Thanks | P.Bharathiraja:confused: (3 Replies)
Discussion started by: bharathiraja
3 Replies

3. Shell Programming and Scripting

Shell Script to Kill Process(number of process) Unix/Solaris

Hi Experts, we do have a shell script for Unix Solaris, which will kill all the process manullay, it used to work in my previous env, but now it is throwing this error.. could some one please help me to resolve it This is how we execute the script (and this is the requirement) ... (2 Replies)
Discussion started by: jonnyvic
2 Replies

4. Solaris

Solaris 9: Which process is taxing the disk?

What method do you recommend for determining which process is causing disk IO problems on Solaris 9? I have a disk which historically has service times of under 10ms, but is now averaging about 80ms. (4 Replies)
Discussion started by: dangral
4 Replies

5. Solaris

Monitoring a single process in solaris

Hi All, I need help to monitor a single process in solaris to identify if it leaks memory or is using up too much system resources. I need to collect data over a period of time and plot graph for that single process I tried using SAR & GNOME-perfmeter but both of them give me performance... (3 Replies)
Discussion started by: jayana
3 Replies

6. Solaris

extended process list on Solaris?

Hello All, I am quite new to Solaris. Can someone tell me what's the equivalent of HP-UX ps -efx on Solaris? It basically displays the whole command, instead of te first 80 characters of the command. I need that to differentiate among multiple Weblogic processes where all the specifics... (1 Reply)
Discussion started by: usfrog
1 Replies
Login or Register to Ask a Question