root
Toggle table of contents
goblin-agent
Target filter
goblin-agent
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.agent.calibrator
/
DiskLoad
Disk
Load
goblin-agent
class
DiskLoad
(
val
idx
:
Int
,
val
timeOut
:
Long
,
val
data
:
String
,
val
rootPath
:
<Error class: unknown class>
)
:
Task
Writes huge amounts of data to the disk. Idea: should stress the disk units.
Members
Constructors
Disk
Load
Link copied to clipboard
goblin-agent
constructor
(
idx
:
Int
,
timeOut
:
Long
,
data
:
String
,
rootPath
:
<Error class: unknown class>
)
Properties
data
Link copied to clipboard
goblin-agent
val
data
:
String
idx
Link copied to clipboard
goblin-agent
val
idx
:
Int
root
Path
Link copied to clipboard
goblin-agent
val
rootPath
:
<Error class: unknown class>
start
Time
Link copied to clipboard
goblin-agent
val
startTime
:
Long
time
Out
Link copied to clipboard
goblin-agent
val
timeOut
:
Long
Functions
perform
Link copied to clipboard
goblin-agent
open
override
fun
perform
(
)
:
Boolean
run
Link copied to clipboard
goblin-agent
open
fun
run
(
)