Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

sstored (8)

Name

sstored - Oracle Solaris Statistics Store repository daemon

Synopsis

/usr/lib/sstore/bin/sstored

Description

sstored is the repository daemon for the Oracle Solaris Statistics Store. sstored is invoked automatically during system startup, and restarted if any failures occur.

You can interact with sstored through libsstore(3LIB) and the command line tools: sstore(1), sstoreadm(1).

Any log messages are captured in the SMF log for svc:/system/sstore. Use the following command to view the full log file:

$ svcs -Lv svc:/system/sstore

Options

Configuration for the system instance of sstored, svc:/system/sstore:default, is available as the following SMF properties.

config/repo-path

The path where the sstored daemon stores the statistics data. If the repo-path is not set, the default location of /var/share/sstore is used.

config/door-path

The path to the door file where sstored server is listening on. If this property is not set, sstored uses the default door path.

config/max-repo-size

The maximum size of the sstore repository in MB. sstored prunes statistics to keep under this limit.

config/debug

The option that sets the debug level of the statistics store. all is currently the only option, though more granular debugging will be available in the future.

config/threshold-alerts

This option is used to enable or disable threshold monitoring. Set this to false to disable threshold monitoring.

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
service/system/sstore
Stability
Private

See Also

sstore(1), libsstore(3LIB), attributes(7), sstore(7), sstoreadm(1), svcadm(8)

Notes

Use the svcadm command to perform administrative actions on the sstored service, such as enabling, disabling, or restarting the service.

The sstored service is managed by the service management facility under the service identifier: svc:/system/sstore.