If you’re looking for a lightweight monitoring tool for your server and you think you want to try something else besides htop, you can look at glances. Install it with:
pip install --user 'glances[all]'
After installation, run the tool with
glances
Have fun!