Skip to main content
Version: v1.7.x

Monitoring:Linux operating system monitoring

Collect and monitor the general performance Metrics of Linux operating system.

Configuration parameter

Parameter NameParameter Help Description
Monitored HostThe IPV4, IPV6, or domain name of the host being monitored. Note ⚠️ No protocol header (e.g., https://, http://).
Task NameThe name that identifies this monitoring, which must be unique.
PortThe port provided by Linux SSH, default is 22.
TimeoutSets the connection timeout in milliseconds, default is 6000 ms.
Connection ReuseSets whether SSH connections are reused, default is :false. If false, a new connection is created each time information is retrieved.
Use Proxy ConnectionSets Whether connect via proxy, default is false.
UsernameSSH connection username, optional.
PasswordSSH connection password, optional.
CollectorConfigures which collector is used to schedule data collection for this monitoring.
Monitoring PeriodThe interval time for periodic data collection in seconds, with a minimum interval of 30 seconds.
Binding TagsUsed for categorized management of monitoring resources.
DescriptionAdditional notes and descriptions for this monitoring, where users can make notes.
PrivateKeyThe private key required to connect to the server.
PrivateKey PassPhraseThe password phrase used to encrypt the SSH private key. If the private key was generated with a passphrase, this field must be filled to decrypt and use the key for authentication.
Proxy HostThe address of the proxy server, supporting IPV4, IPV6, or domain name format. Required when using SSH jump host to access the target host.
Proxy PortThe port number of the proxy service, default is 22.
Proxy UsernameThe authentication username required to connect to the proxy server.
Proxy UsernameThe authentication password required to connect to the proxy server.
Proxy PrivateKeyThe private key required to authenticate with the proxy server.

Data Collection Metrics

Metric Set: Basic System Information

Metric NameMetric UnitMetric Help Description
hostnameNoneHost name
versionNoneSystem version
uptimeNoneSystem Uptime

Metric Set: CPU Information

Metric NameMetric UnitMetric Help Description
infoNoneCPU model
coresNoneNumber of CPU cores
interruptNoneNumber of CPU interrupts
loadNoneAverage CPU load (1/5/15 minutes)
context_switchNoneNumber of context switches
usage%CPU usage

Metric Set: Memory Information

Metric NameMetric UnitMetric Help Description
totalMbTotal memory capacity
usedMbMemory used by user programs
freeMbFree memory capacity
buff_cacheMbMemory used for cache
availableMbRemaining available memory capacity
usage%Memory usage rate

Metric Set: Disk Information

Metric NameMetric UnitMetric Help Description
disk_numNoneTotal number of disks
partition_numNoneTotal number of partitions
block_writeNoneTotal number of blocks written to disk
block_readNoneTotal number of blocks read from disk
write_rateiopsDisk block write rate per second

Metric Set: Network Card Information

Metric NameMetric UnitMetric Help Description
interface_nameNoneNetwork card name
receive_bytesByteInbound data traffic (bytes)
transmit_bytesByteOutbound data traffic (bytes)

Metric Set: File System

Metric NameMetric UnitMetric Help Description
filesystemNoneName of the file system
usedMbUsed disk size
availableMbAvailable disk size
usage%Usage rate
mountedNoneMount point directory

Metric Set: Top 10 CPU Processes

Statistics for the top 10 processes using the CPU. Statistics include: process ID, CPU usage, memory usage, and executed command.

Metric NameMetric UnitMetric Help Description
pidNoneProcess ID
cpu_usage%CPU usage
mem_usage%Memory usage
commandNoneExecuted command

Metric Set: Top 10 Memory Processes

Statistics for the top 10 processes using memory. Statistics include: process ID, memory usage, CPU usage, and executed command.

Metric NameMetric UnitMetric Help Description
pidNoneProcess ID
mem_usage%Memory usage
cpu_usage%CPU usage
commandNoneExecuted command