1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 03:17:04 +00:00

example for statsviz real-time monitor + ui

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-03-02 06:29:56 +02:00
parent c7f90f7e65
commit da50af4ffd
4 changed files with 250 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
* [Caddy](caddy)
* [Bootstrapper](bootstrapper)
* [Project Structure](project) :fire:
* Monitor
* [Simple Proccess Monitor (includes UI)](monitor/monitor-middleware/main.go) **NEW**
* [Heap, MSpan/MCache, Size Classes, Objects, Goroutines, GC/CPU fraction (includes UI)](monitor/statsviz/main.go) **NEW**
* Database
* [MySQL, Groupcache & Docker](database/mysql)
* [MongoDB](database/mongodb)