diff options
Diffstat (limited to 'collectors/perf.plugin/README.md')
-rw-r--r-- | collectors/perf.plugin/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/collectors/perf.plugin/README.md b/collectors/perf.plugin/README.md index 96405a84d..ccd185ced 100644 --- a/collectors/perf.plugin/README.md +++ b/collectors/perf.plugin/README.md @@ -1,3 +1,8 @@ +<!-- +title: "perf.plugin" +custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/perf.plugin/README.md +--> + # perf.plugin `perf.plugin` collects system-wide CPU performance statistics from Performance Monitoring Units (PMU) using @@ -59,7 +64,7 @@ enable the perf plugin, edit /etc/netdata/netdata.conf and set: You can use the `command options` parameter to pick what data should be collected and which charts should be displayed. If `all` is used, all general performance monitoring counters are probed and corresponding charts are enabled for the available counters. You can also define a particular set of enabled charts using the -following keywords: `cycles`, `instructions`, `branch`, `cache`, `bus`, `stalled`, `migrations`, `alighnment`, +following keywords: `cycles`, `instructions`, `branch`, `cache`, `bus`, `stalled`, `migrations`, `alignment`, `emulation`, `L1D`, `L1D-prefetch`, `L1I`, `LL`, `DTLB`, `ITLB`, `PBU`. ## Debugging |