New API to retrieve disk stats in Linux

This commit is contained in:
James Dominic P. Guana
2020-05-23 08:26:34 +08:00
committed by Robert Roth
parent d49e17039e
commit 9e62440b31
18 changed files with 272 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ glibtop_call_l (glibtop *server, unsigned command, size_t send_size,
CHECK_CMND(GLIBTOP_CMND_QUIT);
CHECK_CMND(GLIBTOP_CMND_SYSDEPS);
CHECK_CMND(GLIBTOP_CMND_CPU);
CHECK_CMND(GLIBTOP_CMND_DISK);
CHECK_CMND(GLIBTOP_CMND_MEM);
CHECK_CMND(GLIBTOP_CMND_SWAP);
CHECK_CMND(GLIBTOP_CMND_UPTIME);