0

How can I get some status information from xinetd, for example which servers are running/listening, which connections are open at the moment and so on. I found some hints which say "normally every server has an own file in /etc/xinet.d/*", but I don't wont to image the information, I want to see it :-) Thank you!

1 Answers1

0

If you send SIGUSR1 to xinetd (pkill -USR1 -x xinetd), it will dump state information to /var/run/xinetd.dump.

grawity
  • 501,077