USERS
Section: User Commands (1)
Updated: Feb 10, 1992
Return to Library's README
NAME
users -- print active uids in a trace
SYNOPSIS
users [ -v ] [ -d ] [ -f filterfile ] file
DESCRIPTION
users classifies the records in the trace file by the uid that
produced them, and prints a table consisting of each uid found in the
trace, the number of records found to be generated by that uid, and
the percentage of the records in the trace that represents. It is not
always possible to identify the user responsible for generating a
trace record. The uid of a process is only recorded in the FORK record
for that process. If the process was running before the trace
started, and created no child processes during the trace, then the uid
that generated those records is unknown. The number and percentage of
records belonging to ``unknown'' uids is also reported.
OPTIONS
-
-d
Prints library debugging information. Lots of it.
-
-f filterfile
Apply the filter in filterfile to the trace.
-
-v
Verbose mode. Prints information on what the library is doing.
DIAGNOSTICS
The following are frequently encountered errors:
can't process file file -- the file wasn't there or
if a filter file was specified, it couldn't be applied.
AUTHOR
Lily B. Mummert
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- DIAGNOSTICS
-
- AUTHOR
-
This document was created on
Time: 05:25:52 GMT, October 10, 1998