htop/linux
Nathan Scott f0ed0fdafb Add a new DynamicMeter class for runtime Meter extension
This commit is based on exploratory work by Sohaib Mohamed.
The end goal is two-fold - to support addition of Meters we
build via configuration files for both the PCP platform and
for scripts ( https://github.com/htop-dev/htop/issues/526 )

Here, we focus on generic code and the PCP support.  A new
class DynamicMeter is introduced - it uses the special case
'param' field handling that previously was used only by the
CPUMeter, such that every runtime-configured Meter is given
a unique identifier.  Unlike with the CPUMeter this is used
internally only.  When reading/writing to htoprc instead of
CPU(N) - where N is an integer param (CPU number) - we use
the string name for each meter.  For example, if we have a
configuration for a DynamicMeter for some Redis metrics, we
might read and write "Dynamic(redis)".  This identifier is
subsequently matched (back) up to the configuration file so
we're able to re-create arbitrary user configurations.

The PCP platform configuration file format is fairly simple.
We expand configs from several directories, including the
users homedir alongside htoprc (below htop/meters/) and also
/etc/pcp/htop/meters.  The format will be described via a
new pcp-htop(5) man page, but its basically ini-style and
each Meter has one or more metric expressions associated, as
well as specifications for labels, color and so on via a dot
separated notation for individual metrics within the Meter.

A few initial sample configuration files are provided below
./pcp/meters that give the general idea.  The PCP "derived"
metric specification - see pmRegisterDerived(3) - is used
as the syntax for specifying metrics in PCP DynamicMeters.
2021-07-07 10:59:36 +10:00
..
HugePageMeter.c platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
HugePageMeter.h cleaned up includes with iwyu 2021-05-10 18:40:53 +02:00
IOPriority.h Enclose macro arguments in parentheses 2020-10-28 19:57:10 +01:00
IOPriorityPanel.c platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
IOPriorityPanel.h platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
LibSensors.c platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
LibSensors.h platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
LinuxProcess.c Move CWD field handling to platform-neutral code 2021-05-25 21:55:04 +02:00
LinuxProcess.h Move CWD field handling to platform-neutral code 2021-05-25 21:55:04 +02:00
LinuxProcessList.c Add a new DynamicMeter class for runtime Meter extension 2021-07-07 10:59:36 +10:00
LinuxProcessList.h Add a new DynamicMeter class for runtime Meter extension 2021-07-07 10:59:36 +10:00
Platform.c platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
Platform.h Add a new DynamicMeter class for runtime Meter extension 2021-07-07 10:59:36 +10:00
PressureStallMeter.c platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
PressureStallMeter.h cleaned up includes with iwyu 2021-05-10 18:40:53 +02:00
ProcessField.h Move CWD field handling to platform-neutral code 2021-05-25 21:55:04 +02:00
SELinuxMeter.c platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
SELinuxMeter.h cleaned up includes with iwyu 2021-05-10 18:40:53 +02:00
SystemdMeter.c platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
SystemdMeter.h cleaned up includes with iwyu 2021-05-10 18:40:53 +02:00
ZramMeter.c platform-dependent files included relative to main source directory 2021-05-10 18:40:53 +02:00
ZramMeter.h cleaned up includes with iwyu 2021-05-10 18:40:53 +02:00
ZramStats.h Linux: overhaul memory partition 2021-02-07 12:41:52 +01:00