stats

Type: object

Statistic information about the Yapscan run

No Additional Properties

Type: string

Datetime of the start of the scan. Format is RFC3339 with added micro seconds.

Must match regular expression: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{6}[+-]\d{2}:\d{2}$

Type: string

Datetime of the start of the scan. Format is RFC3339 with added micro seconds.

Same definition as start

Type: array

Each item of this array must be:

Type: object
No Additional Properties

Type: integer

The currently free RAM in bytes. Note, this value can get very large. make sure your parser uses an int64.

Type: integer

The currently free swap in bytes. Note, this value can get very large. make sure your parser uses an int64.

Type: number

The load average over the last minute, normalized over the number of CPUs, i.e. a value of 1.0 means the system is fully loaded. On linux this value can exceed 1.0, meaning processes are waiting for CPU time. Note, that on windows load checking start with the scan, thus this value will be inaccurate for the first minute of the scan.

Value must be greater or equal to 0.0

Type: number

The load average over the last five minutes, normalized over the number of CPUs, i.e. a value of 1.0 means the system is fully loaded. On linux this value can exceed 1.0, meaning processes are waiting for CPU time. Note, that on windows load checking start with the scan, thus this value will be inaccurate for the first 5 minutes of the scan.

Value must be greater or equal to 0.0

Type: number

The load average over the last fifteen minutes, normalized over the number of CPUs, i.e. a value of 1.0 means the system is fully loaded. On linux this value can exceed 1.0, meaning processes are waiting for CPU time. Note, that on windows load checking start with the scan, thus this value will be inaccurate for the first 15 minutes of the scan.

Value must be greater or equal to 0.0

Type: string

Datetime of the stats snapshot. Format is RFC3339 with added micro seconds.

Same definition as start

Type: number

The number of scanned processes

Type: number

The number of scanned memory segments

Type: number

Number of total bytes scanned from memory. Note, this value can get very large. make sure your parser uses an int64.

Type: number

The number of scanned files

Type: integer

Number of total bytes scanned from files. Note, this value can get very large. make sure your parser uses an int64.