public class CpuLoadPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
cpuLoadMax
(int)
The maximum required CPU load (mean CPU Active) for non-GemFire work
Defaults to 0
|
static java.lang.Long |
cpuLoadMin
(int)
The minimum required CPU load (mean CPU Active) for non-GemFire work
Defaults to 0
|
static java.lang.Long |
doWorkTask
(boolean)
Whether test should include non-GemFire work task(s)
Not for use with oneof or range.pr
|
static java.lang.Long |
sleepMsNonGemFire
(int)
The time to sleep in milliseconds while doing non-GemFire work
Defaults to 0 (no sleep).
|
static java.lang.Long |
workLoad
(int)
The required CPU load (mean CPU Active) for task doing non-GemFire work
Defaults to 0
|
static java.lang.Long |
workSec
(int)
The duration (in seconds) of a "do work" task.
|
| Constructor and Description |
|---|
CpuLoadPrms() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
doWorkTask() |
static int |
getCpuLoadMax() |
static int |
getCpuLoadMin() |
static int |
getSleepMsNonGemFire() |
static int |
getWorkLoad() |
static int |
getWorkSec() |
static void |
main(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long sleepMsNonGemFire
public static java.lang.Long doWorkTask
public static java.lang.Long workLoad
public static java.lang.Long cpuLoadMin
public static java.lang.Long cpuLoadMax
public static java.lang.Long workSec
public static int getSleepMsNonGemFire()
public static boolean doWorkTask()
public static int getWorkLoad()
public static int getCpuLoadMin()
public static int getCpuLoadMax()
public static int getWorkSec()
public static void main(java.lang.String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.