![]() |
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 |
| Mac OS X: Disk Utility - All options dimmed for a disk that was formatted as NTFS in | iBot | OS X Support RSS | 0 | 10-13-2008 10:20 PM |
| Which Process is writing this Log file!! | Mohammed | Shell Programming and Scripting | 2 | 11-06-2006 08:08 AM |
| disk i/o per process on aix 5.2 | system-admin | AIX | 1 | 07-23-2006 09:13 AM |
| disk i/o per process | aqeelcu@hotmail | UNIX for Advanced & Expert Users | 1 | 07-06-2006 10:34 AM |
| Writing file to disk takes time | nileshkarania | UNIX for Dummies Questions & Answers | 7 | 06-16-2003 08:51 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
Thanks, radoulov, but I don't see a way for top to display "high system call rate" or "high I/O rates" anything like that.
fuser is helping, to some extent, but I have no idea how to parse the ACCESS field when using -v. That might give me some clue. Is there any way to see writes-per-second on a per process basis? |
|
|||||
|
Quote:
You may try iostat -d -p to see I/O activity by partition and thus restrict the possibilities. Quote:
the first think that I would begin with starcing the top CPU consumers to see where the CPU cycles go. Last edited by radoulov; 10-29-2008 at 04:22 PM.. |
|
|||||
|
Code:
$ vmstat 1 5 procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu------ r b swpd free buff cache si so bi bo in cs us sy id wa st 0 2 136 850584 148660 2616060 0 0 183 143 3 4 9 2 71 17 0 0 4 136 854368 148816 2616112 0 0 192 2396 2401 1259 0 2 40 58 0 0 2 136 854740 148876 2616876 0 0 0 736 2056 2842 4 1 50 46 0 0 3 136 1733284 148944 1738972 0 0 140 1756 2152 3567 0 6 49 45 0 0 3 136 1717312 149052 1755468 0 0 8244 740 2188 3970 0 2 44 54 0 |
![]() |
| Bookmarks |
| Tags |
| disk i/o, linux, performance |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|