[#480] SysArchMeter to view kernel/arch info

At start, SysArchMeter calls the uname function to obtain the kernel
version and architecture. If available, the distro version is obtained
by calling lsb_release. The obtained values are stored in static
variables and used when updating the meter.
This commit is contained in:
ahgamut
2021-01-27 15:15:48 +05:30
committed by BenBE
parent 7bfa466abe
commit 51e79ddc07
10 changed files with 113 additions and 0 deletions

View File

@ -67,6 +67,7 @@ myhtopsources = \
Settings.c \
SignalsPanel.c \
SwapMeter.c \
SysArchMeter.c \
TasksMeter.c \
TraceScreen.c \
UptimeMeter.c \
@ -121,6 +122,7 @@ myhtopheaders = \
Settings.h \
SignalsPanel.h \
SwapMeter.h \
SysArchMeter.h \
TasksMeter.h \
TraceScreen.h \
UptimeMeter.h \