tyu
is a small command line utility to display basic system informations.
tyu
display system informations like, OS type, CPUs, memory usage, disk usage and network trafic in real time. tyu
is intended to be a basic tool to check main informations in a quick and clear way. It is not intended to be another top
, iftop
, iotop
(and alternatives) with a detailed monitoring.
tyu
is written with the Go language, you need to have it available on your system.
Then you can install tyu
with the go get
command:
go get github.com/miniwark/tyu
Simply lauch tyu
in the terminal:
tyu
To quit the program type q
.
The source code and issue tracker are available at Github.
if your are planing to contribute, please read our guildelines.
You can build tyu
from sources:
Firstly install gopsutils and termui depedencies:
go get github.com/shirou/gopsutil
go get github.com/gizak/termui
go get github.com/ogier/pflag
then download and build tyu
:
git clone https://github.com/miniwark/tyu.git
cd tyu
go install
tyu
is licensed under the MIT license.