tiptop
Command-line system monitoring with graphs
TLDR
Launch the system monitor
$ tiptop
Monitor a specific network interface$ tiptop --net [eth0]
SYNOPSIS
tiptop [--log log] [--net net]
DESCRIPTION
tiptop is a system monitoring tool in the spirit of top that displays CPU, memory, disk, network, and other system stats with graphical visualizations. It works across all major operating systems.
HISTORY
tiptop was created by Nico Schloemer (nschloe) and is written in Python using Textual and psutil.

