Mercurial > prosody-modules
comparison mod_measure_process/README.markdown @ 4554:025cf93acfe9
mod_measure_process: Provide metrics about the process itself
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Wed, 28 Apr 2021 08:21:54 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4553:7e5c8186f121 | 4554:025cf93acfe9 |
---|---|
1 --- | |
2 labels: | |
3 - Statistics | |
4 summary: Measure process resource use metrics (cpu, memory, file descriptors) | |
5 --- | |
6 | |
7 Description | |
8 =========== | |
9 | |
10 This module exposes process resource use metrics similar to those exposed by | |
11 default when using a Prometheus client library. Specifically, the following | |
12 metrics are exposed: | |
13 | |
14 - CPU use | |
15 - Resident set and virtual memory size | |
16 - Number of open file descriptors and their limit | |
17 | |
18 This module uses the new OpenMetrics API and thus requires a recent version | |
19 of Prosody trunk (0.12+). | |
20 | |
21 Compatibility | |
22 ============= | |
23 | |
24 ------- ------------- | |
25 trunk Works | |
26 0.11 Does not work | |
27 ------- ------------- |