ntop
display network usage in web browser
Install
- All systems
-
curl cmd.cat/ntop.sh
- Debian
-
apt-get install ntop
- Ubuntu
-
apt-get install ntop
- Alpine
-
apk add ntop
- Arch Linux
-
pacman -S ntop
- Fedora
-
dnf install ntop
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ntop
- Raspbian
-
apt-get install ntop
- Dockerfile
- dockerfile.run/ntop
- Docker
-
docker run cmd.cat/ntop ntop
powered by Commando
ntop
display network usage in web browser
ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. ntop users can use a web browser to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of: * a web interface * limited configuration and administration via the web interface * reduced CPU and memory usage (they vary according to network size and traffic) make ntop easy to use and suitable for monitoring various kind of networks. This package contains the ntop daemon.
ntop-dbg
display network usage in web browser (debug symbols)
ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does. ntop is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well. ntop users can use a web browser to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status. In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of: * a web interface * limited configuration and administration via the web interface * reduced CPU and memory usage (they vary according to network size and traffic) make ntop easy to use and suitable for monitoring various kind of networks. This package contains the debug symbols for the ntop daemon.