JaminB / NetViz

A Very Simple Vizualization Tool for CSV Formatted Network Logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetViz

A Very Simple Vizualization Tool for CSV Formatted Network Logs

Version 0.2.1
Author: Jamin Becker
License: GNU GPLv3

Analytics Interface

NetViz allows you to easily vizualize any CSV formatted network log as long as it contains the following column equivalents:

  • Source IP
  • Destination IP
  • Source Port
  • Destination Port
  • Bytes Sent / Received

Installation/Usage

Prerequisites

  • Python 2.7 (tested)

On Windows

  • Unzip the archive
  • Navigate back to the top-level directory and double click start.py (You may be prompted to add a firewall rules, this is needed to start a local webserver on port 8000
  • Navigate to http://localhost:8000

On Linux

About

A Very Simple Vizualization Tool for CSV Formatted Network Logs

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.8%Language:HTML 13.0%Language:Python 12.1%Language:CSS 0.0%