gmsv_serverstat
gmsv_serverstat copied to clipboard
📊 Fetch & monitor your server's resource usage through Lua
lua_run require("serverstat") > require("serverstat")... [ERROR] lua_run:1: Couldn't load module library! (/lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /root/gmod/garrysmod/lua/bin/gmsv_serverstat_linux.dll)) 1. require - [C]:-1 2. unknown - lua_run:1 Ubuntu 18.04 > print((system.IsWindows()and"Windows"or...
Recently, I switched from the old version of this module to the new one and I noticed that the `ProcessCPUUsage` field was giving completely ununderstandable values and didn't seem to...