Display CPU/Memory/Network/System Usage at startup instead of terminal login

Hi,

Is it possible to display these statistics upon startup FreeBSD after loading all services? eventually with Menu to jump to Shell and menu with something like, press R to reboot, or S to shutdown?

Regards,
Donald.
 
Only if you create a script that will catch the output of commands like sysctl -a | grep temperature and make it run with another script after login.
In theory everything is possible if you know programming and shell scripting. The easiest you can do is to install a window manager like dwm, remove the top bar and just install conky and a basic terminal.
 
Back
Top