Job Functions
getRunSettings()
getRunSettings() //no arguments are required
console.log("The current run setting is "+getRunSettings().name)
//returns an object with the full run settings{
id: '6246fbe5fdee1fd07c3bb331',
name: 'Default',
interval: 10000,
iteration: 10,
clients: 10,
totalClients: 10,
clientIdOffset: 0,
clientGroupSize: 1000,
maxParallelClients: 0,
maxMessagesPerSecond: 0,
captureLogs: true,
captureState: true,
capturePayload: false,
interClientGap: 0,
interGroupGap: 0,
externalSync: true,
strategy: 'Default',
groupIndex: 0
}
The current run setting is DefaultjobClients()
jobId()
jobInterval()
jobRepeat()
index() or iteration()
client()
assert()
Last updated
Was this helpful?
