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!
Asked
Active
Viewed 1,116 times
1 Answers
0
If you send SIGUSR1 to xinetd (pkill -USR1 -x xinetd), it will dump state information to /var/run/xinetd.dump.
grawity
- 501,077