https://prefect.io logo
Title
a

Andreas Nord

09/20/2022, 8:55 AM
How can I see which agents are running? either in Prefect Cloud or through the agent environment
1
👍 1
j

Jeff Hale

09/20/2022, 3:02 PM
There isn’t currently a way to do so server side from the UI, although that is on the roadmap. If you want to see all Python running processes on your machine and it’s a Mac or Linux you can generally
pgrep python
from the terminal. I think @Anna Geller had a more tailored command but I can’t seem to locate it atm.
👍 1
a

Anna Geller

09/20/2022, 4:18 PM
How many agents do you have? We plan to add UI feature to track agent's health if that's what you're asking
:party-parrot: 1