template <>
class NaturalClientImpl
Defined at line 1950 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_kernel::Stats::GetMemoryStats> GetMemoryStats ()
::fidl::internal::NaturalThenable< ::fuchsia_kernel::Stats::GetMemoryStatsExtended> GetMemoryStatsExtended ()
::fidl::internal::NaturalThenable< ::fuchsia_kernel::Stats::GetMemoryStatsCompression> GetMemoryStatsCompression ()
::fidl::internal::NaturalThenable< ::fuchsia_kernel::Stats::GetCpuStats> GetCpuStats ()
::fidl::internal::NaturalThenable< ::fuchsia_kernel::Stats::GetCpuLoad> GetCpuLoad (const ::fidl::Request< ::fuchsia_kernel::Stats::GetCpuLoad> & request)
Gets the average load as a percentage (0.0 - 100.0) from each CPU over the specified
duration.
Load is calculated as (100 - %idle), where %idle is the percentage value of idle_time (from
PerCpuStats) over a time duration.