Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

libsstore (3LIB)

Name

libsstore - statistics store library

Synopsis

cc [ flag... ] file... -lsstore [ library... ]
     #include <libsstore.h>

Description

The libsstore library exports a set of functions for reading and managing statistics and events in the statistics store.

Interfaces

The shared object libsstore.so.1 provides the public interfaces defined below. See the intro(3) man page for additional information on shared object interfaces.

     sstore_alloc                   sstore_batch_alloc
     sstore_batch_call              sstore_batch_data_read
     sstore_batch_free              sstore_batch_info_read
     sstore_batch_iter_next         sstore_batch_namespace_list
     sstore_collection_alloc        sstore_collection_delete
     sstore_collection_free         sstore_collection_id
     sstore_collection_set_state    sstore_collection_update_ssid
     sstore_collection_write        sstore_data_add
     sstore_data_alloc              sstore_data_attach
     sstore_data_bulk_update        sstore_data_free
     sstore_data_iter_next          sstore_data_read
     sstore_data_reset              sstore_data_update
     sstore_err_action              sstore_err_code
     sstore_err_description         sstore_free
     sstore_info_iter_next          sstore_info_read
     sstore_iter_export             sstore_iter_free
     sstore_iter_type               sstore_namespace_iter_next
     sstore_namespace_list          sstore_partition_alloc
     sstore_partition_free          sstore_partition_inc_value
     sstore_partition_set_value     sstore_purge
     sstore_range_alloc             sstore_range_by_points
     sstore_range_by_time           sstore_range_flags
     sstore_range_free              sstore_resource_add
     sstore_resource_remove         sstore_set_max_size
     sstore_value_alloc             sstore_value_free

Files

/lib/libsstore.so.1

shared object

/lib/64/libsstore.so.1

64-bit shared object

Attributes

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
service/system/sstore
Interface Stability
Committed
MT-Level
Safe

See Also

sstore(1), attributes(7), sstore(7)