Code Monkey home page Code Monkey logo

awesome-monitoring's Introduction

awesome-monitoring's People

Contributors

aclarembeau avatar alimickey avatar bogkonstantin avatar ealtintas avatar ebennetteng avatar enapiuz avatar hennidan avatar ibering avatar kefzce avatar mmaksimovic avatar mstfydmr avatar ntbosscher avatar nzldev avatar otisg avatar prathamesh-sonpatki avatar rincewindshat avatar skuldnorniern avatar spekulatius avatar thomasardal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-monitoring's Issues

monitoring long-term network speed

im looking for tools to measure my exact network speed (exact to one minute) over one month
historical data should not be compressed like RRD (round-robin database)

use case: document the illegal network speed throttling by my ISP
which causes my network speed to drop to near-zero for about 1/3 of the month
(this speed throttling is illegal, because my ISP guarantees a minimum speed)

there are hundreds of apps to monitor my network traffic (bytes)
but i want to monitor both traffic (bytes) and speed (bytes per second)

possible solutions

grafana

grafana + prometheus + node exporter
https://grafana.com/grafana/dashboards/?search=Node+Exporter

source

rate(node_network_receive_bytes_total{device="eth0"}[1m])
rate(node_network_transmit_bytes_total{device="eth0"}[1m])

source

irate(node_network_receive_bytes_total{instance="192.168.207.161:9100",device="ens33"}[1m]) * 8
irate(node_network_transmit_bytes_total{instance="192.168.207.161:9100",device="ens33"}[1m]) * 8

speedometer

speedometer - too simple

not wanted

internet speed monitors based on speedtest.net
my network is already saturated, so i dont want to add more network load

exemple of a simple application to practice monitoring and logging

I'm trying to learn monitoring and logging, so to be able to learn those skills, I need a simple web application that generate logs.

PS: i need a real simple app not a generator of logs, because i wanna practice also APM

URL to some github or gitlab repo will be so helpful

exemple of a simple application to practice monitoring and logging

I'm trying to learn monitoring and logging, so to be able to learn those skills, I need a simple web application that generate logs.

PS: i need a real simple app not a generator of logs, because i wanna practice also APM

URL to some github or gitlab repo will be so helpful

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.