Custom Nload Copy Network Monitor For Purely Traffic Made By TCP
- apt-get update
- apt install golang-go
- apt install git
- apt install screen
- git clone https://github.com/tcpfailed/monitor
- cd monitor
- go mod init monitor or go mod init
- go mod tidy
- go build nload.go
- chmod 777 * (only if compiling)
- (manual non compiled) go run nload.go [optional parameters: -t timeout]
- (manual compiled) go run ./nload [optional parameters: -t timeout]
- (auto compiled) screen go run ./nload [optional parameters: -t timeout]
- (auto non compiled) screen go run nload.go [optional parameters: -t timeout]
if it doesnt fit your screen size edit line 21 : GRAPH_HEIGHT = 20 and replace the number to your needed height. or just resize your ssh terminal