User Groups
Plugin: apps.plugin Module: groups
Overview
This integration monitors resource utilization on a user groups context.
This collector is supported on all platforms.
This collector supports collecting metrics from multiple instances of this integration, including remote instances.
Default Behavior
Auto-Detection
This integration doesn't support auto-detection.
Limits
The default configuration for this integration does not impose any limits on data collection.
Performance Impact
The default configuration for this integration is not expected to impose a significant performance impact on the system.
Setup
Prerequisites
No action required.
Configuration
Options
There are no configuration options.
via File
There is no configuration file.
Examples
There are no configuration examples.
Alerts
There are no alerts configured by default for this integration.
Metrics
Metrics grouped by scope.
The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.
Per user group
These metrics refer to the user group.
Labels:
| Label | Description |
|---|---|
| user_group | The name of the user group. |
Metrics:
| Metric | Description | Dimensions | Unit |
|---|---|---|---|
| usergroup.cpu_utilization | User Groups CPU utilization (100% = 1 core) | user, system | percentage |
| usergroup.cpu_guest_utilization | User Groups CPU guest utilization (100% = 1 core) | guest | percentage |
| usergroup.cpu_context_switches | User Groups CPU context switches | voluntary, involuntary | switches/s |
| usergroup.estimated_mem_usage | User Groups estimated memory usage (RSS with shared scaling). Requires kernel 4.14+. Enabled by default, disable with --pss 0. | mem | MiB |
| usergroup.mem_usage | User Groups memory RSS usage | rss | MiB |
| usergroup.mem_private_usage | User Groups memory usage without shared | mem | MiB |
| usergroup.vmem_usage | User Groups virtual memory size | vmem | MiB |
| usergroup.mem_page_faults | User Groups memory page faults | minor, major | pgfaults/s |
| usergroup.swap_usage | User Groups swap usage | swap | MiB |
| usergroup.disk_physical_io | User Groups disk physical IO | reads, writes | KiB/s |
| usergroup.disk_logical_io | User Groups disk logical IO | reads, writes | KiB/s |
| usergroup.processes | User Groups processes | processes | processes |
| usergroup.threads | User Groups threads | threads | threads |
| usergroup.fds_open_limit | User Groups open file descriptors limit | limit | percentage |
| usergroup.fds_open | User Groups open file descriptors | files, sockets, pipes, inotifies, event, timer, signal, eventpolls, other | fds |
| usergroup.uptime | User Groups uptime | uptime | seconds |
| usergroup.uptime_summary | User Groups uptime summary | min, avg, max | seconds |
Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.