Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabbitmq/looking_glass
An Erlang/Elixir/BEAM profiler tool
https://github.com/rabbitmq/looking_glass
erlang profiling tracing
Last synced: about 1 month ago
JSON representation
An Erlang/Elixir/BEAM profiler tool
- Host: GitHub
- URL: https://github.com/rabbitmq/looking_glass
- Owner: rabbitmq
- License: other
- Created: 2017-02-28T14:19:50.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T03:26:21.000Z (9 months ago)
- Last Synced: 2024-05-02T00:30:03.221Z (9 months ago)
- Topics: erlang, profiling, tracing
- Language: Erlang
- Homepage:
- Size: 306 KB
- Stars: 140
- Watchers: 30
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
Awesome Lists containing this project
- beamtoolbox - [erl
README
= Looking Glass
Looking Glass is a tracer and profiler for Erlang/OTP.
== Goals
Looking Glass is the next generation profiling tool. It
is implemented as an `erl_tracer` NIF and thus requires
Erlang/OTP 22.0 or above.Looking Glass aims to provide a very efficient tool
usable both in development and production settings,
and capable of running for a long amount of time
even on busy systems.== Online documentation
* link:/doc/src/guide/book.asciidoc[User guide]
== Offline documentation
* While still online, run `make docs`
* User guide available in `doc/` in PDF and HTML formats
* Function reference man pages available in `doc/man3/` and `doc/man7/`
* Run `make install-docs` to install man pages on your system
* Full documentation in Asciidoc available in `doc/src/`
* Examples available in `examples/`