How to get the port listening of the kdb process

Hi all

I can use .z.h to get the current host, how can I get the port that current KDB process listening to incoming connection ( via -p xxx )?

Thanks!

\p

system “p”

Thanks a lot