Class AdminWebService.SystemSnapshotResponse
java.lang.Object
ubic.gemma.rest.AdminWebService.SystemSnapshotResponse
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
FieldsModifier and TypeFieldDescriptionintlongdouble-1.0 on platforms where the load average is unavailable (e.g.long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
heap
-
nonHeap
-
threads
-
startTimeMillis
public long startTimeMillis -
uptimeMillis
public long uptimeMillis -
osName
-
osVersion
-
osArch
-
availableProcessors
public int availableProcessors -
systemLoadAverage
public double systemLoadAverage-1.0 on platforms where the load average is unavailable (e.g. some Windows JVMs).
-
-
Constructor Details
-
SystemSnapshotResponse
public SystemSnapshotResponse()
-