Corrected grammar and mispelling (#17699)
Evan Zhang committed
May 19, 2024 at 19:49 UTC
1ff4beab64cd72979f5dd07c13eddf11d582ac69
1 file changed
+5
-5
src/collectors/perf.plugin/metadata.yaml
+5
-5
@@ -23,14 +23,14 @@ modules:
23
overview:
24
data_collection:
25
metrics_description: "This collector monitors CPU performance metrics about cycles, instructions, migrations, cache operations and more."
26
- method_description: "It uses syscall (2) to open a file descriptior to monitor the perf events."
26
+ method_description: "It uses syscall (2) to open a file descriptor to monitor the perf events."
27
supported_platforms:
28
include:
29
- Linux
30
exclude: []
31
multi_instance: true
32
additional_permissions:
33
- description: "It needs setuid to use necessary syscall to collect perf events. Netada sets the permission during installation time."
33
+ description: "It needs setuid to use the necessary syscall to collect perf events. Netdada sets the permission during installation time."
34
default_behavior:
35
auto_detection:
36
description: ""
@@ -44,7 +44,7 @@ modules:
44
- title: Install perf plugin
45
description: |
46
If you are [using our official native DEB/RPM packages](https://github.com/netdata/netdata/blob/master/packaging/installer/UPDATE.md#determine-which-installation-method-you-used), make sure the `netdata-plugin-perf` package is installed.
47
- - title: Enable the pref plugin
47
+ - title: Enable the perf plugin
48
description: |
49
The plugin is disabled by default because the number of PMUs is usually quite limited and it is not desired to allow Netdata to struggle silently for PMUs, interfering with other performance monitoring software.
50
@@ -77,7 +77,7 @@ modules:
77
default_value: 1
78
required: false
79
- name: command options
80
- description: Command options that specify charts shown by plugin. `cycles`, `instructions`, `branch`, `cache`, `bus`, `stalled`, `migrations`, `alignment`, `emulation`, `L1D`, `L1D-prefetch`, `L1I`, `LL`, `DTLB`, `ITLB`, `PBU`.
80
+ description: Command options that specify charts shown by the plugin. `cycles`, `instructions`, `branch`, `cache`, `bus`, `stalled`, `migrations`, `alignment`, `emulation`, `L1D`, `L1D-prefetch`, `L1I`, `LL`, `DTLB`, `ITLB`, `PBU`.
81
default_value: 1
82
required: true
83
examples:
@@ -102,7 +102,7 @@ modules:
102
list:
103
- name: Debug Mode
104
description: |
105
- You can run `perf.plugin` with the debug option enabled, to troubleshoot issues with it. The output should give you clues as to why the collector isn't working.
105
+ You can run `perf.plugin` with the debug option enabled to troubleshoot issues with it. The output should give you clues as to why the collector isn't working.
106
107
- Navigate to the `plugins.d` directory, usually at `/usr/libexec/netdata/plugins.d/`. If that's not the case on your system, open `netdata.conf` and look for the `plugins` setting under `[directories]`.
108