Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Document "show sched_qs".
details: https://anonhg.NetBSD.org/src/rev/1bff41d64466
branches: trunk
changeset: 552161:1bff41d64466
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Sep 20 15:15:39 2003 +0000
description:
Document "show sched_qs".
diffstat:
share/man/man4/ddb.4 | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 239b9c6ea342 -r 1bff41d64466 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4 Sat Sep 20 14:59:56 2003 +0000
+++ b/share/man/man4/ddb.4 Sat Sep 20 15:15:39 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ddb.4,v 1.70 2003/07/04 13:10:45 wiz Exp $
+.\" $NetBSD: ddb.4,v 1.71 2003/09/20 15:15:39 thorpej Exp $
.\"
.\" Copyright (c) 1997 - 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -663,6 +663,13 @@
.Cm /u
is machine dependent.
If not supported, incorrect information will be displayed.
+.It Ic "show sched_qs"
+Print the state of the scheduler's run queues.
+For each run queue that has an LWP, the run queue index and the list
+of LWPs will be shown.
+If the run queue has LWPs, but the sched_whichqs bit is not set for that
+queue, the queue index will be prefixed with a
+.Sq ! .
.It Ic "show uvmexp"
Print a selection of UVM counters and statistics.
.It Xo
Home |
Main Index |
Thread Index |
Old Index