[pmacct-discussion] (no subject)

2017-08-03 Thread Magnus Törnros
___ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists

[pmacct-discussion] (no subject)

2014-01-23 Thread Svavar Örn Eysteinsson
___ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists

[pmacct-discussion] (no subject)

2013-09-09 Thread Daniel Karlström
___ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists

[pmacct-discussion] (no subject)

2012-12-12 Thread Christian Janssen
___ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists

[pmacct-discussion] (no subject)

2012-12-11 Thread Christian Janssen
___ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists

Re: [pmacct-discussion] (no subject)

2012-12-11 Thread Vincent Bernat
❦ 11 décembre 2012 19:02 CET, Paolo Lucente  : > To briefly thank you for your patches. It makes sense to include them > in the mainstram release but they require a bit of testing before that. > > It is likely these will not make it to release 0.14.2, which is very > close by now. No problem. We

Re: [pmacct-discussion] (no subject)

2012-12-11 Thread Paolo Lucente
Hi Vincent, To briefly thank you for your patches. It makes sense to include them in the mainstram release but they require a bit of testing before that. It is likely these will not make it to release 0.14.2, which is very close by now. Cheers, Paolo On Fri, Dec 07, 2012 at 04:12:39PM +0100, Vi

[pmacct-discussion] (no subject)

2012-12-07 Thread Vincent Bernat
Hi! Here is a patch to use INSERT ... ON DUPLICATE KEY UPDATE instead of just UPDATE. This increases the performance by an order of magnitude with MySQL. This relies on the fact that the WHERE clause is equivalent to the primary key. There is no option for this because it supported by MySQL since

Re: [pmacct-discussion] (no subject)

2012-07-25 Thread Paolo Lucente
Hi Leonardo, In short: solution is what essentially Jerome was proposing - being more specific replace the 'port_src' column with the 'src_port' one. More in detail: v8 schema for MySQL tried to address the fact that some primitives (ie. source/destination ports) were not confirming to the gener

Re: [pmacct-discussion] (no subject)

2012-07-25 Thread Leonardo Sápiras
Hello Osama and Jérome, 2012/7/25 Osama Abuelsorour > Hello, > > You probably have a problem in the database schema version number. Check > that the version number you are using (looks like it is 8) matches the file > you used to create the database schema. Check in the directory sql/ you > will

Re: [pmacct-discussion] (no subject)

2012-07-25 Thread Osama Abuelsorour
Hello, You probably have a problem in the database schema version number. Check that the version number you are using (looks like it is 8) matches the file you used to create the database schema. Check in the directory sql/ you will find several files with version number. Make sure you use the

Re: [pmacct-discussion] (no subject)

2012-07-25 Thread Jérôme Fleury
On Wed, Jul 25, 2012 at 2:26 PM, Leonardo Sápiras wrote: > Hi all, > > I am collecting flows with nfacctd (pmacct 0.14), and I have found this > message in the pmacctd.log: > > > Jul 25 09:20:05 ERROR ( default/mysql ): Unknown column 'src_port' in 'where > clause' Well, obviously you need to add

[pmacct-discussion] (no subject)

2012-07-25 Thread Leonardo Sápiras
Hi all, I am collecting flows with nfacctd (pmacct 0.14), and I have found this message in the pmacctd.log: Jul 25 09:20:05 ERROR ( default/mysql ): Unknown column 'src_port' in 'where clause' Jul 25 09:20:05 ERROR ( default/mysql ): Unknown column 'src_port' in 'where clause' Jul 25 09:20:05

[pmacct-discussion] (no subject)

2006-07-26 Thread Gregory Machin
Hi Im using the following perl script that is called via zabbix every 5 seconds,  #!/usr/bin/perluse strict;my $port = @ARGV[0];my $intf = @ARGV[1];my $result = `/usr/local/bin/pmacct -c src_port,dst_port -N "*,$port;$port,*" - print "$result";eg porttraf.pl 80 eth0but the values display do not mak

[pmacct-discussion] (no subject)

2006-04-27 Thread Molokanov Ilya
___ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists