ntopng — 웹 기반 네트워크 트래픽 모니터링
ntop의 웹 기반 네트워크 트래픽/보안 관측 도구. pcap 기반 가시화, NetFlow/sFlow/IPFIX, eBPF 연동, 대시보드/알림 계층이 핵심이다.
개요
ntopng는 네트워크 사용량과 트래픽 패턴을 웹 UI로 보여 주는 오픈소스 관측 도구다. GitHub 설명은 이를 웹 기반 traffic and security monitoring application으로 소개하고, 포지셔닝은 네트워크 흐름 분석과 보안 가시화에 맞춰져 있다. ^[raw/articles/github-ntop-ntopng.md]
저장소는 매우 큰 C++/Lua/Vue 모노레포이며 http_src/, httpdocs/, src/, tests/, docker/, python/, kibana/ 같은 실전용 디렉터리를 갖는다. GitHub 언어 분포도 Lua와 C++가 중심이고, 프런트엔드는 Vue/JavaScript가 받쳐 주는 형태다. ^[raw/articles/github-ntop-ntopng.md]
저장소 포인트
- GPLv3로 공개되어 있다. ^[raw/articles/github-ntop-ntopng.md]
- GitHub topic은 docker, kubernetes, sflow, netflow, ipfix, snmp, realtime, packet analysis, eBPF를 중심으로 구성된다. ^[raw/articles/github-ntop-ntopng.md]
- 최신 릴리스는 6.6 Stable이며 GitHub release page 기준 2025-11-17이다. ^[raw/articles/github-ntop-ntopng.md]
- 패키지는 Debian/Ubuntu, RHEL 계열, Windows, Raspberry Pi, FreeBSD/OPNsense/pfSense까지 폭넓게 배포된다.
왜 저장했나
- 네트워크 모니터링, 보안 가시화, 실시간 대시보드 영역의 기준점이다.
- Hermes 위키 안에서는 운영 관측, 대시보드, 데이터 수집 계층을 비교할 때 참고하기 좋다.
[[2026-04-22-trendradar]]처럼 운영 모니터링 대시보드와 비교할 수 있다.