Giter VIP home page Giter VIP logo

cn-monitoring-system's Introduction

CN-Monitoring-System

Final project of Computer Network course at Amirkabir University of Technology. The project is the implementation of a monitoring prometheus metric client that receive metrics from different agent and merge them in prometheus metrics and expose them for Prometheus Scraper.

Requirements

prometheus-client
psutil

You can install them just by entering:

pip install -r requirements.txt

How to use it?

To run this project, at first, you should run metric_server to initiate a MetricServer and start to listen for metrics of other agents.

python3 metric_server.py

then in separate shell, run metric_agent to initiate a MetricAgent to extract metrics from the system and send them to the MetricServer. You can pass a name and an interval (in seconds) to this agents. If you don't do that, based on current time, a hash code assigned to it and default interval is set to 2 seconds.

python3 metric_agent.py <agent_name:str> <agent_interval:int>

Metrics

CPU

  • Percentage of CPU Utilization
  • CPUs Average Frequency
  • CPU Temperature
  • CPU Fan Speed

Memory

  • Percentage of Memory Usage
  • Bytes of Memory Used

Swap

  • Percentage of Swap Usage
  • Bytes of Swap Used

Network

  • # of Packets Sent over Network
  • # of Packets Received over Network
  • # of Connections (INET connections)

Battery

  • Percentage of Battery Power

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.