Skip to content

Instantly share code, notes, and snippets.

@Aayush-Kasurde
Aayush-Kasurde / sar.conf
Last active August 29, 2015 14:23 — forked from xkr47/sar.conf
input {
pipe {
tags => [ "sar", "loadavg" ]
command => "env LANG=C sar -q 5"
}
pipe {
tags => [ "sar", "cpu" ]
command => "env LANG=C sar -u 5"
}
}

Project lists

python 2to3 migrations