cjbassi / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
GNU Affero General Public License v3.0
7.36k stars 436 forks source link

Created the option to add total Mbps as an opiton. #169

Open jrswab opened 4 years ago

jrswab commented 4 years ago

When this is used net.go will calculate the percentage of bandwidth used and return that an the integer to self.Lines[#].Data. If the bandwidth option is not specified it defaults to zero and all functionality is as it was before the option existed.

Usage Examples: gotop -B ### gotop --bandwidth ###

This is in response to issue #80