php-landing icon indicating copy to clipboard operation
php-landing copied to clipboard

A beautifully simple PHP server landing page

Results 4 php-landing issues
Sort by recently updated
recently updated
newest added

The meter for the swap space should not display at all if the total swap size is 0 bytes.

bug

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...

bug

I mean, who wouldn't want to see some basic server stats on their phone? 😋

enhancement

Use something like this: `df -l | sed '1d' | grep -Ev "^(udev|tmpfs|none) "`

enhancement