sstoreadm(1) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

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... ]


       /usr/bin/sstoreadm purge -a [[-t start-time] [-e end-time] [-i step]]

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 start-time and end-time arguments to purge the data between
           this timespan. For example,


             # sstoreadm purge -t 2021-11-24T03:19:01 -e now ssid

           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.


       sstoreadm purge -a [[-t start-time] [-e end-time] [-i step]]

           Use the -a argument to purge all the historical data  from  sstore.
           Even  the  data  under  enabled/disabled  collections will be lost.
           Specifying the ssid list is incompatible with this argument.

           You can also specify a time range and step with this option.


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               16 Nov 2021                     sstoreadm(1)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3