Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 16c5e5f8b5816c1b1037e59c9a2a8112 > files > 269

check-mk-docs-1.2.2-5.fc18.1.noarch.rpm

title: Check for running process and send additional performance data
agents: linux
author: Mathias Kettner <mk@mathias-kettner.de>
license: GPL
distribution: check_mk
description:
 This check does exactly the same as {ps}, but in addition
 outputs performance data. Please refer to the manpage of {ps} for more details.

perfdata:
 In all cases the number of matching running processes found on the target
 system is sent. If the agent supports it, also the virtual prozess size (VSZ)
 and the resident size (RSS) in kB is send as well as the percentage of CPU
 used by the matching processes.

 If more than one process is matching, the values are added. The actual memory
 usage of all processes together might be significantly smaller than the computed
 size since they might (and most propably do) share memory.

inventory:
 {ps.perf} supports inventory in exactly the same way as {ps}, just
 that the variable {inventory_processes_perf} is used instead of
 {inventory_processes}.

[parameters]
params (5 or 6 tuple): Please refer to {ps} for information about the parameters.

[configuration]
inventory_processes_perf (list): A list of 7-tuples. See {ps} for details.