Handle LVM and RAID

This commit is contained in:
James Dominic P. Guana
2020-05-26 10:57:48 +08:00
committed by Robert Roth
parent 9e62440b31
commit 9cbb3b91f1
6 changed files with 229 additions and 36 deletions

View File

@@ -80,7 +80,7 @@ struct _glibtop
int socket; /* Accepted connection of a socket */
int ncpu; /* Number of CPUs, zero if single-processor */
int real_ncpu; /* Real number of CPUs. Only ncpu are monitored */
int ndisk; /* Number of DISKs, zero if single-disk */
int ndisk; /* Number of DISKs, zero if single-disk */
int real_ndisk; /* Number of PHYSICAL DISKs. Only ncpu is monitored */
unsigned long os_version_code; /* Version code of the operating system */
const char *name; /* Program name for error messages */