Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgageot/flamegraph-extension


https://github.com/dgageot/flamegraph-extension

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Installation

```bash
docker extension install dgageot/flamegraph-extension
```

## Example

![Flamegraph!](/doc/flame.png)

## Misc

+ [Flame Graphs](https://www.brendangregg.com/flamegraphs.html)
+ [brendangregg/FlameGraph](https://github.com/brendangregg/FlameGraph)
+ [How To Profile Java Program With eBPF/bcc Tool](https://wenfeng-gao.github.io/post/profile-java-program-with-bcc-tool/)
+ [Java in Flames - Netflix Technology Blog](https://netflixtechblog.com/java-in-flames-e763b3d32166)
+ [Add diagnostic command to write Linux perf map file](https://bugs.openjdk.org/browse/JDK-8254723)
+ [Generating perf maps with OpenJDK 17](https://www.doof.me.uk/2021/02/28/generating-perf-maps-with-openjdk-17/)
+ [bcc](https://github.com/iovisor/bcc)
+ [jvm-profiling-tools/perf-map-agent](https://github.com/jvm-profiling-tools/perf-map-agent)