git: ps - Show cpu# even when process is sleeping
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Sep 21 16:13:08 PDT 2012
commit 4e1c727bebeb810ba7a97614113c24690d2da5e3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Sep 21 16:05:50 2012 -0700
ps - Show cpu# even when process is sleeping
* Show the cpu# the process is scheduled on even when it is sleeping.
* Add a 'Q' flag for 'R'unnable processes, indicating that it is runnable
but on the user scheduler runq and does not actually have cpu at the
moment.
Summary of changes:
bin/ps/print.c | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4e1c727bebeb810ba7a97614113c24690d2da5e3
--
DragonFly BSD source repository
More information about the Commits
mailing list