Mailing List Archive

radius plugin folder structure
Hi there
I think some thing wrong with radius plugin's folder structure.
I use nProbe v.8.5.180504 (r6149) , nprobe.conf
with --radius-dump-dir=/milad/radius
while we are at 13:07:41 still files creating in 2018/05/05/12 folder.
as you can see,first file created at 12:31.
same behavior by diameter plugin.

[root@ipdr2 ~]# date
Sat May 5 13:07:41 +0430 2018

[root@ipdr2 ~]# ls /milad/radius/2018/05/05/13
ls: cannot access /milad/radius/2018/05/05/13: No such file or directory

[root@ipdr2 ~]# find /milad/radius/2018/05/05/12 -type f -printf '%T+ %p\n'
| sort | head -1
2018-05-05+12:31:42.0050892550
/milad/radius/2018/05/05/12/radius_zc_ens192f0_1525507241_0.txt

[root@ipdr2 ~]# find /milad/radius/2018/05/05/12 -type f -printf '%T+ %p\n'
| sort | tail -1
2018-05-05+13:08:17.0075408450
/milad/radius/2018/05/05/12/radius_zc_ens192f0_1525509437_36.txt.tmp

[root@ipdr2 ~]# cat /etc/centos-release
CentOS Linux release 7.4.1708 (Core)
Re: radius plugin folder structure [ In reply to ]
Hi Milad,
can you please send the content of nprobe.conf and in particular of -F?

Thanks Luca

> On 5 May 2018, at 10:51, milad arabi <milad.arabi@gmail.com> wrote:
>
> Hi there
> I think some thing wrong with radius plugin's folder structure.
> I use nProbe v.8.5.180504 (r6149) , nprobe.conf with --radius-dump-dir=/milad/radius
> while we are at 13:07:41 still files creating in 2018/05/05/12 folder.
> as you can see,first file created at 12:31.
> same behavior by diameter plugin.
>
> [root@ipdr2 ~]# date
> Sat May 5 13:07:41 +0430 2018
>
> [root@ipdr2 ~]# ls /milad/radius/2018/05/05/13
> ls: cannot access /milad/radius/2018/05/05/13: No such file or directory
>
> [root@ipdr2 ~]# find /milad/radius/2018/05/05/12 -type f -printf '%T+ %p\n' | sort | head -1
> 2018-05-05+12:31:42.0050892550 /milad/radius/2018/05/05/12/radius_zc_ens192f0_1525507241_0.txt
>
> [root@ipdr2 ~]# find /milad/radius/2018/05/05/12 -type f -printf '%T+ %p\n' | sort | tail -1
> 2018-05-05+13:08:17.0075408450 /milad/radius/2018/05/05/12/radius_zc_ens192f0_1525509437_36.txt.tmp
>
> [root@ipdr2 ~]# cat /etc/centos-release
> CentOS Linux release 7.4.1708 (Core)
>
>
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop
Re: radius plugin folder structure [ In reply to ]
Hi Milad,
can you please send the content of nprobe.conf and in particular of -F?

Thanks Luca

> On 5 May 2018, at 10:51, milad arabi <milad.arabi@gmail.com> wrote:
>
> Hi there
> I think some thing wrong with radius plugin's folder structure.
> I use nProbe v.8.5.180504 (r6149) , nprobe.conf with --radius-dump-dir=/milad/radius
> while we are at 13:07:41 still files creating in 2018/05/05/12 folder.
> as you can see,first file created at 12:31.
> same behavior by diameter plugin.
>
> [root@ipdr2 ~]# date
> Sat May 5 13:07:41 +0430 2018
>
> [root@ipdr2 ~]# ls /milad/radius/2018/05/05/13
> ls: cannot access /milad/radius/2018/05/05/13: No such file or directory
>
> [root@ipdr2 ~]# find /milad/radius/2018/05/05/12 -type f -printf '%T+ %p\n' | sort | head -1
> 2018-05-05+12:31:42.0050892550 /milad/radius/2018/05/05/12/radius_zc_ens192f0_1525507241_0.txt
>
> [root@ipdr2 ~]# find /milad/radius/2018/05/05/12 -type f -printf '%T+ %p\n' | sort | tail -1
> 2018-05-05+13:08:17.0075408450 /milad/radius/2018/05/05/12/radius_zc_ens192f0_1525509437_36.txt.tmp
>
> [root@ipdr2 ~]# cat /etc/centos-release
> CentOS Linux release 7.4.1708 (Core)
>
>
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop
Re: radius plugin folder structure [ In reply to ]
Hi Luca
I use this:

> -i=zc:ens192f0
> -t=60
> -d=15
> -P=/milad
> -V=10
> -T="%IPV4_SRC_ADDR %IPV4_DST_ADDR %IN_PKTS %L4_DST_PORT %L4_SRC_PORT
> %IN_BYTES %FLOW_START_MILLISECONDS %FLOW_END_MILLISECONDS %PROTOCOL
> %L7_PROTO_NAME %IPV4_SRC_MASK %IPV4_DST_MASK %IN_SRC_MAC %OUT_DST_MAC
> %TCP_FLAGS"
> --max-log-lines=10000000
> --cpu-affinity=0
> --radius-dump-dir=/milad/radius
> --diameter-dump-dir=/milad/diameter


On Mon, May 7, 2018 at 2:21 PM, Luca Deri <deri@ntop.org> wrote:

> Hi Milad,
> can you please send the content of nprobe.conf and in particular of -F?
>
> Thanks Luca
>
> On 5 May 2018, at 10:51, milad arabi <milad.arabi@gmail.com> wrote:
>
> Hi there
> I think some thing wrong with radius plugin's folder structure.
> I use nProbe v.8.5.180504 (r6149) , nprobe.conf
> with --radius-dump-dir=/milad/radius
> while we are at 13:07:41 still files creating in 2018/05/05/12 folder.
> as you can see,first file created at 12:31.
> same behavior by diameter plugin.
>
> [root@ipdr2 ~]# date
> Sat May 5 13:07:41 +0430 2018
>
> [root@ipdr2 ~]# ls /milad/radius/2018/05/05/13
> ls: cannot access /milad/radius/2018/05/05/13: No such file or directory
>
> [root@ipdr2 ~]# find /milad/radius/2018/05/05/12 -type f -printf '%T+
> %p\n' | sort | head -1
> 2018-05-05+12:31:42.0050892550 /milad/radius/2018/05/05/12/
> radius_zc_ens192f0_1525507241_0.txt
>
> [root@ipdr2 ~]# find /milad/radius/2018/05/05/12 -type f -printf '%T+
> %p\n' | sort | tail -1
> 2018-05-05+13:08:17.0075408450 /milad/radius/2018/05/05/12/
> radius_zc_ens192f0_1525509437_36.txt.tmp
>
> [root@ipdr2 ~]# cat /etc/centos-release
> CentOS Linux release 7.4.1708 (Core)
>
>
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop
>
>
>
> _______________________________________________
> Ntop mailing list
> Ntop@listgateway.unipi.it
> http://listgateway.unipi.it/mailman/listinfo/ntop
>