Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgageot/flamegraph-extension
https://github.com/dgageot/flamegraph-extension
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgageot/flamegraph-extension
- Owner: dgageot
- Created: 2022-11-18T15:05:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T09:43:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T07:36:32.362Z (26 days ago)
- Language: TypeScript
- Size: 3.56 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)