Statsview is a real-time Golang runtime stats visualization profiler. It is built top on another open-source project, go-echarts, which helps statsview to show its graphs on the browser.
Skydive is an open source real-time network topology and protocols analyzer. It aims to provide a comprehensive way of understanding what is happening in the network infrastructure.
pg_flame
A flamegraph generator for Postgres EXPLAIN ANALYZE output.
Demo
Try the demo here.
Installation
Homebrew
You can install via Homebrew with the follow command:
$ brew install mgartner/
asciigraph
Go package to make lightweight ASCII line graphs βββ―.
Installation
go get github.com/guptarohit/asciigraph
Usage
Basic graph
package ma
jp
Dead simple terminal plots from JSON (or CSV) data. Bar charts, line charts, scatter plots, histograms and heatmaps are supported.
Get it
Use it
Examples
Bar chart
Separate X and Y val
Promviz
Promviz is an application that helps you visualize the traffic of your cluster from Prometheus data.
It has 2 components:
Promviz: retrieves data from Prometheus servers, aggregates them and provides an
Glot
glot is a plotting library for Golang built on top of gnuplot. glot currently supports styles like lines, points, bars, steps, histogram, circle, and many others. We are continuously making efforts to add more
The open-source platform for monitoring and observability.
Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team a
π
promplot
promplot is an opinionated tool to create plots from your Prometheus metrics and automatically sends them to you.
Slack example:
promplot -title "Open File Descriptors" -query "process_open_fd
chart
Quick & smart charting for STDIN
Blogpost
Learn by example!
Cheatsheet
Syntax
chart [options]
pie: render a pie chart
bar: render a bar chart
line: render a line chart
Go basic template
This example shows how to use Anychart library with the Go programming language and MySQL database.
Running
To use this sample you must have Go installed as described here, and follow the
Pizzeria
Pizzeria is a chart generator as a service
What is it?
The main inspiration of Pizzeria was Google deprecated chart api. We believe that sometimes developers need to have a simple way to generate i
go-chart
Package chart is a very simple golang native charting library that supports timeseries and continuous line charts.
Master should now be on the v3.x codebase, which overhauls the api significantly. Per usual