Currently, if you go to the "Server Info" tab on Nextcloud, it will read information to you like CPU load, memory usage, user shares, etc. Well, currently, memory usage doesn't appear on FreeBSD servers because it uses information from /proc. Really all it needs then is maximum memory usage and memory used or free. I think if I grep (PHP equivalent) memory from /var/run/dmesg.boot it wouldn't be hard then to extract the data. Would this be a reasonable alternative to pursue, or is there a better method that would be similar to /proc/meminfo?