ntopng

ntopng is computer software for monitoring traffic on a computer network. It is designed to be a high-performance, low-resource replacement for ntop. The name is derived from ntop next generation. ntopng is open-source software released under the GNU General Public License (GPLv3) for software. Source code versions are available for the operating systems: Unix, Linux, BSD, Mac OS X, and Windows. Binary versions are available for CentOS, Ubuntu, and OS X. A demo binary is available for Windows that limits analysis to 2,000 packets. ntopng's engine is written in the programming language C++. The optional web interface is written in Lua.

ntopng
Developer(s)Luca Deri
Stable release
4.0 / 29 March 2020 (2020-03-29)[1]
Repository
Written inC++, Lua
PlatformCross-platform: Unix, Linux, Windows
Available inEnglish
TypeNetwork analyzer
LicenseGPLv3
Websitewww.ntop.org 

ntopng relies on the Redis key-value server rather than a traditional database, takes advantage of nDPI for protocol detection, supports geolocation of hosts, and is able to display real-time flow analysis for connected hosts.

Sample use

ntopng --dns-mode 1 --interface 5 --daemon --redis localhost:6379 --verbose

Explanation: run ntopng executable, set DNS mode to decode DNS responses and resolve all numeric IPs, use fifth network interface, operate in daemon mode, use Redis server running on local host, and operate in verbose mode.

gollark: Phones have accursedly horrible boot processes and software stacks.
gollark: Phone #1 died to screen damage and then being consigned to wait for replacement parts forever, phone #2 died to a manufacturing defect (friend's identical one had it too) where the micro-USB port apioformed, phone #3 mysteriously had touchscreen failure, phone #4 is working but has a somewhat degraded battery.
gollark: All my phones have suffered damage of some kind to non-core parts, because apparently the computer bits are extremely reliable.
gollark: You would need an ESP32 *and* screen thing *and* 4G modem.
gollark: Macron cannot do any operation on integers except 3n+1 and n/2.

See also

References

  1. "Releases - ntop/ntopng". Retrieved 29 March 2020 via GitHub.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.