Cat-Drink commented on PR #83:
URL: https://github.com/apache/bigtop-manager/pull/83#issuecomment-2423848173
> on API "/api/monitoring/agentinfo": disk info of AgentInfo could display
with separate file system ? from { "hostname": "linux-follower-2", "iPv4addr":
"192.168.65.6", "cpuInfo": "QEMU Virtual CPU version 2.5+", "time":
"2024-10-19T19:18:49", "os": "Linux", "architecture": "amd64",
"physical_cores": "1", "memIdle": 1500139520, "memTotal": 3840593920,
"diskFreeSpace": 125490970624, "diskTotalSpace": 131423035392 } to {
"hostname": "linux-follower-2", "iPv4addr": "192.168.65.6", "cpuInfo": "QEMU
Virtual CPU version 2.5+", "time": "2024-10-19T19:18:49", "os": "Linux",
"architecture": "amd64", "physical_cores": "1", "memIdle": 1500139520,
"memTotal": 3840593920, "device0Name": "/dev/mapper/rl-home"
"device0FreeSpace": 125490970624, "device0TotalSpace": 131423035392,
"device1Name": "/dev/mapper/rl-root" "device1FreeSpace": 125490970624,
"device1TotalSpace": 131423035392, }
>
> DISK IO could also displayed with file system related ? not only displayed
physical disk. as maybe we don't know which file system used higher Disk IO.
such as exists disk sda, two part in it. one is /dev/sda1 mount on / , another
is /dev/sda2 mount on /home, then we can clear / and /home are using higher
disk IO
Regarding Disk IO, we can obtain information about devices such as /dev/sda,
/dev/sdb, etc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]