summaryrefslogtreecommitdiffstats
path: root/linux/Platform.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-02-13 22:42:42 +0100
committercgzones <cgzones@googlemail.com>2023-02-19 17:56:50 +0100
commit62f4628efef67280c7c480dcd5df65867bd4d960 (patch)
treea69be694920bde5dcb24df5103635a9af5fa3e0c /linux/Platform.h
parent3519b383c705de6c41bdec7b87367d5e3c88ec02 (diff)
Implement File Descriptor Meter support for Linux
Diffstat (limited to 'linux/Platform.h')
-rw-r--r--linux/Platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/Platform.h b/linux/Platform.h
index f6ac1880..1621d562 100644
--- a/linux/Platform.h
+++ b/linux/Platform.h
@@ -79,6 +79,8 @@ FileLocks_ProcessData* Platform_getProcessLocks(pid_t pid);
void Platform_getPressureStall(const char* file, bool some, double* ten, double* sixty, double* threehundred);
+void Platform_getFileDescriptors(double* used, double* max);
+
bool Platform_getDiskIO(DiskIOData* data);
bool Platform_getNetworkIO(NetworkIOData* data);

© 2014-2024 Faster IT GmbH | imprint | privacy policy