Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!ATHENA.MIT.EDU!tytso From: tytso@ATHENA.MIT.EDU (Theodore Ts'o) Newsgroups: comp.protocols.tcp-ip.domains Subject: Re: SIGIOT on Suns Message-ID: <9106062025.AA00548@tsx-11.MIT.EDU> Date: 6 Jun 91 20:25:28 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: tytso@athena.mit.edu Distribution: inet Organization: The Internet Lines: 24 Date: Wed, 5 Jun 1991 20:00 -0500 From: "James A. Harvey" X-Organization: Indiana University-Purdue University at Indianapolis X-Vms-To: IN%"namedroppers@nic.ddn.mil" >Does anyone know if Sun has failed to implement SIGIOT to dump stats? >The signal appears to be ignored - but I am hoping I've missed something. You must have an old man page (but I remember SIGIOT from somewhere). On a Sun here and now (SunOS 4.0.3) it's: SIGHUP - reload SIGINT - dump to /var/tmp/named_dump.db SIGUSR1 - increment debug level (output to /var/tmp/named.run SIGUSR2 - turn debugging off No, I believe it's Sun that's running the old version of Bind. SIGINT dumps the named cache to named_dump.db. On newer versions of BIND, SIGIOT dumps statistics (number of input packets, number of output packets, number of queries, number of queries broken down by type, etc.) to /usr/tmp/named.stats. - Ted