class Stats

Defined at line 379 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/markers.h

Protocol for providing kernel stats. This is roughly a wrapper around zx_object_get_info for

the ZX_INFO_KMEM_STATS and ZX_INFO_CPU_STATS topics, which today require the very powerful

'Root Resource' capability to obtain. Instead of vending out that capability, programs that

just want stats should use this service instead. If for some reason the protocol fails to

retrieve stats, which will be an un-recoverable error, it will close the channel.

Public Members

static Openness kOpenness
static const char[] kDiscoverableName

Records