From aa29ce5a243320559f8f83d9434bc55f20ae9aec Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 25 Aug 2019 06:45:30 +0200 Subject: Overview screens also ported to remote mode --- remote/netstat.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 remote/netstat.sh (limited to 'remote/netstat.sh') diff --git a/remote/netstat.sh b/remote/netstat.sh new file mode 100755 index 0000000..f2d1927 --- /dev/null +++ b/remote/netstat.sh @@ -0,0 +1,15 @@ +#! /bin/bash + +. lib/status.sh + + + +decorate "Incomming:" purple; echo +scripts/netstat-in.sh | grep -v "android-d855cbd1c9f827d" | grep -v "pdv-time-capsule-2.ipe.kit.edu" | column -t + +echo +echo + +decorate "Outgoing:" purple; echo +sudo scripts/netstat-out.sh | grep -v "android-d855cbd1c9f827d" | column -t + -- cgit v1.2.3