What denotes a 'blocked' process?
Peter Jeremy
peterjeremy at optushome.com.au
Tue Jun 27 07:46:02 UTC 2006
Looking at the sources:
The 'blocked' column in vmstat is the sum of
(struct vmtotal).t_dw /* jobs in ``disk wait'' (neg priority) */ and
(struct vmtotal).t_pw /* jobs in page wait */
'systat -v' splits these into two fields (Proc:d and Proc:p) as does
sysctl vm.vmtotal
It's difficult to map these counters onto ps output. State 'D' and
'W' should catch most of them. You might find it useful looking
through the MWCHAN column for anything looking suspicious.
--
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060627/980378eb/attachment.pgp
More information about the freebsd-stable
mailing list