C# Class Akka.Cluster.StandardMetrics.Cpu

Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
Cpu ( Akka.Actor.Address address, long timestamp, int cores, double systemLoadAverage = null, double cpuCombined = null ) : System
ExtractCpu ( NodeMetrics nodeMetrics ) : Cpu

Given a NodeMetrics it returns the Cpu data of the nodeMetrics contains the necessary cpu metrics.

Method Details

Cpu() public méthode

public Cpu ( Akka.Actor.Address address, long timestamp, int cores, double systemLoadAverage = null, double cpuCombined = null ) : System
address Akka.Actor.Address
timestamp long
cores int
systemLoadAverage double
cpuCombined double
Résultat System

ExtractCpu() public static méthode

Given a NodeMetrics it returns the Cpu data of the nodeMetrics contains the necessary cpu metrics.
public static ExtractCpu ( NodeMetrics nodeMetrics ) : Cpu
nodeMetrics NodeMetrics
Résultat Cpu