summaryrefslogtreecommitdiffstats
path: root/collectors/perf.plugin
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2023-02-28 16:52:53 +0200
committerGitHub <noreply@github.com>2023-02-28 06:52:53 -0800
commite9af6180814ea456cabc424880cd80f7a23d1e23 (patch)
treee7b0592f1026ade672a6f61835ab423eb5b63331 /collectors/perf.plugin
parent380e2b261b38677747c9f09ac9bc2d2550846fb2 (diff)
Make the title metadata H1 in all markdown files (#14625)
* make the title metadta the H1 * Update collectors/python.d.plugin/zscores/README.md * Update libnetdata/ebpf/README.md * Update ml/README.md * Update libnetdata/string/README.md --------- Co-authored-by: Chris Akritidis <43294513+cakrit@users.noreply.github.com>
Diffstat (limited to 'collectors/perf.plugin')
-rw-r--r--collectors/perf.plugin/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/perf.plugin/README.md b/collectors/perf.plugin/README.md
index 831cdcd5e2..e519be9c47 100644
--- a/collectors/perf.plugin/README.md
+++ b/collectors/perf.plugin/README.md
@@ -7,7 +7,7 @@ learn_topic_type: "References"
learn_rel_path: "Integrations/Monitor/System metrics"
-->
-# perf.plugin
+# Monitor CPU performance statistics (perf.plugin)
`perf.plugin` collects system-wide CPU performance statistics from Performance Monitoring Units (PMU) using
the `perf_event_open()` system call.