Метод | Описание | |
---|---|---|
ClrProcessMemoryUsed ( ) : |
Gets the amount of memory used by this particular CLR process. Creates a new instance each time.
|
|
Dispose ( ) : void | ||
Metrics ( ) : ImmutableHashSet |
||
PerformanceCounterMetricsCollector ( ActorSystem system ) : System |
This constructor is used when creating an instance from configured fully-qualified name
|
|
PerformanceCounterMetricsCollector ( Akka.Actor.Address address, double decayFactor ) : System | ||
Processors ( ) : |
Returns the number of available processors. Creates a new instance each time.
|
|
Sample ( ) : |
Samples and collects new data points. Create a new instance each time.
|
|
SystemLoadAverage ( ) : |
Returns the system load average. Creates a new instance each time.
|
|
SystemMaxMemory ( ) : |
Gets the total amount of system memory. Creates a new instance each time.
|
|
SystemMemoryAvailable ( ) : |
Gets the amount of system memory available. Creates a new instance each time.
|
Метод | Описание | |
---|---|---|
GetVbTotalPhysicalMemory ( ) : double | ||
PerformanceCounterMetricsCollector ( Cluster cluster ) : System |
public PerformanceCounterMetricsCollector ( ActorSystem system ) : System | ||
system | ActorSystem | |
Результат | System |
public PerformanceCounterMetricsCollector ( Akka.Actor.Address address, double decayFactor ) : System | ||
address | Akka.Actor.Address | |
decayFactor | double | |
Результат | System |