Giter Site home page Giter Site logo

simple_network_traffic_monitor_with_graph's Introduction

Network Bandwidth Monitor

This tool provides real-time monitoring of your network's bandwidth usage with a graphical representation. Designed with simplicity in mind, it aggregates data across all network interfaces and displays both uploads and downloads in Mbps.

Screenshot of the tool

Features

  • Real-time Monitoring: Continuously tracks and updates network usage every 0.5 seconds.
  • Graphical Display: Presents the bandwidth usage on a graph for a clear overview.
  • Flexible Time Frames: Allows users to check bandwidth usage for specific time intervals like 1 second, 1 minute, 1 hour, and so on.
  • Database Storage: Stores traffic data in a lightweight SQLite database, ensuring persistence even after shutting down.

Installation

Prerequisites

Make sure you have Python installed on your machine.

Steps

  1. Clone this repository:
git clone https://github.com/MovieHolic-Plex/simple_network_traffic_monitor_with_graph

cd simple_network_traffic_monitor_with_graph

pip install -r requirements.txt

Usage


Run the script using the following command:

python main.py

Once the program is running:

  • You'll initially see the bandwidth usage for the past day.
  • Use the buttons provided to select different time intervals.
  • The graph updates in real-time, showcasing the current traffic rate in Mbps.
  • Below the graph, you'll find the total upload and download data for the selected time frame.

Libraries Used

  • Tkinter: For the graphical user interface.
  • psutil: To gather network statistics.
  • matplotlib: To create the real-time graph.
  • numpy: For numerical operations and data manipulation.
  • sqlite3: For data storage and retrieval.

License

This project is licensed under the MIT License. Check the LICENSE file for more details.

simple_network_traffic_monitor_with_graph's People

Contributors

movieholic-plex avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.