Open jrswab opened 5 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.
net.go
self.Lines[#].Data
Usage Examples: gotop -B ### gotop --bandwidth ###
gotop -B ###
gotop --bandwidth ###
This is in response to issue #80
When this is used
net.go
will calculate the percentage of bandwidth used and return that an the integer toself.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