options: Stress Tester Options

Description Usage Arguments Details Value See Also

Description

TODO.

Usage

1
2
3
4
5
stress.opts(backoff = 3600, verbose = TRUE, dryrun = FALSE,
  debug = FALSE)

vm.opts(bytes = 256 * 1024 * 1024, stride = 4096, hang = 0,
  keep = FALSE)

Arguments

backoff

Wait time in microseconds before starting.

verbose

.

dryrun

.

debug

Show what would have been done without actually doing it.

bytes

The number of bytes allocated by each vm worker.

stride

Touch a byte every stride bytes.

hang

Time to sleep before calling free.

keep

Option to re-use memory rather than freeing and reallocating.

Details

TODO.

Value

TODO.

See Also

stress


shinra-dev/stressR documentation built on May 29, 2019, 9:25 p.m.