IfTop For Linux
Page 1 of 1
IfTop For Linux
- Code:
sudo apt install -y iftop
- Code:
sudo iftop -i enp0s3
- Code:
sudo iftop -i eth0
- Code:
sudo iftop -i tun0
Re: IfTop For Linux
- Code:
#!/bin/bash
# (c) J~Net 2018
#
# jnet.forumotion.com/t1632-iftop-for-linux#2512
#
# Example ./iftop.sh enp0s3
#
#
#
#
myvar="$1"
#
if [ -z "$1" ]
then
echo "Enter Network To Monitor For Example:"
echo "enp0s3 or eth0 or tun0 Or wlan0"
read myvar
fi
sudo iftop -i "$myvar"
- Code:
./iftop.sh eth0
Similar topics
» Find your linux repo lists on Linux
» how to setup samba for linux config and allowing linux shares and adding users to samba commands
» use inkscape for linux for a good graphic editor for linux
» KDE 5 for Linux Mint 17 and other linux distros like open suse
» How To Use Linux Mint Extensions in any linux distro
» how to setup samba for linux config and allowing linux shares and adding users to samba commands
» use inkscape for linux for a good graphic editor for linux
» KDE 5 for Linux Mint 17 and other linux distros like open suse
» How To Use Linux Mint Extensions in any linux distro
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum