Servyy is a small single page server dashboard and browser. It gives you a very short and fundamental overview about your server. You just need to upload one file, the Servyy.php to your server. If everything goes fine, it gives you in your browser some load and usage data from your machine in a nice way. With the browser you can navigate through your filesystem.
Linux (with english or german locale)
Apache or nginx
PHP >= 5.3.0
shell_exec (access to console commands)
Just upload Servyy.php (only one file) to your server and open it in your browser:
wget https://raw.githubusercontent.com/jamsouf/servyy/master/Servyy.php
Overview
All important server data on one page.
--
CPU load
The different cpu load categories and a total cpu load.
--
Memory usage
Available and used memory or swap.
--
Disk usage
All filesystems on your server with the available and used size.
--
Tasks
Number of the tasks and the most commonly used processes.
--
Processes
CPU and memory usage of the top processes.
Browser
Directory and file browser.
--