krn.BatchGetStatistic

This job outputs statistical parameters for the selected batch.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

Name

STRING

Yes

Name of the batch whose statistics should be output

2. Output Parameters

Name Type Dependency Description

Ticks

STRING

Number of job executions

PeriodAve

STRING

Average period between ticks (in seconds)

PeriodLast

STRING

Period between last and second-to-last tick (in seconds)

DeviationAveP

STRING

Average deviation of intervals from target (in percent)

DeviationAveS

STRING

Average deviation of intervals from target (in seconds)

DeviationLastP

STRING

Deviation of last interval from target (in percent)

DeviationLastS

STRING

Deviation of last interval from target (in seconds)

DeviationMaxP

STRING

Maximum deviation of intervals from target (in percent)

DeviationMaxS

STRING

Maximum deviation of intervals from target (in seconds)

3. Return Value

(INT): 0 = Job successful, otherwise error code.

See also: krn.BatchEnum