getop
Erlang/OTP application for investigating distributed systems
Install
- All systems
-
curl cmd.cat/getop.sh
- Debian
-
apt-get install erlang-observer
- Ubuntu
-
apt-get install erlang-observer
- Alpine
-
apk add erlang-observer
- Kali Linux
-
apt-get install erlang-observer
- Fedora
-
dnf install erlang-observer
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install erlang-observer
- Raspbian
-
apt-get install erlang-observer
- Dockerfile
- dockerfile.run/getop
- Docker
-
docker run cmd.cat/getop getop
powered by Commando
erlang-observer
Erlang/OTP application for investigating distributed systems
The OBSERVER application contains tools for tracing and investigation of distributed systems. They include etop - a tool for presenting information about Erlang processes, and crashdump_viewer - a HTML based tool for browsing Erlang crashdumps.