Linux Monitor
Introduction
Linux monitor involves the process of tracking and managing the performance, resource utilization, and health of a Linux-based operating system environment. Linux is a popular open-source operating system kernel used in various distributions, such as Ubuntu, CentOS, Debian, and Red Hat. Monitor Linux systems is essential to ensure optimal performance, identify bottlenecks, and address potential issues promptly.
Getting Started
Compatibility
vuSmartMaps supports the monitoring of your Linux operating system's various components including hardware, software, network, and applications.
Data Collection Method
vuSmartMaps collects health and performance data for Linux server using VuNet's Healthbeat agent. This agent collects data based on the source configuration.
Prerequisites
Inputs for Configuring Data Source
- Host: The IP Address/FQDN of the linux server. This field is the key to identify each server you add here.
- Period [in seconds]: How frequently data is gathered. Period should be between 60 seconds - 3000 seconds.
Firewall Requirement
To collect data from this O11ySource, ensure the following ports are opened:
Source IP | Destination IP | Destination Port | Protocol | Direction |
---|---|---|---|---|
IP address of the Linux server | vuSmartMaps Data Collector End Point | 9092* | TCP | Inbound |
*Before providing the firewall requirements, please update the port based on the customer environment.
Configuring the Target
Healthbeat should be installed and running in the Linux server.
Configuration Steps
Enable
the O11ySource.- Select the Sources tab and press the
+
button to add a new Linux host to be monitored. - Add the required details and then click on
Next
. - The following packages will be available for download based on the OS:Healthbeat full installer package - Downloads the full Healthbeat package with required configurations for a fresh installationHealthbeat config update package - Downloads the agent configuration package to update an existing Healthbeat installation
- Download the agent installation or update package, then click Finish to close the data source window.
Metrics Collected
Name | Description | Data Type |
---|---|---|
@timestamp | Timestamp when the metric was collected | String |
timestamp | Detailed timestamp with milliseconds | DateTime64 |
user | Logged-in user session data | String |
vublock_name | Name of the O11ySource | String |
topic_name | Name of the Kafka topic | String |
type | Type | LowCardinality(String) |
host | IP address of the server | LowCardinality(String) |
target | Traget server or service | LowCardinality(String) |
DeviceType | Type of the Device | String |
OS | Operating System | String |
Owner | Owner of the resource | String |
Role | Role of the server | String |
metricset_name | Name of the metricset | LowCardinality(String) |
event_module | Event Module | LowCardinality(String) |
tenant_id | Tenant ID | String |
bu_id | Business unit ID | String |
source_id | Source ID | String |
system_service_exec_code | The SIGCHLD code from the service’s main process | String |
system_service_state_since | The timestamp of the last state change. If the service is active and running, this is its uptime. | String |
system_service_name | Name of the service | String |
system_service_load_state | Load state of the service | String |
system_service_state | The activity state of the service | String |
system_service_sub_state | The sub-state of the service | String |
system_service_unit_file_state | The state of the unit file | String |
system_service_unit_file_vendor_preset | The default state of the unit file | String |
process_exit_code | The exit code from the service's main process | UInt8 |
process_pid | The unique numerical identifier | UInt32 |
systemd_unit | A unit managed by systemd init system | String |
systemd_fragment_path | The full file path to the unit file (or configuration fragment) that contains the settings and directives for a systemd unit. | String |
system_socket_local_ip | Local IP address. This can be an IPv4 or IPv6 address. | String |
system_socket_local_port | Local port | UInt16 |
system_socket_remote_ip | Remote IP address. This can be an IPv4 or IPv6 address. | String |
system_socket_remote_port | Remote port | UInt16 |
network_type | Network Type | String |
network_iana_number | IANA (Internet Assigned Numbers Authority) assigned number for network-related protocols or services | UInt16 |
network_direction | Direction of network traffic | String |
source_ip | Source IP requried for connection | String |
source_port | Source Port requried for connection | UInt16 |
destination_ip | Destination IP requried for connection | String |
destination_port | Destination Port requried for connection | UInt16 |
system_socket_summary_all_count | All open connections | UInt32 |
system_socket_summary_all_listening | All listening connections | UInt32 |
system_socket_summary_tcp_memory | Memory used by TCP sockets in bytes, based on number of allocated pages and system page size. Corresponds to limits set in /proc/sys/net/ipv4/tcp_mem. Only available on Linux. | Float64 |
system_socket_summary_tcp_all_syn_recv | Number of TCP connections in syn_recv state | UInt32 |
system_socket_summary_tcp_all_fin_wait1 | Number of TCP connections in fin_wait1 state | UInt32 |
system_socket_summary_tcp_all_close_wait | Number of TCP connections in close_wait state | UInt32 |
system_socket_summary_tcp_all_time_wait | Number of TCP connections in time_wait state | UInt32 |
system_socket_summary_tcp_all_closing | Number of TCP connections in closing state | UInt32 |
system_socket_summary_tcp_all_established | Number of established TCP connections | UInt32 |
system_socket_summary_tcp_all_syn_sent | Number of TCP connections in syn_sent state | UInt32 |
system_socket_summary_tcp_all_last_ack | Number of TCP connections in last_ack state | UInt32 |
system_socket_summary_tcp_all_orphan | A count of all orphaned tcp sockets. Only available on Linux. | UInt32 |
system_socket_summary_tcp_all_count | All open TCP connections | UInt32 |
system_socket_summary_tcp_all_fin_wait2 | Number of TCP connections in fin_wait2 state | UInt32 |
system_socket_summary_tcp_all_listening | All TCP listening ports | UInt32 |
system_socket_summary_udp_all_count | All open UDP connections | UInt32 |
system_socket_summary_udp_memory | Memory used by UDP sockets in bytes, based on number of allocated pages and system page size. Corresponds to limits set in /proc/sys/net/ipv4/udp_mem. Only available on Linux. | Float64 |
system_uptime_duration_ms | The OS uptime in milliseconds. | Float64 |
system_users_id | The ID of the session | UInt32 |
system_users_state | The current state of the session | String |
system_users_path | The DBus object path of the session | String |
system_users_type | The type of the user session | String |
system_users_leader | The root PID of the session | UInt32 |
system_users_service | A session associated with the service | String |
system_users_remote | A bool indicating a remote session | Bool |
system_users_scope | The associated systemd scope | String |
system_users_remote_host | A remote host address for the session | String |
system_users_seat | An associated logind seat | String |
_raw_message | Raw message | String |
_error | Errors | String |
system_process_memory_size | Total memory allocated by the process. | Float64 |
system_process_memory_rss_bytes | Resident memory in bytes currently used by the process. | Float64 |
system_process_memory_rss_pct | Percentage of resident memory being utilized by the process. | Float32 |
system_process_memory_share | Shared memory size of the process. | Float64 |
system_process_state | Current state of the process (e.g., running, sleeping). | String |
system_process_cmdline | Command line used to start the process. | String |
system_process_cpu_total_norm_pct | Normalized total CPU usage percentage by the process. | Float32 |
system_process_cpu_total_value | Total CPU time consumed by the process. | Float32 |
system_process_cpu_total_pct | Total percentage of CPU usage by the process. | Float32 |
system_process_cpu_start_time | The time when the process started its CPU usage. | Float32 |
system_process_cgroup_cpu_stats_user_pct | Percentage of CPU usage in user space by the process cgroup. | Float32 |
system_process_cgroup_cpu_stats_user_norm_pct | Normalized percentage of CPU usage in user space by the process cgroup. | Float64 |
system_process_cgroup_cpu_stats_user_ns | CPU time in nanoseconds spent in user space by the process cgroup. | Float64 |
system_process_cgroup_cpu_stats_system_ns | CPU time in nanoseconds spent in kernel space by the process cgroup. | Float64 |
system_process_cgroup_cpu_stats_system_pct | Percentage of CPU usage in kernel space by the process cgroup. | Float32 |
system_process_cgroup_cpu_stats_system_norm_pct | Normalized percentage of CPU usage in kernel space by the process cgroup. | Float32 |
system_process_cgroup_cpu_stats_throttled_us | Time in microseconds that the cgroup CPU was throttled. | Float64 |
system_process_cgroup_cpu_stats_throttled_periods | Number of periods during which the cgroup CPU was throttled. | Float64 |
system_process_cgroup_cpu_stats_periods | Number of periods the cgroup CPU has executed. | Float64 |
system_process_cgroup_cpu_stats_usage_ns | Total CPU time in nanoseconds used by the cgroup. | Float64 |
system_process_cgroup_cpu_stats_usage_pct | Percentage of CPU usage by the process cgroup. | Float32 |
system_process_cgroup_cpu_stats_usage_norm_pct | Normalized percentage of CPU usage by the process cgroup. | Float32 |
system_process_cgroup_cpu_id | ID of the cgroup CPU assigned to the process. | String |
system_process_cgroup_cpu_path | Path of the cgroup CPU assigned to the process. | String |
system_process_cgroup_cpu_pressure_some_10_pct | CPU pressure in the last 10 seconds in the "some" category. | Float32 |
system_process_cgroup_cpu_pressure_some_60_pct | CPU pressure in the last 60 seconds in the "some" category. | Float32 |
system_process_cgroup_cpu_pressure_some_300_pct | CPU pressure in the last 300 seconds in the "some" category. | Float32 |
system_process_cgroup_cpu_pressure_some_total | Total CPU pressure in the "some" category. | Float64 |
system_process_cgroup_cpu_pressure_full_10_pct | CPU pressure in the last 10 seconds in the "full" category. | Float32 |
system_process_cgroup_cpu_pressure_full_60_pct | CPU pressure in the last 60 seconds in the "full" category. | Float32 |
system_process_cgroup_cpu_pressure_full_300_pct | CPU pressure in the last 300 seconds in the "full" category. | Float32 |
system_process_cgroup_cpu_pressure_full_total | Total CPU pressure in the "full" category. | Float64 |
system_process_cgroup_memory_id | ID of the memory cgroup assigned to the process. | String |
system_process_cgroup_memory_path | Path of the memory cgroup assigned to the process. | String |
system_process_cgroup_memory_mem_events_max | Maximum memory events for the process cgroup. | Float64 |
system_process_cgroup_memory_mem_events_oom | Number of out-of-memory (OOM) events for the process cgroup. | Float64 |
system_process_cgroup_memory_mem_events_oom_kill | Number of processes killed due to OOM in the process cgroup. | Float64 |
system_process_cgroup_memory_mem_events_low | Number of low memory events for the process cgroup. | Float64 |
system_process_cgroup_memory_mem_events_high | Number of high memory events for the process cgroup. | Float64 |
system_process_cgroup_memory_mem_usage_bytes | Total memory usage in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_mem_low_bytes | Minimum memory usage in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_mem_max_bytes | Maximum memory usage in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_memsw_events_fail | Number of failed memory-swap events for the process cgroup. | Float64 |
system_process_cgroup_memory_memsw_events_high | High memory-swap events for the process cgroup. | Float64 |
system_process_cgroup_memory_memsw_events_max | Maximum memory-swap events for the process cgroup. | Float64 |
system_process_cgroup_memory_memsw_usage_bytes | Total memory-swap usage in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_memsw_low_bytes | Minimum memory-swap usage in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_page_refill | Page refills in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_slab_reclaimable_bytes | Reclaimable slab memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_htp_collapse_alloc | Memory allocated by huge page collapse in the process cgroup. | Float64 |
system_process_cgroup_memory_stats_slab_bytes | Total slab memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_file_writeback_bytes | File writeback memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_page_lazy_freed | Lazily freed pages in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_active_anon_bytes | Active anonymous memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_shmem_thp_bytes | Shared memory in bytes allocated by transparent huge pages (THP). | Float64 |
system_process_cgroup_memory_stats_page_scan | Page scans in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_anon_thp_bytes | Anonymous memory in bytes allocated by THP. | Float64 |
system_process_cgroup_memory_stats_workingset_activate_file | Activation of file pages in workingset stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_anon_bytes | Anonymous memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_page_activate | Page activation in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_unevictable_bytes | Unevictable memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_workingset_refault_anon | Refaulted anonymous pages in workingset stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_workingset_node_reclaim | Node reclaims in workingset stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_swap_cached_bytes | Cached swap memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_workingset_activate_anon | Activation of anonymous pages in workingset stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_page_steal | Pages stolen in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_workingset_restore_file | File pages restored in workingset stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_active_file_bytes | Active file memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_page_tables_bytes | Page table memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_page_faults | Page faults in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_kernel_stack_bytes | Kernel stack memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_file_thp_bytes | File memory in bytes allocated by THP. | Float64 |
system_process_cgroup_memory_stats_inactive_anon_bytes | Inactive anonymous memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_page_deactivate | Page deactivation in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_thp_fault_alloc | Fault allocations by THP in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_file_mapped_bytes | Mapped file memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_workingset_refault_file | Refaulted file pages in workingset stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_sock_bytes | Socket memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_slab_unreclaimable_bytes | Unreclaimable slab memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_file_bytes | Total file memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_per_cpu_bytes | Memory allocated per CPU in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_workingset_restore_anon | Restored anonymous pages in workingset stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_major_page_faults | Major page faults in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_page_lazy_free | Lazily freed pages in memory stats for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_shmem_bytes | Shared memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_file_dirty_bytes | Dirty file memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_memory_stats_inactive_file_bytes | Inactive file memory in bytes for the process cgroup. | Float64 |
system_process_cgroup_io_stats_vda_read_bytes | Total bytes read from the virtual disk. | Float64 |
system_process_cgroup_io_stats_vda_read_ios | Number of input/output operations (read) on the virtual disk. | Float64 |
system_process_cgroup_io_stats_vda_write_ios | Number of input/output operations (write) on the virtual disk. | Float64 |
system_process_cgroup_io_stats_vda_write_bytes | Total bytes written to the virtual disk | Float64 |
system_process_cgroup_io_stats_vda_discarded_bytes | Total discarded bytes on the virtual disk | Float64 |
system_process_cgroup_io_stats_vda_discarded_ios | Number of discarded I/O operations on the virtual disk | Float64 |
system_process_cgroup_io_pressure_some_10_pct | I/O pressure in the last 10 seconds in the "some" category. | Float32 |
system_process_cgroup_io_pressure_some_60_pct | I/O pressure in the last 60 seconds in the "some" category. | Float32 |
system_process_cgroup_io_pressure_some_300_pct | I/O pressure in the last 300 seconds in the "some" category. | Float32 |
system_process_cgroup_io_pressure_some_total | Total I/O pressure in the "some" category. | Float64 |
system_process_cgroup_io_pressure_full_10_pct | I/O pressure in the last 10 seconds in the "full" category. | Float32 |
system_process_cgroup_io_pressure_full_60_pct | I/O pressure in the last 60 seconds in the "full" category. | Float32 |
system_process_cgroup_io_pressure_full_300_pct | I/O pressure in the last 300 seconds in the "full" category. | Float32 |
system_process_cgroup_io_pressure_full_total | Total I/O pressure in the "full" category. | Float64 |
system_process_cgroup_io_id | ID of the cgroup I/O assigned to the process. | String |
system_process_cgroup_io_path | Path of the cgroup I/O assigned to the process. | String |
system_process_cgroup_cgroups_version | Version of the cgroups used by the process. | UInt8 |
system_process_cgroup_id | ID of the cgroup assigned to the process | String |
system_process_cgroup_path | Path of the cgroup assigned to the process. | String |
process_cpu_start_time | Time when the process started utilizing CPU | String |
process_cpu_pct | Percentage of CPU usage by the process. | Float32 |
process_name | Name of the process. | String |
process_args | Arguments passed to the process during execution. | String |
process_parent_pid | Parent process ID. | UInt16 |
process_pid | Process ID | UInt16 |
process_pgid | Process group ID | UInt16 |
process_command_line | Full command line used to start the process. | String |
process_state | Current state of the process. | String |
process_memory_pct | Percentage of memory used by the process. | Float32 |
system_process_summary_idle | Number of processes in idle state. | UInt16 |
system_process_summary_stopped | Number of processes in stopped state. | UInt16 |
system_process_summary_zombie | Number of processes in zombie state. | UInt16 |
system_process_summary_unknown | Number of processes in unknown state. | UInt16 |
system_process_summary_dead | Number of processes in dead state. | UInt16 |
system_process_summary_total | Total number of processes in the system. | UInt16 |
system_process_summary_sleeping | Number of processes in sleeping state. | UInt16 |
system_process_summary_running | Number of processes in running state. | UInt16 |
system_load_1 | Average system load over the last 1 minute. | Float32 |
system_load_5 | Average system load over the last 5 minute. | Float32 |
system_load_15 | Average system load over the last 15 minute. | Float32 |
system_load_norm_1 | Normalized system load over 1 minute per core. | Float32 |
system_load_norm_5 | Normalized system load over 5 minute per core. | Float32 |
system_load_norm_15 | Normalized system load over 15 minute per core. | Float32 |
system_load_cores | Number of CPU cores on the system. | Float32 |
system_cpu_idle_norm_pct | Normalized percentage of CPU idle time. | Float32 |
system_cpu_idle_pct | Percentage of CPU idle time. | Float32 |
system_cpu_cores | Total number of CPU cores in the system. | Float32 |
system_cpu_system_pct | Percentage of CPU time spent in kernel mode. | Float32 |
system_cpu_system_norm_pct | Normalized percentage of CPU time spent in kernel mode. | Float32 |
system_cpu_irq_norm_pct | Normalized percentage of CPU time spent handling interrupts. | Float32 |
system_cpu_irq_pct | Percentage of CPU time spent handling interrupts. | Float32 |
system_cpu_iowait_pct | Percentage of CPU time spent waiting for I/O operations. | Float32 |
system_cpu_iowait_norm_pct | Normalized percentage of CPU time spent waiting for I/O. | Float32 |
system_cpu_total_pct | Total percentage of CPU usage. | Float32 |
system_cpu_total_norm_pct | Normalized total percentage of CPU usage. | Float32 |
system_cpu_user_pct | Percentage of CPU time spent in user processes. | Float32 |
system_cpu_user_norm_pct | Normalized percentage of CPU time spent in user processes. | Float32 |
system_cpu_softirq_pct | Percentage of CPU time spent handling soft IRQs. | Float32 |
system_cpu_softirq_norm_pct | Normalized percentage of CPU time for soft IRQs. | Float32 |
system_cpu_steal_pct | Percentage of CPU time "stolen" by the hypervisor. | Float32 |
system_cpu_steal_norm_pct | Normalized percentage of CPU time "stolen" by the hypervisor. | Float32 |
system_cpu_nice_norm_pct | Normalized percentage of CPU time spent on low-priority tasks. | Float32 |
system_cpu_nice_pct | Percentage of CPU time spent on low-priority tasks. | Float32 |
system_memory_used_pct | Percentage of system memory currently in use. | Float32 |
system_memory_used_bytes | Total bytes of system memory currently in use. | Float64 |
system_memory_free | Total bytes of free memory available in the system. | Float64 |
system_memory_cached | Total bytes of memory used for caching. | Float64 |
system_memory_actual_free | Actual free memory available after accounting for cache. | Float64 |
system_memory_actual_used_pct | Actual percentage of memory used, excluding cache. | Float32 |
system_memory_actual_used_bytes | Actual bytes of memory used, excluding cache. | Float64 |
system_memory_swap_total | Total swap memory available. | Float64 |
system_memory_swap_used_bytes | Swap memory currently used in bytes. | Float64 |
system_memory_swap_free | Free swap memory available. | Float64 |
system_memory_total | Total physical memory available in the system. | Float64 |
system_core_steal_pct | CPU steal time percentage for each core. | Float32 |
system_core_nice_pct | Percentage of CPU time on low-priority tasks for each core. | Float32 |
system_core_irq_pct | Percentage of CPU time spent handling interrupts per core. | Float32 |
system_core_iowait_pct | Percentage of CPU time waiting for I/O per core. | Float32 |
system_core_user_pct | Percentage of CPU time spent in user processes per core. | Float32 |
system_core_softirq_pct | Percentage of CPU time for soft IRQs per core. | Float32 |
system_core_total_pct | Total percentage of CPU usage per core. | Float32 |
system_core_idle_pct | Percentage of idle CPU time per core. | Float32 |
system_core_id | Identifier for each CPU core. | Float32 |
system_core_system_pct | Percentage of time spent in kernel mode per core. | Float32 |
system_network_speed | Network speed in bytes per second. | Float64 |
system_network_in_dropped | Number of inbound dropped packets. | Float64 |
system_network_in_bytes | Total number of inbound bytes received. | Float64 |
system_network_in_packets | Number of inbound network packets. | Float64 |
system_network_in_errors | Number of inbound packet errors. | Float64 |
system_network_out_errors | Number of outbound packet errors. | Float64 |
system_network_out_dropped | Number of outbound dropped packets. | Float64 |
system_network_out_packets | Number of outbound network packets. | Float64 |
system_network_out_bytes | Total number of outbound bytes sent. | Float64 |
system_network_name | Name of the network interface. | String |
network_uuid | Unique identifier for the network. | String |
system_network_in_dropped_diff | Difference in inbound dropped packets over time. | UInt32 |
system_network_in_dropped_rate | Rate of inbound dropped packets. | Float32 |
system_network_in_packets_diff | Difference in inbound packet count over time. | UInt32 |
system_network_in_packets_rate | Rate of inbound packets. | Float32 |
system_network_in_bytes_diff | Difference in inbound byte count over time. | UInt32 |
system_network_in_bytes_rate | Rate of inbound bytes. | Float32 |
system_network_out_dropped_diff | Difference in outbound dropped packets over time. | UInt32 |
system_network_out_dropped_rate | Rate of outbound dropped packets. | Float32 |
system_network_out_bytes_diff | Difference in outbound byte count over time. | UInt32 |
system_network_out_bytes_rate | Rate of outbound bytes. | Float32 |
system_network_in_errors_diff | Difference in inbound errors over time. | UInt32 |
system_network_in_errors_rate | Rate of inbound errors. | Float32 |
system_network_out_errors_diff | Difference in outbound errors over time. | UInt32 |
system_network_out_errors_rate | Rate of outbound errors. | Float32 |
system_network_out_packets_diff | Difference in outbound packet count | UInt32 |
system_network_out_packets_rate | Rate of outgoing network packets. | Float32 |
period | Time period over which the data is aggregated. | Float32 |
in_bandwidth_p | Incoming network bandwidth percentage. | Float32 |
out_bandwidth_p | Outgoing network bandwidth percentage. | Float32 |
system_diskio_name | Name of the disk I/O device. | LowCardinality(String) |
system_diskio_read_time | Time spent on disk read operations. | UInt32 |
system_diskio_read_bytes | Total bytes read from disk. | Float64 |
system_diskio_read_count | Number of disk read operations. | UInt32 |
system_diskio_write_count | Number of disk write operations. | UInt32 |
system_diskio_write_time | Time spent on disk write operations. | UInt32 |
system_diskio_write_bytes | Total bytes written to disk. | Float64 |
system_diskio_io_ops | Number of I/O operations performed on disk. | UInt16 |
system_diskio_io_time | Time spent on disk I/O operations. | UInt32 |
diskio_uuid | Unique identifier for the disk I/O device. | String |
system_diskio_write_time_diff | Difference in write time over time. | UInt32 |
system_diskio_write_time_rate | Rate of disk write time. | Float32 |
system_diskio_io_time_diff | Difference in I/O time over time. | UInt32 |
system_diskio_io_time_rate | Rate of disk I/O time. | Float32 |
system_diskio_read_time_diff | Difference in disk read time over time. | UInt32 |
system_diskio_read_time_rate | Rate of disk read time. | Float32 |
system_diskio_write_count_diff | Difference in write operations over time. | UInt32 |
system_diskio_write_count_rate | Rate of disk write operations. | Float32 |
system_diskio_read_bytes_diff | Difference in read bytes over time. | UInt32 |
system_diskio_read_bytes_rate | Rate of disk read bytes. | Float32 |
system_diskio_write_bytes_diff | Difference in written bytes over time. | UInt32 |
system_diskio_write_bytes_rate | Rate of disk write bytes. | Float32 |
system_diskio_read_count_diff | Difference in read operations over time. | UInt32 |
system_diskio_read_count_rate | Rate of disk read operations. | Float32 |
system_fsstat_count | Total number of filesystems. | Float64 |
system_fsstat_total_files | Total number of files across all filesystems. | Float64 |
system_fsstat_total_size_used | Total used size of all filesystems. | Float64 |
system_fsstat_total_size_total | Total size of all filesystems. | Float64 |
system_fsstat_total_size_free | Total free size of all filesystems. | Float64 |
system_filesystem_type | Type of the filesystem. | String |
system_filesystem_device_name | Device name associated with the filesystem. | String |
system_filesystem_mount_point | Mount point of the filesystem. | String |
system_filesystem_files | Total number of files in the filesystems. | Float64 |
system_filesystem_free_files | Number of free (unused) file slots in the filesystem. | Float64 |
system_filesystem_available | Available space on the filesystem. | Float64 |
system_filesystem_used_pct | Percentage of the filesystem space in use. | Float32 |
system_filesystem_used_bytes | Amount of space used in the filesystem (in bytes). | Float64 |
system_filesystem_total | Total size of the filesystem. | Float64 |
system_filesystem_free | Free space in the filesystem. | Float64 |