ntopng

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 178.184.53.212 (talk) at 16:25, 16 November 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

ntopng
Developer(s)Luca Deri
Stable release
2.4 / 27 June 2016; 7 years ago (2016-06-27)[1]
Repository
Written inC++, Lua
PlatformCross-platform: Unix, Linux, Windows
Available inEnglish
TypeNetwork analyzer
LicenseGPLv3
Websitewww.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.

External links