ZFS arcstats for Solaris

This commit is contained in:
Ross Williams
2019-07-08 02:43:39 +00:00
parent a88d2e313d
commit ff6914e4ad
5 changed files with 66 additions and 2 deletions

View File

@ -60,6 +60,8 @@ void Platform_setMemoryValues(Meter* this);
void Platform_setSwapValues(Meter* this);
void Platform_setZfsArcValues(Meter* this);
char* Platform_getProcessEnv(pid_t pid);
#endif