![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| identify the unix processes performing high disk i/o reads and writes | avsswamy | Shell Programming and Scripting | 0 | 01-09-2009 10:45 PM |
| To identify process | Babu154 | UNIX for Dummies Questions & Answers | 1 | 11-27-2008 05:30 AM |
| which process writes to file | hachik | UNIX for Dummies Questions & Answers | 2 | 07-12-2008 03:28 AM |
| identify free disk spaces | tads98 | UNIX for Dummies Questions & Answers | 3 | 03-01-2007 01:37 PM |
| sh script that reads/writes based upon contents of a file | rdudejr | Shell Programming and Scripting | 3 | 07-12-2006 10:38 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
You aren't going to be able to get the exact output you want with the standard Unix/Linux commands very easily, if at all. Mapping disk I/O by process is not a trivial task.
If you are using Solaris 10, a Dtrace script can probably be developed to do this: DTrace at OpenSolaris.org (see the scripts section - there are some examples on Brendan Gregg's page that are close to your request). If you are using HP-UX, you could develop a custom measureware/glance script and syntax file to get stats close to what you need. Not sure of what you'd need for Linux to be able to get this data, but it's most likely going to be add-on. Edit: Glance is available for RHEL Last edited by Autocross.US; 01-14-2009 at 12:44 PM.. |
|
||||
|
If you have unix Process Accounting running there is a whole suite of
supplied scripts to record data and find historic details of processes. For an overview see: man acct man acctcms man acctcom Setting up unix Process Accounting from scratch is not trivial. On a busy system it can need very large amounts of disc space and become a significant load on your system itself. If you are running a database engine such as Oracle, I/O statistics can usually be obtained from the database engine. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| high disk reads, identify the unix process |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|