{"id":13599156,"url":"https://github.com/sile/erldash","last_synced_at":"2026-04-01T19:36:52.339Z","repository":{"id":40450376,"uuid":"477254323","full_name":"sile/erldash","owner":"sile","description":"A simple, terminal-based Erlang dashboard written in Rust","archived":false,"fork":false,"pushed_at":"2026-03-20T18:51:30.000Z","size":2380,"stargazers_count":171,"open_issues_count":0,"forks_count":11,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-20T22:03:04.632Z","etag":null,"topics":["erlang","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-03T06:10:32.000Z","updated_at":"2026-03-20T18:51:34.000Z","dependencies_parsed_at":"2024-07-06T22:09:12.178Z","dependency_job_id":"10de8122-4c58-41c6-a328-88f6e303a048","html_url":"https://github.com/sile/erldash","commit_stats":{"total_commits":62,"total_committers":2,"mean_commits":31.0,"dds":"0.016129032258064502","last_synced_commit":"79e472e90fc316e2449dac91cde658720bac0be5"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/sile/erldash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Ferldash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Ferldash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Ferldash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Ferldash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sile","download_url":"https://codeload.github.com/sile/erldash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sile%2Ferldash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["erlang","rust"],"created_at":"2024-08-01T17:01:00.347Z","updated_at":"2026-04-01T19:36:52.323Z","avatar_url":"https://github.com/sile.png","language":"Rust","funding_links":[],"categories":["Rust","💻 Apps"],"sub_categories":["👨‍💻 System Administration"],"readme":"erldash\n=======\n\n[![erldash](https://img.shields.io/crates/v/erldash.svg)](https://crates.io/crates/erldash)\n[![Actions Status](https://github.com/sile/erldash/workflows/CI/badge.svg)](https://github.com/sile/erldash/actions)\n![License](https://img.shields.io/crates/l/erldash)\n\nA simple, terminal-based Erlang dashboard.\n\n`erldash` connects to an Erlang node using [the dynamic node name feature] (since OTP-23) to collect metrics.\nIt only depends on [`erlang`] and [`erpc`] modules.\nSo you can use this dashboard out of the box without installing any additional packages to the target Erlang node.\n\nMetrics are collected using [`erlang:statistics/1`], [`erlang:memory/0`] and [`erlang:system_info/1`] functions.\n\n![erldash demo](erldash.gif)\n\n[the dynamic node name feature]: https://www.erlang.org/blog/otp-23-highlights/#dynamic-node-name\n[`erlang`]: https://www.erlang.org/doc/man/erlang.html\n[`erpc`]: https://www.erlang.org/doc/man/erpc.html\n[`erlang:statistics/1`]: https://www.erlang.org/doc/man/erlang.html#statistics-1\n[`erlang:memory/0`]: https://www.erlang.org/doc/man/erlang.html#memory-0\n[`erlang:system_info/1`]: https://www.erlang.org/doc/man/erlang.html#system_info-1\n\nInstallation\n------------\n\n### Pre-built binaries\n\nPre-built binaries for Linux and MacOS are available in [the releases page](https://github.com/sile/erldash/releases).\n\n```console\n// An example to download the binary for Linux.\n$ VERSION=...  # Set the target erldash version such as \"0.2.0\"\n$ curl -L https://github.com/sile/erldash/releases/download/${VERSION}/erldash-${VERSION}.x86_64-unknown-linux-musl -o erldash\n$ chmod +x erldash\n$ ./erldash\n```\n\n### With [Cargo](https://doc.rust-lang.org/cargo/)\n\nIf you have installed `cargo` (the package manager for Rust), you can install `erldash` with the following command:\n```console\n$ cargo install erldash\n$ erldash\n```\n\nNote that you need to use Rust 1.85.0 or later to build `erldash`.\n\nUsage\n-----\n\nJust execute the following command:\n\n```console\n$ erldash run $TARGET_ERLANG_NODE\n```\n\nIf you need to specify a cookie value other than `$HOME/.erlang.cookie`, please specify that to `--cookie` option.\n\n`$ erldash --help` shows the detailed help message.\n\nYou can record the collected metrics to a file via `--record \u003cFILE\u003e` option and replay the recorded run using `$ erldash replay \u003cFILE\u003e` command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Ferldash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsile%2Ferldash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsile%2Ferldash/lists"}