Skip to main content
Version: v1.5.x

Monitoring EulerOS

Collect and monitor general performance metrics for EulerOS (system information, CPU, memory, disk, network interface, file system, top resource processes, etc.).

Configuration Parameters

Parameter NameParameter help description
Monitoring HostThe IP, IPV6, or domain name of the monitored endpoint. Note ⚠️: Do not include protocol headers (eg: https://, http://).
Task NameIdentifies the name of this monitoring, ensuring uniqueness.
PortPort provided by Linux SSH externally, defaults to 22.
TimeoutSets the timeout for connection in milliseconds (ms), defaults to 6000 ms.
Connection ReuseSets whether the SSH connection is reused, defaults to: false. Creates a new connection for each information retrieval if false.
UsernameSSH connection username, optional.
PasswordSSH connection password, optional.
CollectorSpecifies which collector schedules the collection for this monitoring.
Monitoring IntervalInterval for periodically collecting data, in seconds. Minimum interval is 30 seconds.
Binding TagsUsed for categorizing and managing monitored resources.
DescriptionAdditional remarks and descriptions for this monitoring, for users' reference.
PrivateKeyKey required for connecting to the server.

Collected Metrics

Metric Set: Basic Info

Metric NameMetric UnitMetric help description
Host NameNoneHost name.
System VersionNoneOperating system version.
UptimeNoneSystem uptime.

Metric Set: CPU Info

Metric NameMetric UnitMetric help description
infoNoneCPU model.
coresNoneNumber of CPU cores.
interruptNoneNumber of CPU interrupts.
loadNoneAverage load for the last 1/5/15 minutes.
context_switchNoneCurrent context switches.
usage%CPU usage percentage.

Metric Set: Memory Info

Metric NameMetric UnitMetric help description
totalMbTotal memory capacity.
usedMbUsed memory by user programs.
freeMbFree memory capacity.
buff_cacheMbMemory used for buffers and cache.
availableMbAvailable memory capacity.
usage%Memory usage percentage.

Metric Set: Disk Info

Metric NameMetric UnitMetric help description
disk_numNoneTotal number of disks.
partition_numNoneTotal number of partitions.
block_writeNoneTotal blocks written to disk.
block_readNoneTotal blocks read from disk.
write_rateiopsRate of blocks written per second.

Metric Set: Interface Info

Metric NameMetric UnitMetric help description
interface_nameNoneName of the network interface.
receive_bytesMbInbound data traffic.
transmit_bytesMbOutbound data traffic.

Metric Set: Disk Free

Metric NameMetric UnitMetric help description
filesystemNoneName of the file system.
usedMbUsed disk space.
availableMbAvailable disk space.
usage%Disk usage percentage.
mountedNoneMount point directory.

Metric Set: Top10 CPU Process

Top 10 processes consuming CPU. Metrics include: Process ID, CPU usage, Memory usage, Command.

Metric NameMetric UnitMetric help description
pidNoneProcess ID
cpu_usage%CPU usage
mem_usage%Memory usage
commandNoneExecuted command

Metric Set: Top10 Memory Process

Top 10 processes consuming memory. Metrics include: Process ID, Memory usage, CPU usage, Command.

Metric NameMetric UnitMetric help description
pidNoneProcess ID
mem_usage%Memory usage
cpu_usage%CPU usage
commandNoneExecuted command