HydraMemory class

HydraMemory is used with HydraHealth to define memory values

Constructors

HydraMemory(int rss, int heapTotal, int heapUsed, int ext, int arrayBuffers)

Properties

arrayBuffers int
getter/setter pair
ext int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heapTotal int
getter/setter pair
heapUsed int
getter/setter pair
rss int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited