This is a containerized version of flamescope.
You can pull down your perfomance samples locally and mount a volume to the container to visualize.
docker run \
--rm \
-e "FLAMESCOPE_STACK_DIR=samples" \
-p 5000:5000 \
-v `pwd`/samples/:/usr/src/app/samples \
taion809/flamescope-build
Flamescope is then available on http://localhost:5000
Content type
Image
Digest
Size
270.8 MB
Last updated
over 8 years ago
docker pull taion809/flamescope-build