1general {
2        output_format = "none"
3}
4
5order += "cpu_usage"
6
7cpu_usage {
8        format_above_threshold = "ABOVE_THRESHOLD"
9        max_threshold = -1
10}
11