Motr  M0
stats_svc Struct Reference

#include <stats_srv.h>

Collaboration diagram for stats_svc:
Collaboration graph

Data Fields

uint64_t ss_magic
 
struct m0_tl ss_stats
 
struct m0_reqh_service ss_reqhs
 

Detailed Description

Stats service.

Definition at line 91 of file stats_srv.h.

Field Documentation

◆ ss_magic

uint64_t ss_magic

Definition at line 92 of file stats_srv.h.

◆ ss_reqhs

struct m0_reqh_service ss_reqhs

Embedded request handler service object.

Definition at line 101 of file stats_srv.h.

◆ ss_stats

struct m0_tl ss_stats

List of statistic objects. Initially this list does not contains any stats object. As stats_update request is recieved, stats_update FOM creates new entry for respective stats otherwise update existing stats object.

Definition at line 99 of file stats_srv.h.


The documentation for this struct was generated from the following file: