Browse Source

Add a description to proc.plugin/README.md (#14935)

Fotis Voutsas 1 year ago
parent
commit
f5c969eaf5
1 changed files with 6 additions and 9 deletions
  1. 6 9
      collectors/proc.plugin/README.md

+ 6 - 9
collectors/proc.plugin/README.md

@@ -1,14 +1,11 @@
-<!--
-title: "OS provided metrics (proc.plugin)"
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/collectors/proc.plugin/README.md"
-sidebar_label: "OS provided metrics (proc.plugin)"
-learn_status: "Published"
-learn_topic_type: "References"
-learn_rel_path: "Integrations/Monitor/System metrics"
--->
-
 # OS provided metrics (proc.plugin)
 
+`proc.plugin` gathers metrics from the /proc and /sys folders in Linux systems, along with a few other endpoints, and is responsible for the bulk of the system metrics collected and visualized by Netdata.
+
+This plugin is not an external plugin, but one of Netdata's threads.
+
+In detail, it collects metrics from:
+
 -   `/proc/net/dev` (all network interfaces for all their values)
 -   `/proc/diskstats` (all disks for all their values)
 -   `/proc/mdstat` (status of RAID arrays)