How to profiling CPU and memory usage #13871
Answered
by
xianghai2
pusponegorow
asked this question in
Help
-
Hi Kong community, I'm looking to understand the best approaches for profiling Kong Gateway's CPU and memory usage. Specifically, I'd like to:
What are the recommended tools and methods for profiling Kong? I'm particularly interested in:
Any examples or documentation references would be greatly appreciated. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
xianghai2
Nov 19, 2024
Replies: 1 comment 2 replies
-
Kong Enterprise offers a feature for this: The CLI "Kong Debug" command could be used to profiling cpu/memory and gc-snapshot etc. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
guanlan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kong Enterprise offers a feature for this:
https://docs.konghq.com/gateway/latest/reference/cli/
The CLI "Kong Debug" command could be used to profiling cpu/memory and gc-snapshot etc.