date and time created 88/12/12 20:32:14 by kfall
[unix-history] / usr / src / old / berknet / netq.1
CommitLineData
531eb4f5
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
d4df9454 5.\" @(#)netq.1 6.1 (Berkeley) %G%
531eb4f5 6.\"
d4df9454 7.TH NETQ 1 "%G%"
531eb4f5
KM
8.UC 4
9.ds s 1
10.ds o 1
11.SH NAME
12netq \- print contents of network queue
13.SH SYNOPSIS
14.B netq
15[
16.B \-a
17] [ machine ]
18.SH DESCRIPTION
19.I Netq
20lists the contents of the network queue,
21one request per line, for each directly-connected machine.
22For each request, it shows the login name and machine of the originator,
23the destination machine and login name,
24and the length (in bytes) of the request
25(this will be larger than any files transferred (e.g. by
26.I netcp),
27because of header information).
28Also described are the queue filename which may be used
29as an argument to
30.IR netrm (\*s),
31the time entered the queue, and the command being sent.
32.PP
33.I Netq
34summarizes requests by other users.
35If the
36.B \-a
37option is specified, requests from all users are listed.
38.PP
39If a
40.I machine
41is specified, only the queue for that directly-connected machine is listed.
42.PP
43The requests are listed in the order they will be sent;
44the queue for each machine is totally independent from the
45other machine's queues.
46.SH AUTHOR
47Eric Schmidt
48.SH FILES
49.ta 2.5i
50/usr/spool/berknet/send? the directories where the queues are
51.br
52/usr/spool/berknet/logfile the log
53.SH "SEE ALSO"
54net(\*s), netrm(\*s), netlog(\*s), netcp(\*s),
55netlpr(\*s), netmail(\*s), netlogin(\*s), mail(\*o)
56.SH BUGS
57.I Netq
58should also list files in net queues on intermediate machines.
59.br
60The commands are sent shortest-job first.
61There is no way to delay a shorter, earlier request.