diff --git a/src/server/main.c b/src/server/main.c index 11b67326..fd47da50 100644 --- a/src/server/main.c +++ b/src/server/main.c @@ -140,6 +140,11 @@ int main(int argc, char *argv[]) } switch (cmnd.command) { + case GLIBTOP_CMND_SYSDEPS: + sysdeps.features = GLIBTOP_SYSDEPS_ALL; + glibtop_output (sizeof (glibtop_sysdeps), &sysdeps); + glibtop_output (0, NULL); + break; case GLIBTOP_CMND_CPU: #if GLIBTOP_SUID_CPU glibtop_get_cpu__p (&server, &data.cpu);