[GLLUG] console based monitoring of server.

Charles Ulrich charles at bityard.net
Sat Dec 31 17:40:24 EST 2016


Hi Peter,

No doubt there are probably several that will do this with enough 
tweaking. But in my experience, you can spend hours looking for one 
that's close enough or 15 minutes just scripting the one you want:

#!/bin/sh
source /etc/os-release
echo "$PRETTY_NAME / $(uname -s) $(uname -r) $(uname -m)"
echo
uptime
echo
free
echo
df -h /
echo
ip addr show eth0 | grep inet

Just run something like that with the "watch" command for automatic updates.

Thanks,
Charles

On 12/31/2016 12:04 PM, Peter Christenson wrote:
> Good day and happy new year to everyone on the GLLUG mailing list.
>
> I am contemplating on how I want to setup and display information on my
> console, and would like your feedback and recommendations.
>
> I want to setup a auto login/limited user on my system. (Debian) that
> shows a clean simple overview of the servers stats.  (think ESXi console)
> things that I would like it to do/show
>
>   * always on console, very low footprint so probably no X.
>   * show standard info,eg.
>       o GNU/Linux 14.1 / Debian 8.4 Jessie
>       o System information (as of Sat Dec 31 15:55:37 2016)
>       o System load:  0.00               Memory usage:  41%
>       o Processes:    72                 Swap usage:    0%
>       o Usage of /:   12.5% of 49.09GB
>       o IP address for eth0:  192.168.1.119
>       o  but with updates
>   * it would be nice to have Temp/Fan stats
>   * ability to login with other credentials and change settings
>
> I hope your feedback can guide me in the right direction.
> thank you for your time.
> Peter.
>
>
>
> _______________________________________________
> linux-user mailing list
> linux-user at egr.msu.edu
> http://mailman.egr.msu.edu/mailman/listinfo/linux-user
>


More information about the linux-user mailing list