mirror of
https://github.com/OTRF/OSSEM-DD
synced 2026-06-08 12:05:33 +00:00
e56a0abbfb
* event_code --> event_id * title --> name
24 lines
598 B
YAML
24 lines
598 B
YAML
name: Load_average Table
|
|
description: Displays information about the system wide load averages.
|
|
platform: linux
|
|
log_source: osquery
|
|
event_id: load_average
|
|
event_version: 4.4.2
|
|
event_fields:
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: period
|
|
type: TEXT
|
|
description: Period over which the average is calculated.
|
|
sample_value: TBD
|
|
- standard_name: TBD
|
|
standard_type: TBD
|
|
name: average
|
|
type: TEXT
|
|
description: Load average over the specified period.
|
|
sample_value: TBD
|
|
references:
|
|
- text: OSQuery table documentation
|
|
link: https://osquery.io/schema/current#load_average
|
|
tags: []
|