OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / modutils / original / man8 / kdstat.8
1 .TH KDSTAT 8 "Debian GNU/Linux" "DEBIAN"
2 .SH NAME
3 kdstat \- program to show and change internal kerneld state
4 .SH SYNOPSIS
5 .B kdstat
6 .br
7 .B kdstat
8 .I "[debug|nodebug]"
9 .br
10 .B kdstat
11 .I "[keep|nokeep]"
12 .br
13 .B kdstat
14 .I "flush"
15 .br
16 .B kdstat
17 .I delay=<time>
18 .SH "DESCRIPTION"
19 This manual package describes
20 .BR kdstat
21 , a program used to debug kerneld. You can use it to view (and change)
22 the internal state of a running kerneld.
23 .SH OPTIONS
24 When run,
25 .BR kdstat
26 always displays the current state of kerneld. Given the proper options it can
27 do much more. All legal options are explained below.
28 .TP
29 .B debug, nodebug
30 Turn kerneld debugging mode on or off. If turned on, kerneld displays
31 what it is doing on the console.
32 .TP
33 .B keep, nokeep
34 Turn keeping of modules on or off. If turned off (the default), modules
35 are unloaded when they have not been used for a while. See
36 .I delay
37 for more information about the timeout used.
38 .TP
39 .B flush
40 Flush the IPC message queue used to communicate with kerneld
41 .TP
42 .B delay=<time>
43 Change the timeout kerneld waits before removing a module from the kernel.
44 .SH "SEE ALSO"
45 \fBmodules\fP(2), \fBkerneld\fP(8).
46 .SH AUTHOR
47 This manual page was written by Wichert Akkerman <wakkerma@debian.org>
48 for the Debian GNU/Linux system.