Created
August 12, 2016 08:41
-
-
Save sandlbn/f59cf8cc7cdcb585708b0bb6fff1e801 to your computer and use it in GitHub Desktop.
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
| { | |
| "version":1, | |
| "schedule":{ | |
| "type":"simple", | |
| "interval":"0.5s" | |
| }, | |
| "workflow":{ | |
| "collect":{ | |
| "metrics":{ | |
| "/intel/proc/schedstat/cpu/*/schedYield":{ | |
| }, | |
| "/intel/proc/schedstat/cpu/*/scheduleCalled":{ | |
| }, | |
| "/intel/proc/schedstat/cpu/*/scheduleLeftIdle":{ | |
| }, | |
| "/intel/proc/schedstat/cpu/*/tryToWakeUp":{ | |
| }, | |
| "/intel/proc/schedstat/cpu/*/tryToWakeUpLocalCpu":{ | |
| }, | |
| "/intel/proc/schedstat/cpu/*/jiffiesRunning":{ | |
| }, | |
| "/intel/proc/schedstat/cpu/*/jiffiesWaiting":{ | |
| }, | |
| "/intel/proc/schedstat/cpu/*/timeslices":{ | |
| } | |
| }, | |
| "config":{ | |
| "/intel/proc": { | |
| "schedstat":"/proc/schedstat" | |
| } | |
| }, | |
| "process":[ | |
| { | |
| "plugin_name":"passthru", | |
| "process":null, | |
| "publish":[ | |
| { | |
| "plugin_name":"file", | |
| "config":{ | |
| "file":"/tmp/collect_published" | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment