Skip to main content

Users

Users

Plugin: apps.plugin Module: users

Maintained by Netdata

Overview​

This integration monitors resource utilization on a user 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​

These metrics refer to the user.

Labels:

LabelDescription
userThe name of the user.

Metrics:

MetricDescriptionDimensionsUnit
user.cpu_utilizationUser CPU utilization (100% = 1 core)user, systempercentage
user.cpu_guest_utilizationUser CPU guest utilization (100% = 1 core)guestpercentage
user.cpu_context_switchesUser CPU context switchesvoluntary, involuntaryswitches/s
user.estimated_mem_usageUser memory estimated usage (RSS with shared scaling). Requires kernel 4.14+. Enabled by default, disable with --pss 0.memMiB
user.mem_usageUser memory RSS usagerssMiB
user.mem_private_usageUser memory usage without sharedmemMiB
user.vmem_usageUser virtual memory sizevmemMiB
user.mem_page_faultsUser memory page faultsminor, majorpgfaults/s
user.swap_usageUser swap usageswapMiB
user.disk_physical_ioUser disk physical IOreads, writesKiB/s
user.disk_logical_ioUser disk logical IOreads, writesKiB/s
user.processesUser processesprocessesprocesses
user.threadsUser threadsthreadsthreads
user.fds_open_limitUser open file descriptors limitlimitpercentage
user.fds_openUser open file descriptorsfiles, sockets, pipes, inotifies, event, timer, signal, eventpolls, otherfds
user.uptimeUser uptimeuptimeseconds
user.uptime_summaryUser uptime summarymin, avg, maxseconds

Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.