- lohit - Lohit Font
- new-coder - New Coder Tutorials
- OpenStack-doc-tool - OpenStack Doc tools
- twisted - Twisted is an event-driven networking engine
- crange - Crange is a tool to index and cross-reference C/C++ source code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { | |
pipe { | |
tags => [ "sar", "loadavg" ] | |
command => "env LANG=C sar -q 5" | |
} | |
pipe { | |
tags => [ "sar", "cpu" ] | |
command => "env LANG=C sar -u 5" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266 |