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:
   
![flame](https://user-images.githubusercontent.com/28795155/183585094-f1d561a0-639e-404f-9e49-4c0dad45c57d.svg)
   
   


-- 
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]

Reply via email to