Kubernetes Agent v1.7.2
June 2, 2024
Feature
Added the following metrics in the server_disk
category.
-
blksize
: Disk block size. It indicates the unit size for basic read/write on the disk. -
readIops
: Number of read operations executed per second, or input/output operations per second. -
writeIops
: Number of write operations executed per second. -
queueLength
: Queue length for disk I/O requests. It indicates the number of pending I/O requests. -
readBps
: Amount of data read per second (Bytes per second). -
writeBps
: Amount of data written per second. -
ioPercent
: Percentage of time spent on I/O operations on the disk. This represents the percentage of time used for I/O operations against the total time. -
totalInode
: Total number of inodes available in the file system. -
usedInode
: Number of inodes in use. -
usedInodePercent
: Percentage of inodes in use.
Agent download: kube_mon_1.7.2.tar