ntopng

ntopng
Developer(s) Luca Deri
Stable release
2.4 / 27 June 2016 (2016-06-27)[1]
Repository github.com/ntop/ntopng
Written in C++, Lua
Platform Cross-platform: Unix, Linux, Windows
Available in English
Type Network analyzer
License GPLv3
Website www.ntop.org

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 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.

See also

References

  1. "Announcing ntopng 2.4: Efficiency is Beauty". ntop. Retrieved 2016-11-16.
This article is issued from Wikipedia - version of the 11/16/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.