Erldash - terminal-based Erlang dashboard

Hello, everyone!

I just released the initial version of erldash that is a simple, terminal-based dashboard for Erlang:

This dashboard collects various metrics using the standard functions (such as erlang:statistics/1 and erlang:memory/0) from a target remote Erlang node and provides interactive terminal UI to investigate those metrics.

Please give it a try if you’re interested. I’d really love to get any feedback.

30 Likes

Ooo that looks nice, and it looks like TUI I wager? ^.^

3 Likes

Very nice! I just tried this out and all just worked and very smoothly! :partying_face:

5 Likes

Yes, it’s built on top of a TUI framework (GitHub - fdehau/tui-rs: Build terminal user interfaces and dashboards using Rust) :smile:

3 Likes

That is some of the coolest stuff I have ever seen :astonished: :heart_eyes:

3 Likes

Is system_info.processe_count a typo btw?

3 Likes

Oops…, you are right. Fixed in the latest version. Thanks!

3 Likes

Wow! This looks great. :star_struck:

3 Likes