Check leak

Version 1 (Laurent Defert, 11/14/2009 10:55 pm)

1 1
h1. Getting the source
2 1
3 1
Download the source on the git repository with command:
4 1
@@git clone git://piggledy.org/check_leak
5 1
6 1
h1. Documentation
7 1
8 1
Arguments:
9 1
@Syntax:@
10 1
@@
11 1
@	check_leak -a@
12 1
@	check_leak -m <mem> -w <warning time> -c <critical time>@
13 1
@@
14 1
@	Options:@
15 1
@	-a		Show all leaking processes@
16 1
@	-m		Memory limit of the system in Mo@
17 1
@	-w		Time to emit a warning notification in hours before the used memory reaches the memory limit@
18 1
@	-c		Time to emit a critical notification in hours before the used memory reaches the memory limit@