https://prefect.io logo
m

Mohamed Alaa

08/10/2022, 4:34 PM
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

Mathijs Miermans

08/10/2022, 6:12 PM
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

Mason Menges

08/10/2022, 6:15 PM
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

Mohamed Alaa

08/10/2022, 8:33 PM
Thanks a lot guys for your reply, ill look into these suggestions
6 Views