svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
auditstat(8)
System Administration Commands auditstat(8)
NAME
auditstat - display kernel audit statistics
SYNOPSIS
auditstat [-n] [-v]
auditstat [-Z] [-z zone[,...]] [-T d | u] [-i interval [-c count]]
DESCRIPTION
auditstat displays kernel audit statistics. The fields displayed are as
follows:
aud The total number of audit records processed by the userland
audit.
ctl This field is obsolete.
drop The total number of audit records that have been dropped.
Records are dropped according to the kernel audit policy. See
auditconfig(8), AUDIT_CNT policy for details.
enq The total number of audit records put on the kernel audit
queue.
gen The total number of audit records that have been constructed
(not the number written).
kern The total number of audit records produced by user processes
(as a result of system calls).
mem The total number of Kbytes of memory currently in use by the
kernel audit module.
nona The total number of non-attributable audit records that have
been constructed. These are audit records that are not attrib‐
utable to any particular user.
rblk The total number of times that the audit queue has blocked
waiting to process audit data.
tot The total number of Kbytes of audit data written to the audit
trail.
wblk The total number of times that user processes blocked on the
audit queue at the high water mark.
wrtn The total number of audit records written. The difference
between enq and wrtn is the number of outstanding audit records
on the audit queue that have not been written.
OPTIONS
-c count Display the statistics a total of count times. If count
is equal to zero, statistics are displayed indefinitely.
A time interval must be specified.
-i interval Display the statistics every interval where interval is
the number of seconds to sleep between each collection.
-n Display the number of kernel audit events currently con‐
figured.
-T u | d Display a time stamp.
Specify u for a printed representation of the internal
representation of time. See time(2). Specify d for stan‐
dard date format. See date(1).
-v Display the version number of the kernel audit module
software.
-Z Display statistics for all active zones. This option is
only available in the global zone.
-z zone,... Display statistics for the named zones. The named zones
must be active. This option is only available in the
global zone.
EXIT STATUS
auditstat returns 0 upon success and 1 upon failure.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/core-os _ Interface StabilitySee
below
The command is Committed. The output is Not-an-Interface.
SEE ALSO
attributes(7), auditconfig(8), zoneadm(8)
Managing Auditing in Oracle Solaris 11.4
HISTORY
The auditstat command was added in Solaris 2.3.
Oracle Solaris 11.4 21 Jun 2021 auditstat(8)