Coder Social home page Coder Social logo

nic_monitor's Introduction

NIC monitor

Motivation

It is often very useful to monitor network traffic on your server's NIC (network interface controller). If you run a VPS on Digital Ocean, the NIC traffic information can be found on the dashboard page. However there are some drawbacks. For example

  • Time resolution is not adjustable.
  • Data is not persisted and you cannot get history data.

This project aims at creating a service running on your VPS, monitoring NIC traffic and persisting data into MySQL database. It also maintains a RESTful HTTP service for requests of such data. The data can be displayed in very flexible ways by the frontend. The project can also be extended to monitor and persist other critical server information, such as CPU usage, memory usage, you name it.

Example

The code is deployed to jcui.info and a visualization of NIC traffic on this host is at http://jcui.info/nicmonitor/ Alt text

Usage

Dependency management and build tool

We use pants to build the project. For installation guide please refer to http://www.pantsbuild.org/install.html

To build the project into a fat jar

$ ./pants binary untitled/nic_monitor/server:nic-monitor-server

Run the jar on your server

$ java -jar nic-monitor-server.jar -username <your-mysql-username> -password <your-mysql-password>

nic_monitor's People

Contributors

victordion avatar

Stargazers

 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.