mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-16 05:54:34 +03:00
Linux: handle hugepages
Subtract hugepages from normal memory. Add a HugePageMeter. Closes: #447
This commit is contained in:

committed by
cgzones

parent
71f51a20c1
commit
4d85848988
@ -126,6 +126,7 @@ myhtopheaders = \
|
||||
# -----
|
||||
|
||||
linux_platform_headers = \
|
||||
linux/HugePageMeter.h \
|
||||
linux/IOPriority.h \
|
||||
linux/IOPriorityPanel.h \
|
||||
linux/LibSensors.h \
|
||||
@ -145,6 +146,7 @@ linux_platform_headers = \
|
||||
if HTOP_LINUX
|
||||
AM_LDFLAGS += -rdynamic
|
||||
myhtopplatsources = \
|
||||
linux/HugePageMeter.c \
|
||||
linux/IOPriorityPanel.c \
|
||||
linux/LibSensors.c \
|
||||
linux/LinuxProcess.c \
|
||||
|
Reference in New Issue
Block a user