Skip to content
/ tyu Public

Tyu is a smal command line utility to display common system informations

License

Notifications You must be signed in to change notification settings

miniwark/tyu

Repository files navigation

license release Build Status Test coverage Go Report Card

tyu

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.

Installation

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

Usage

Simply lauch tyu in the terminal:

tyu

To quit the program type q.

Screenshot

tyu_screenshot

Contribute

The source code and issue tracker are available at Github.

if your are planing to contribute, please read our guildelines.

Building

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

License

tyu is licensed under the MIT license.

About

Tyu is a smal command line utility to display common system informations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages