An open API service indexing awesome lists of open source software.

https://github.com/yashvardhan-kukreja/surveilpy

A monitoring library to display metrics of your remote server on your terminal itself!
https://github.com/yashvardhan-kukreja/surveilpy

Last synced: 3 months ago
JSON representation

A monitoring library to display metrics of your remote server on your terminal itself!

Awesome Lists containing this project

README

        

# SurveilPy
Your friendly CLI to display metrics of your server with histograms, gauges and charts "on your terminal itself"!

### This is my proposal for PyCon 2020 :)

### Here's the Link
### **Do upvote it if you find nice and I'll be ultra grateful :)**

---

## Problem Statement
There are a plethora of ways of monitoring your remotely hosted servers on some public cloud. And monitoring them is a crucial deed considering the fact that it helps you facilitate scaling decisions. Now, setting up monitoring is a hectic task like dealing with elasticsearch, logstash, kibana, grafana, Prometheus and what not.

## About my talk
I'll talk and teach live about building a monitoring library, surveilpy, from scratch in Python which will display all the relevant metrics like CPU Usage, memory usage, diskio, file, network bandwidth and what not on the Terminal UI itself in the form of gauges, piecharts, histograms and line charts. The terminal itself is going to have UI embedded in it.

**So, install surveilpy and just execute one command to fetch and display every possible relevant metric of your remote server in front of your eyes, on the terminal itself!**

---