Hello Guys! I got a quick question. Is there a way...
# ask-community
m
Hello Guys! I got a quick question. Is there a way to track Prefect's CPU and Memory Utilization or is it better done through a third party tool, If so, do you have any suggestion on a good way to do it? Thanks a lot!
m
We use AWS X-Ray for profiling. I briefly looked into OpenTelemetry, which is an open source framework for integrating with many different instrumentation tools, including X-Ray. Which instrumentation tool you choose of course depends on how you're running Prefect. We use AWS ECS.
🙌 2
m
Hey @Mohamed Alaa as far as I'm aware we don't have something built in but there is a public project from one of our engineers for a memory profiler you might find useful as well https://github.com/zzstoatzz/prefect-memory-profiling
🙌 1
m
Thanks a lot guys for your reply, ill look into these suggestions