php-landing
php-landing copied to clipboard
A beautifully simple PHP server landing page
The meter for the swap space should not display at all if the total swap size is 0 bytes.
On Linux/UNIX systems with multiple CPU cores/threads, the CPU usage is based on load average without dividing by cores or capping the values. This isn't ever going to be completely...
I mean, who wouldn't want to see some basic server stats on their phone? 😋
Use something like this: `df -l | sed '1d' | grep -Ev "^(udev|tmpfs|none) "`