diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man8/showq.8 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man8/showq.8')
| -rw-r--r-- | static/v10/man8/showq.8 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/static/v10/man8/showq.8 b/static/v10/man8/showq.8 new file mode 100644 index 00000000..cf46ea27 --- /dev/null +++ b/static/v10/man8/showq.8 @@ -0,0 +1,56 @@ +.TH SHOWQ 8 +.CT 1 sa_nonmortals +.SH NAME +showq \- status of stream input/output system +.SH SYNOPSIS +.B /etc/showq +[ +.B "-v -V -s -m +] +[ +.I system +] +[ +.I mem +] +.SH DESCRIPTION +.I Showq +reports connectivity and contents of I/O streams. +By default, it lists the maximum number of stream blocks +(of various sizes) ever used, then each stream and the queue modules +in each stream, and then blocks that are unaccounted for (not on any +queue or the free list). +.PP +By default, the system namelist is +.B /unix +and the place the streams are kept is +.BR /dev/mem . +.PP +The options are: +.TP +.B -v +Verbose. +Show more, in particular the contents of data and control blocks on each queue. +.TP +.B -V +Very verbose. +Show all blocks on every queue instead of giving up after a while. +.TP +.B -s +Silent. +Examine queues for consistency, printing only a summary. +.TP +.B -m +Missing. +Show the contents of missing blocks. +(Perhaps this will give a clue about who lost them.) +.SH FILES +.F /unix +.br +.F /dev/mem +.SH SEE ALSO +.IR stream (4), +.IR netstat (8) +.br +.IR mesgld (4) +for a list of message types |
