On Thu, Oct 10, 2002 at 09:44:44AM -0400, William Yodlowsky wrote:
Katsuhiro Kondou <kondou@isc.org> wrote:
In article <20021010090900.GD24001@balabit.hu>, Balazs Scheidler <bazsi@balabit.hu> wrote;
} do you have remote sources? (e.g. udp or tcp?)
Yes.
Me too.
} if yes, which one is loaded?
Both. tcp from solaris has 32 connections and udp from network equipments like Catalyst and NetScreen has 50 sources.
I run just TCP. All clients are Solaris 2.6-2.8 running syslog-ng.
} this is my config now:
Mine is;
source local { sun-streams("/dev/log" door("/etc/.syslog_door")); internal(); }; source net_tcp { tcp(max-connections(100)); }; source net_udp { udp(); };
Mine is similar.
my testbox has been up for more than 3 hours now. I send about 5-10 messages per second through udp I've started 12 jobs from this shell script: while true; do echo valami | nc -q0 sun 2000; sleep 1; done & from my box. It's still up and running. I'll now add another TCP source which is not dropped after each message. (though the script above should stress syslog-ng much more) -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1