Giter Site home page Giter Site logo

machine-status's Introduction

Machine-Status ๐Ÿ’ป๐Ÿ“Š

Machine Status (CPU usage + Memory usage + Disk usage) tracking using node-js.

GitHub top language GitHub

How it works?

It runs on a configured schedule and gather system's information (CPU usage + Memory usage + Disk usage), save it to a local Sqlite3 database and then provides a routine to export these data to CSV so you can run your analysis/reports on it :)

Getting started

Install Global Dependancies

Running the project

  • Download zip, or clone the repo git clone https://github.com/Agezao/machine-status.git
  • cd to project folder
  • run [sudo] npm install (first time users)
  • edit config with your informations and rename it to index.js (instead of index.example.js)
  • npm start

Querying data

To later query the data, you can use the CLI of sqlite to search inside the .sqlite3 file.

or

run npm run export and it'll generate one .csv with all your sql data in a structured manner.

License

Do whatever you want. open-source MIT license.

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.