Hi all,
I'm writing some development tools for my team. Given a domain ID,is there a way to programmatically check whether gdbsx is running onthat domain and what port it's running on? I could use somethinglike `top -b -n 1 | grep gdbsx` but that seems very brittle.