chenqiaorui commented on issue #7550: URL: https://github.com/apache/apisix/issues/7550#issuecomment-1208994623
I captured the perf.data using perf at 100% CPU, maybe it can provide some helpful message? ``` perf record -g -p 21515 -- sleep 30 ``` and then, ``` git clone https://github.com/brendangregg/FlameGraph mv perf.data ./FlameGraph perf script > out.perf ./stackcollapse-perf.pl out.perf > out.folded ./flamegraph.pl out.folded > flame.svg ``` Here is flamgraph:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
