From 393d1299823ad862b9d66eed802f90454e727ad0 Mon Sep 17 00:00:00 2001 From: Priyank Trivedi Date: Tue, 25 Oct 2016 18:27:55 +0530 Subject: [PATCH] Fix typo from 'Proctstas' to 'Procstat' in procstat plugin's README (#1945) --- plugins/inputs/procstat/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/procstat/README.md b/plugins/inputs/procstat/README.md index ef96500a3..d31120743 100644 --- a/plugins/inputs/procstat/README.md +++ b/plugins/inputs/procstat/README.md @@ -10,7 +10,7 @@ The plugin will tag processes by their PID and their process name. Processes can be specified either by pid file, by executable name, by command line pattern matching, or by username (in this order or priority. Procstat plugin will use `pgrep` when executable name is provided to obtain the pid. -Proctstas plugin will transmit IO, memory, cpu, file descriptor related +Procstat plugin will transmit IO, memory, cpu, file descriptor related measurements for every process specified. A prefix can be set to isolate individual process specific measurements.