CPU Profile and Flamegraph in Bun #15531
Unanswered
cloudcreatr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am developing http server using native bun API, and also using bun:sqlite and hono, remix. Saving SSR pages in JS Map for cache. i ma doing this on DO droplet of 2GB ram, 2CPU cores. i want a way to see the cpu profile and benchmark, but not able to find. i tried --inpect flag it doesnt show me flamegraph.. i am getting around 5000rps, with avg 30ms. but offen or above p95 it gets around 11sec. i am unable to spot the bottle neck
Beta Was this translation helpful? Give feedback.
All reactions