Host
sysdig_host_container_count
Metadata | Value |
---|
publicId | sysdig_host_container_count |
legacyId | container.count |
description | Count of the number of containers. |
notes | This metric is perfect for dashboards and alerts. In particular, you can create alerts that notify you when you have too many (or too few) containers of a certain type in a certain group or node - try segmenting by container.image, .id or .name. See also: host.count. |
sysdig_host_container_start_count
Metadata | Value |
---|
publicId | sysdig_host_container_start_count |
legacyId | host.container.start.count |
description | |
notes | |
sysdig_host_count
Metadata | Value |
---|
publicId | sysdig_host_count |
legacyId | host.count |
description | Count of the number of hosts. |
notes | This metric is perfect for dashboards and alerts. In particular, you can create alerts that notify you when you have too many (or too few) machines of a certain type in a certain group - try segment by tag or hostname. See also: container.count. |
sysdig_host_cpu_cores_used
Metadata | Value |
---|
publicId | sysdig_host_cpu_cores_used |
legacyId | cpu.cores.used |
description | |
notes | |
sysdig_host_cpu_cores_used_percent
Metadata | Value |
---|
publicId | sysdig_host_cpu_cores_used_percent |
legacyId | cpu.cores.used.percent |
description | |
notes | |
sysdig_host_cpu_idle_percent
Metadata | Value |
---|
publicId | sysdig_host_cpu_idle_percent |
legacyId | cpu.idle.percent |
description | Percentage of time that the CPU or CPUs were idle and the system did not have an outstanding disk I/O request. |
notes | By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_cpu_iowait_percent
Metadata | Value |
---|
publicId | sysdig_host_cpu_iowait_percent |
legacyId | cpu.iowait.percent |
description | Percentage of time that the CPU or CPUs were idle during which the system had an outstanding disk I/O request. |
notes | By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_cpu_nice_percent
Metadata | Value |
---|
publicId | sysdig_host_cpu_nice_percent |
legacyId | cpu.nice.percent |
description | Percentage of CPU utilization that occurred while executing at the user level with nice priority. |
notes | By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_cpu_stolen_percent
Metadata | Value |
---|
publicId | sysdig_host_cpu_stolen_percent |
legacyId | cpu.stolen.percent |
description | CPU steal time is a measure of the percent of time that a virtual machine’s CPU is in a state of involuntary wait due to the fact that the physical CPU is shared among virtual machines. In calculating steal time, the operating system kernel detects when it has work available but does not have access to the physical CPU to perform that work. |
notes | If the percent of steal time is consistently high, you may want to stop and restart the instance (since it will most likely start on different physical hardware) or upgrade to a virtual machine with more CPU power. Also see the metric ‘capacity total percent’ to see how steal time directly impacts the number of server requests that could not be handled. On AWS EC2, steal time does not depend on the activity of other virtual machine neighbours. EC2 is simply making sure your instance is not using more CPU cycles than paid for. |
sysdig_host_cpu_system_percent
Metadata | Value |
---|
publicId | sysdig_host_cpu_system_percent |
legacyId | cpu.system.percent |
description | Percentage of CPU utilization that occurred while executing at the system level (kernel). |
notes | By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_cpu_used_percent
Metadata | Value |
---|
publicId | sysdig_host_cpu_used_percent |
legacyId | cpu.used.percent |
description | The CPU usage for each container is obtained from cgroups, and normalized by dividing by the number of cores to determine an overall percentage. For example, if the environment contains six cores on a host, and the container or processes are assigned two cores, Sysdig will report CPU usage of 2/6 * 100% = 33.33%. This metric is calculated differently for hosts and processes. |
notes | |
sysdig_host_cpu_user_percent
Metadata | Value |
---|
publicId | sysdig_host_cpu_user_percent |
legacyId | cpu.user.percent |
description | Percentage of CPU utilization that occurred while executing at the user level (application). |
notes | By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_cpucore_idle_percent
Metadata | Value |
---|
publicId | sysdig_host_cpucore_idle_percent |
legacyId | cpucore.idle.percent |
description | |
notes | |
sysdig_host_cpucore_iowait_percent
Metadata | Value |
---|
publicId | sysdig_host_cpucore_iowait_percent |
legacyId | cpucore.iowait.percent |
description | |
notes | |
sysdig_host_cpucore_nice_percent
Metadata | Value |
---|
publicId | sysdig_host_cpucore_nice_percent |
legacyId | cpucore.nice.percent |
description | |
notes | |
sysdig_host_cpucore_stolen_percent
Metadata | Value |
---|
publicId | sysdig_host_cpucore_stolen_percent |
legacyId | cpucore.stolen.percent |
description | |
notes | |
sysdig_host_cpucore_system_percent
Metadata | Value |
---|
publicId | sysdig_host_cpucore_system_percent |
legacyId | cpucore.system.percent |
description | |
notes | |
sysdig_host_cpucore_used_percent
Metadata | Value |
---|
publicId | sysdig_host_cpucore_used_percent |
legacyId | cpucore.used.percent |
description | |
notes | |
sysdig_host_cpucore_user_percent
Metadata | Value |
---|
publicId | sysdig_host_cpucore_user_percent |
legacyId | cpucore.user.percent |
description | |
notes | |
sysdig_host_fd_used_percent
Metadata | Value |
---|
publicId | sysdig_host_fd_used_percent |
legacyId | fd.used.percent |
description | Percentage of used file descriptors out of the maximum available. |
notes | Usually, when a process reaches its FD limit it will stop operating properly and possibly crash. As a consequence, this is a metric you want to monitor carefully, or even better use for alerts. |
sysdig_host_file_error_open_count
Metadata | Value |
---|
publicId | sysdig_host_file_error_open_count |
legacyId | file.error.open.count |
description | Number of errors in opening files. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_file_error_total_count
Metadata | Value |
---|
publicId | sysdig_host_file_error_total_count |
legacyId | file.error.total.count |
description | Number of error caused by file access. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_file_in_bytes
Metadata | Value |
---|
publicId | sysdig_host_file_in_bytes |
legacyId | file.bytes.in |
description | Amount of bytes read from file. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_file_in_iops
Metadata | Value |
---|
publicId | sysdig_host_file_in_iops |
legacyId | file.iops.in |
description | Number of file read operations per second. |
notes | This is calculated by measuring the actual number of read and write requests made by a process. Therefore, it can differ from what other tools show, which is usually based on interpolating this value from the number of bytes read and written to the file system. |
sysdig_host_file_in_time
Metadata | Value |
---|
publicId | sysdig_host_file_in_time |
legacyId | file.time.in |
description | Time spent in file reading. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_file_open_count
Metadata | Value |
---|
publicId | sysdig_host_file_open_count |
legacyId | file.open.count |
description | Number of time the file has been opened. |
notes | |
sysdig_host_file_out_bytes
Metadata | Value |
---|
publicId | sysdig_host_file_out_bytes |
legacyId | file.bytes.out |
description | Amount of bytes written to file. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_file_out_iops
Metadata | Value |
---|
publicId | sysdig_host_file_out_iops |
legacyId | file.iops.out |
description | Number of file write operations per second. |
notes | This is calculated by measuring the actual number of read and write requests made by a process. Therefore, it can differ from what other tools show, which is usually based on interpolating this value from the number of bytes read and written to the file system. |
sysdig_host_file_out_time
Metadata | Value |
---|
publicId | sysdig_host_file_out_time |
legacyId | file.time.out |
description | Time spent in file writing. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_file_total_bytes
Metadata | Value |
---|
publicId | sysdig_host_file_total_bytes |
legacyId | file.bytes.total |
description | Amount of bytes read from and written to file. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_file_total_iops
Metadata | Value |
---|
publicId | sysdig_host_file_total_iops |
legacyId | file.iops.total |
description | Number of read and write file operations per second. |
notes | This is calculated by measuring the actual number of read and write requests made by a process. Therefore, it can differ from what other tools show, which is usually based on interpolating this value from the number of bytes read and written to the file system. |
sysdig_host_file_total_time
Metadata | Value |
---|
publicId | sysdig_host_file_total_time |
legacyId | file.time.total |
description | Time spent in file I/O. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_fs_free_bytes
Metadata | Value |
---|
publicId | sysdig_host_fs_free_bytes |
legacyId | fs.bytes.free |
description | Filesystem available space. |
notes | |
sysdig_host_fs_free_percent
Metadata | Value |
---|
publicId | sysdig_host_fs_free_percent |
legacyId | fs.free.percent |
description | Percentage of filesystem free space. |
notes | |
sysdig_host_fs_inodes_total_count
Metadata | Value |
---|
publicId | sysdig_host_fs_inodes_total_count |
legacyId | fs.inodes.total.count |
description | |
notes | |
sysdig_host_fs_inodes_used_count
Metadata | Value |
---|
publicId | sysdig_host_fs_inodes_used_count |
legacyId | fs.inodes.used.count |
description | |
notes | |
sysdig_host_fs_inodes_used_percent
Metadata | Value |
---|
publicId | sysdig_host_fs_inodes_used_percent |
legacyId | fs.inodes.used.percent |
description | |
notes | |
sysdig_host_fs_largest_used_percent
Metadata | Value |
---|
publicId | sysdig_host_fs_largest_used_percent |
legacyId | fs.largest.used.percent |
description | Percentage of the largest filesystem in use. |
notes | |
sysdig_host_fs_root_used_percent
Metadata | Value |
---|
publicId | sysdig_host_fs_root_used_percent |
legacyId | fs.root.used.percent |
description | Percentage of the root filesystem in use. |
notes | |
sysdig_host_fs_total_bytes
Metadata | Value |
---|
publicId | sysdig_host_fs_total_bytes |
legacyId | fs.bytes.total |
description | Filesystem size. |
notes | |
sysdig_host_fs_used_bytes
Metadata | Value |
---|
publicId | sysdig_host_fs_used_bytes |
legacyId | fs.bytes.used |
description | Filesystem used space. |
notes | |
sysdig_host_fs_used_percent
Metadata | Value |
---|
publicId | sysdig_host_fs_used_percent |
legacyId | fs.used.percent |
description | Percentage of the sum of all filesystems in use. |
notes | |
sysdig_host_info
Metadata | Value |
---|
publicId | sysdig_host_info |
legacyId | info |
description | |
notes | |
sysdig_host_load_average_15m
Metadata | Value |
---|
publicId | sysdig_host_load_average_15m |
legacyId | load.average.15m |
description | The 15 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 15 minutes for all cores. The value should correspond to the third (and last) load average value displayed by ‘uptime’ command. |
notes | |
sysdig_host_load_average_1m
Metadata | Value |
---|
publicId | sysdig_host_load_average_1m |
legacyId | load.average.1m |
description | The 1 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 1 minute for all cores. The value should correspond to the first (of three) load average values displayed by ‘uptime’ command. |
notes | |
sysdig_host_load_average_5m
Metadata | Value |
---|
publicId | sysdig_host_load_average_5m |
legacyId | load.average.5m |
description | The 5 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 5 minutes for all cores. The value should correspond to the second (of three) load average values displayed by ‘uptime’ command. |
notes | |
sysdig_host_load_average_percpu_15m
Metadata | Value |
---|
publicId | sysdig_host_load_average_percpu_15m |
legacyId | load.average.percpu.15m |
description | The 15 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 15 minutes, divided by number of system CPUs. |
notes | |
sysdig_host_load_average_percpu_1m
Metadata | Value |
---|
publicId | sysdig_host_load_average_percpu_1m |
legacyId | load.average.percpu.1m |
description | The 1 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 1 minute, divided by number of system CPUs. |
notes | |
sysdig_host_load_average_percpu_5m
Metadata | Value |
---|
publicId | sysdig_host_load_average_percpu_5m |
legacyId | load.average.percpu.5m |
description | The 5 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 5 minutes, divided by number of system CPUs. |
notes | |
sysdig_host_memory_available_bytes
Metadata | Value |
---|
publicId | sysdig_host_memory_available_bytes |
legacyId | memory.bytes.available |
description | The available memory for a host is obtained from /proc/meminfo. For environments using Linux kernel version 3.12 and later, the available memory is obtained using the mem.available field in /proc/meminfo. For environments using earlier kernel versions, the formula is MemFree + Cached + Buffers. |
notes | |
sysdig_host_memory_swap_available_bytes
Metadata | Value |
---|
publicId | sysdig_host_memory_swap_available_bytes |
legacyId | memory.swap.bytes.available |
description | Available amount of swap memory. |
notes | Sum of free and cached swap memory. By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_memory_swap_total_bytes
Metadata | Value |
---|
publicId | sysdig_host_memory_swap_total_bytes |
legacyId | memory.swap.bytes.total |
description | Total amount of swap memory. |
notes | By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_memory_swap_used_bytes
Metadata | Value |
---|
publicId | sysdig_host_memory_swap_used_bytes |
legacyId | memory.swap.bytes.used |
description | Used amount of swap memory. |
notes | The amount of used swap memory is calculated by subtracting available from total swap memory. By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_memory_swap_used_percent
Metadata | Value |
---|
publicId | sysdig_host_memory_swap_used_percent |
legacyId | memory.swap.used.percent |
description | Used percent of swap memory. |
notes | The percentage of used swap memory is calculated as percentual ratio of used and total swap memory. By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_memory_total_bytes
Metadata | Value |
---|
publicId | sysdig_host_memory_total_bytes |
legacyId | memory.bytes.total |
description | The total memory of a host, in bytes. This value is obtained from /proc. |
notes | |
sysdig_host_memory_used_bytes
Metadata | Value |
---|
publicId | sysdig_host_memory_used_bytes |
legacyId | memory.bytes.used |
description | The amount of physical memory currently in use. |
notes | By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI. |
sysdig_host_memory_used_percent
Metadata | Value |
---|
publicId | sysdig_host_memory_used_percent |
legacyId | memory.used.percent |
description | The percentage of physical memory in use. |
notes | By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_memory_virtual_bytes
Metadata | Value |
---|
publicId | sysdig_host_memory_virtual_bytes |
legacyId | memory.bytes.virtual |
description | The virtual memory size of the process, in bytes. This value is obtained from Sysdig events. |
notes | |
sysdig_host_net_connection_in_count
Metadata | Value |
---|
publicId | sysdig_host_net_connection_in_count |
legacyId | net.connection.count.in |
description | Number of currently established client (inbound) connections. |
notes | This metric is especially useful when segmented by protocol, port or process. |
sysdig_host_net_connection_out_count
Metadata | Value |
---|
publicId | sysdig_host_net_connection_out_count |
legacyId | net.connection.count.out |
description | Number of currently established server (outbound) connections. |
notes | This metric is especially useful when segmented by protocol, port or process. |
sysdig_host_net_connection_total_count
Metadata | Value |
---|
publicId | sysdig_host_net_connection_total_count |
legacyId | net.connection.count.total |
description | Number of currently established connections. This value may exceed the sum of the inbound and outbound metrics since it represents client and server inter-host connections as well as internal only connections. |
notes | This metric is especially useful when segmented by protocol, port or process. |
sysdig_host_net_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_error_count |
legacyId | net.error.count |
description | Number of network errors. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_net_http_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_http_error_count |
legacyId | net.http.error.count |
description | Number of failed HTTP requests as counted from 4xx/5xx status codes. |
notes | |
sysdig_host_net_http_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_http_request_count |
legacyId | net.http.request.count |
description | Count of HTTP requests. |
notes | |
sysdig_host_net_http_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_http_request_time |
legacyId | net.http.request.time |
description | Average time for HTTP requests. |
notes | |
sysdig_host_net_http_statuscode_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_http_statuscode_error_count |
legacyId | net.http.statuscode.error.count |
description | |
notes | |
sysdig_host_net_http_statuscode_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_http_statuscode_request_count |
legacyId | net.http.statuscode.request.count |
description | |
notes | |
sysdig_host_net_http_url_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_http_url_error_count |
legacyId | net.http.url.error.count |
description | |
notes | |
sysdig_host_net_http_url_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_http_url_request_count |
legacyId | net.http.url.request.count |
description | |
notes | |
sysdig_host_net_http_url_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_http_url_request_time |
legacyId | net.http.url.request.time |
description | |
notes | |
sysdig_host_net_mongodb_collection_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_mongodb_collection_error_count |
legacyId | net.mongodb.collection.error.count |
description | |
notes | |
sysdig_host_net_mongodb_collection_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_mongodb_collection_request_count |
legacyId | net.mongodb.collection.request.count |
description | |
notes | |
sysdig_host_net_mongodb_collection_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_mongodb_collection_request_time |
legacyId | net.mongodb.collection.request.time |
description | |
notes | |
sysdig_host_net_mongodb_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_mongodb_error_count |
legacyId | net.mongodb.error.count |
description | |
notes | |
sysdig_host_net_mongodb_operation_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_mongodb_operation_error_count |
legacyId | net.mongodb.operation.error.count |
description | |
notes | |
sysdig_host_net_mongodb_operation_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_mongodb_operation_request_count |
legacyId | net.mongodb.operation.request.count |
description | |
notes | |
sysdig_host_net_mongodb_operation_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_mongodb_operation_request_time |
legacyId | net.mongodb.operation.request.time |
description | |
notes | |
sysdig_host_net_mongodb_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_mongodb_request_count |
legacyId | net.mongodb.request.count |
description | |
notes | |
sysdig_host_net_mongodb_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_mongodb_request_time |
legacyId | net.mongodb.request.time |
description | |
notes | |
sysdig_host_net_in_bytes
Metadata | Value |
---|
publicId | sysdig_host_net_in_bytes |
legacyId | net.bytes.in |
description | Inbound network bytes. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_net_out_bytes
Metadata | Value |
---|
publicId | sysdig_host_net_out_bytes |
legacyId | net.bytes.out |
description | Outbound network bytes. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_net_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_request_count |
legacyId | net.request.count |
description | Total number of network requests. Note, this value may exceed the sum of inbound and outbound requests, because this count includes requests over internal connections. |
notes | |
sysdig_host_net_request_in_count
Metadata | Value |
---|
publicId | sysdig_host_net_request_in_count |
legacyId | net.request.count.in |
description | Number of inbound network requests. |
notes | |
sysdig_host_net_request_in_time
Metadata | Value |
---|
publicId | sysdig_host_net_request_in_time |
legacyId | net.request.time.in |
description | Average time to serve an inbound request. |
notes | |
sysdig_host_net_request_out_count
Metadata | Value |
---|
publicId | sysdig_host_net_request_out_count |
legacyId | net.request.count.out |
description | Number of outbound network requests. |
notes | |
sysdig_host_net_request_out_time
Metadata | Value |
---|
publicId | sysdig_host_net_request_out_time |
legacyId | net.request.time.out |
description | Average time spent waiting for an outbound request. |
notes | |
sysdig_host_net_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_request_time |
legacyId | net.request.time |
description | Average time to serve a network request. |
notes | |
sysdig_host_net_server_connection_in_count
Metadata | Value |
---|
publicId | sysdig_host_net_server_connection_in_count |
legacyId | net.server.connection.count.in |
description | |
notes | |
sysdig_host_net_server_in_bytes
Metadata | Value |
---|
publicId | sysdig_host_net_server_in_bytes |
legacyId | net.server.bytes.in |
description | |
notes | |
sysdig_host_net_server_out_bytes
Metadata | Value |
---|
publicId | sysdig_host_net_server_out_bytes |
legacyId | net.server.bytes.out |
description | |
notes | |
sysdig_host_net_server_total_bytes
Metadata | Value |
---|
publicId | sysdig_host_net_server_total_bytes |
legacyId | net.server.bytes.total |
description | |
notes | |
sysdig_host_net_sql_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_sql_error_count |
legacyId | net.sql.error.count |
description | Number of Failed SQL requests. |
notes | |
sysdig_host_net_sql_query_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_sql_query_error_count |
legacyId | net.sql.query.error.count |
description | |
notes | |
sysdig_host_net_sql_query_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_sql_query_request_count |
legacyId | net.sql.query.request.count |
description | |
notes | |
sysdig_host_net_sql_query_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_sql_query_request_time |
legacyId | net.sql.query.request.time |
description | |
notes | |
sysdig_host_net_sql_querytype_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_sql_querytype_error_count |
legacyId | net.sql.querytype.error.count |
description | |
notes | |
sysdig_host_net_sql_querytype_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_sql_querytype_request_count |
legacyId | net.sql.querytype.request.count |
description | |
notes | |
sysdig_host_net_sql_querytype_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_sql_querytype_request_time |
legacyId | net.sql.querytype.request.time |
description | |
notes | |
sysdig_host_net_sql_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_sql_request_count |
legacyId | net.sql.request.count |
description | Number of SQL requests. |
notes | |
sysdig_host_net_sql_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_sql_request_time |
legacyId | net.sql.request.time |
description | Average time to complete a SQL request. |
notes | |
sysdig_host_net_sql_table_error_count
Metadata | Value |
---|
publicId | sysdig_host_net_sql_table_error_count |
legacyId | net.sql.table.error.count |
description | |
notes | |
sysdig_host_net_sql_table_request_count
Metadata | Value |
---|
publicId | sysdig_host_net_sql_table_request_count |
legacyId | net.sql.table.request.count |
description | |
notes | |
sysdig_host_net_sql_table_request_time
Metadata | Value |
---|
publicId | sysdig_host_net_sql_table_request_time |
legacyId | net.sql.table.request.time |
description | |
notes | |
sysdig_host_net_tcp_queue_len
Metadata | Value |
---|
publicId | sysdig_host_net_tcp_queue_len |
legacyId | net.tcp.queue.len |
description | Length of the TCP request queue. |
notes | |
sysdig_host_net_total_bytes
Metadata | Value |
---|
publicId | sysdig_host_net_total_bytes |
legacyId | net.bytes.total |
description | Total network bytes, inbound and outbound. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_proc_count
Metadata | Value |
---|
publicId | sysdig_host_proc_count |
legacyId | proc.count |
description | Number of processes on host or container. |
notes | |
sysdig_host_syscall_count
Metadata | Value |
---|
publicId | sysdig_host_syscall_count |
legacyId | syscall.count |
description | Total number of syscalls seen |
notes | Syscalls are resource intensive. This metric tracks how many have been made by a given process or container |
sysdig_host_syscall_error_count
Metadata | Value |
---|
publicId | sysdig_host_syscall_error_count |
legacyId | host.error.count |
description | Number of system call errors. |
notes | By default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI. |
sysdig_host_system_uptime
Metadata | Value |
---|
publicId | sysdig_host_system_uptime |
legacyId | system.uptime |
description | This metric is sent by the agent and represent the amount of seconds since host boot time. It is not available with container granularity. |
notes | |
sysdig_host_thread_count
Metadata | Value |
---|
publicId | sysdig_host_thread_count |
legacyId | thread.count |
description | |
notes | |
sysdig_host_timeseries_count_appcheck
Metadata | Value |
---|
publicId | sysdig_host_timeseries_count_appcheck |
legacyId | metricCount.appCheck |
description | |
notes | |
sysdig_host_timeseries_count_jmx
Metadata | Value |
---|
publicId | sysdig_host_timeseries_count_jmx |
legacyId | metricCount.jmx |
description | |
notes | |
sysdig_host_timeseries_count_prometheus
Metadata | Value |
---|
publicId | sysdig_host_timeseries_count_prometheus |
legacyId | metricCount.prometheus |
description | |
notes | |
sysdig_host_timeseries_count_statsd
Metadata | Value |
---|
publicId | sysdig_host_timeseries_count_statsd |
legacyId | metricCount.statsd |
description | |
notes | |
sysdig_host_up
Metadata | Value |
---|
publicId | sysdig_host_up |
legacyId | uptime |
description | The percentage of time the selected entity was down during the visualized time sample. This can be used to determine if a machine (or a group of machines) went down. |
notes | |