svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
sstoreadm(1)
sstoreadm(1) User Commands sstoreadm(1)
NAME
sstoreadm - Statistics Store administration utility
SYNOPSIS
/usr/bin/sstoreadm [-?]
/usr/bin/sstoreadm help [subcommand]
/usr/bin/sstoreadm disable-collection ssid [ssid... ]
/usr/bin/sstoreadm enable-collection ssid [ssid... ]
/usr/bin/sstoreadm purge [[-t start-time] [-e end-time]
[-i step]] ssid [ssid... ]
DESCRIPTION
sstoreadm provides the ability to administer the sstore configuration.
OPTIONS
The following option is supported:
-? Displays a usage message.
SUB-COMMANDS
The following subcommands are supported:
sstoreadm help [subcommand]
This command displays usage for the specified sstoreadm subcommand
or for all sstoreadm subcommands.
To display usage for a specific subcommand, use the sstoreadm help
command with that specific subcommand as an operand.
If you use the sstoreadm help command with no operand, usage for
all sstoreadm subcommands is displayed.
sstoreadm disable-collection ssid [ssid...]
sstoreadm enable-collection ssid [ssid...]
This subcommand enables or disables a collection, as defined in
ssid-collection.json(5).
The sstore info command shows whether a collection is enabled or
disabled. See the ssid-collection.json(5) man page for more infor‐
mation.
sstoreadm purge [[-t start-time] [-e end-time] [-i step]] ssid
[ssid...]
This command purges all matching statistics-related data for the
given ssids over the given time range.
If you do not specify a time range, then all data is purged for the
given ssids.
Use the step argument to set an upper limit on the granularity of
the purged data as shown in the following example:
If sstored(8) has per-second, per-minute, and per-hour data, then
you can use the following command to purge the per-second and per-
minute data for ssid, while leaving the per-hour data intact:
# sstoreadm purge -i 60 ssid
See the sstore(1) man page for a detailed discussion of time range
specification options.
EXIT STATUS
The following exit values are returned:
0 Command succeeded.
1 An error occurred.
2 Invalid command line options were specified.
3 Multiple operations were requested, but only some of them suc‐
ceeded.
4 No changes were made, nothing to do.
99 An unanticipated error occurred.
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/sstore _ Interface StabilityUncom‐
mitted
Oracle Solaris 11.4 8 May 2018 sstoreadm(1)