Re: [Nfsen-discuss] problem with more than 10 sources with the latest snapshot
Netflow visualisation and investigation tool
Brought to you by:
phaag
|
From: Yann B. <yb...@ba...> - 2006-08-10 09:12:51
|
Hi Peter,
On Thu, 10 Aug 2006, at 09:40, Peter Haag wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Yann,
> I installed latest nfdump/nfsen snapshots on a debian Sarge laptop, and configured 20 sources. It runs perfectly well. I know Maurizio has even more on his installation.
>
> You may do a test like this:
>
> #!/bin/sh
> for num in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do
> mkdir -p nftest/${num}
> /usr/local/bin/nfcapd -w -D -I flows -p 123${num} -l nftest/${num} -P nftest/test-${num}.pid
> sleep 1
> done
>
> Note on the number of Semaphores:
> On an old FreeBSD-5.4 I have, there is a limit of 10 processes, which get startet. This is due to the max semaphore settings in the FreeBSD I have tested. But this is poperly reported in the syslog
> file. I don't know, what decent FreeBSDs are configured for.
aye, gotcha. i was misleaded by the shmmax value, but it appears i
need to bump at least SEMMNI (11 by default). savvy*
And i was fortunate enough to trigger another condition on the linux
box, where the problem was not due to ipcs thresholds reached, but
rather to me having bumped the BUFFLEN value to x5 the default.
All is functioning great now that i decreased it to the default.
my next problem will be to find colors that mix well and are readable
for that many souces ... :)
Sorry for the noise Peter, and many thanks, as usual
[* - i'l let everybody guess what movie i've seen recently ;)]
|