public class CpuLoadPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
cpuLoadMax
(int)
The maximum required CPU load (mean CPU Active) for non-GemFire work
Defaults to 0
|
static Long |
cpuLoadMin
(int)
The minimum required CPU load (mean CPU Active) for non-GemFire work
Defaults to 0
|
static Long |
doWorkTask
(boolean)
Whether test should include non-GemFire work task(s)
Not for use with oneof or range.pr
|
static Long |
sleepMsNonGemFire
(int)
The time to sleep in milliseconds while doing non-GemFire work
Defaults to 0 (no sleep).
|
static Long |
workLoad
(int)
The required CPU load (mean CPU Active) for task doing non-GemFire work
Defaults to 0
|
static 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(String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long sleepMsNonGemFire
public static Long doWorkTask
public static Long workLoad
public static Long cpuLoadMin
public static Long cpuLoadMax
public static 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(String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.