- java.lang.Object
-
- swim.system.reflect.Pulse
-
- swim.system.reflect.SystemPulse
-
public class SystemPulse extends Pulse
-
-
Constructor Summary
Constructors Constructor Description SystemPulse(int cpuUsage, int cpuTotal, long memUsage, long memTotal, long diskUsage, long diskTotal, long startTime)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
cpuTotal()
int
cpuUsage()
long
diskTotal()
long
diskUsage()
static SystemPulse
empty()
static Form<SystemPulse>
form()
boolean
isDefined()
static SystemPulse
latest()
long
memTotal()
long
memUsage()
long
startTime()
Value
toValue()
-
-
-
Method Detail
-
cpuUsage
public int cpuUsage()
-
cpuTotal
public int cpuTotal()
-
memUsage
public long memUsage()
-
memTotal
public long memTotal()
-
diskUsage
public long diskUsage()
-
diskTotal
public long diskTotal()
-
startTime
public long startTime()
-
latest
public static SystemPulse latest()
-
form
@Kind public static Form<SystemPulse> form()
-
empty
public static SystemPulse empty()
-
-