Re: IP traffic counter

2020-07-21 Thread Reco
On Tue, Jul 21, 2020 at 12:39:23PM +0200, basti wrote: > On 21.07.20 11:34, Reco wrote: > > Hi. > > > > On Tue, Jul 21, 2020 at 11:09:04AM +0200, basti wrote: > >> Hello, I need some kind of software for ip accounting and record my > >> traffic rx and tx. I need to know how much Gigabyte I use

Re: IP traffic counter

2020-07-21 Thread basti
>> I need to Monitor my monthly traffic, send and receive from my ISP. >> In the datacenter we used nfdump. but this is a bit over killed i >> think. I will try to use vnstat. >> It's just to make a rough estimate how much traffic is used all over a >> month. >> > > Can you not just look at your r

Re: IP traffic counter

2020-07-21 Thread Joe
On Tue, 21 Jul 2020 12:39:23 +0200 basti wrote: > On 21.07.20 11:34, Reco wrote: > > Hi. > > > > On Tue, Jul 21, 2020 at 11:09:04AM +0200, basti wrote: > >> Hello, I need some kind of software for ip accounting and record my > >> traffic rx and tx. I need to know how much Gigabyte I used o

Re: IP traffic counter

2020-07-21 Thread basti
On 21.07.20 11:34, Reco wrote: > Hi. > > On Tue, Jul 21, 2020 at 11:09:04AM +0200, basti wrote: >> Hello, I need some kind of software for ip accounting and record my >> traffic rx and tx. I need to know how much Gigabyte I used over a month. > > nfacct, ulogd2, possibly iptables-netflow, "

Re: IP traffic counter

2020-07-21 Thread Reco
Hi. On Tue, Jul 21, 2020 at 11:09:04AM +0200, basti wrote: > Hello, I need some kind of software for ip accounting and record my > traffic rx and tx. I need to know how much Gigabyte I used over a month. nfacct, ulogd2, possibly iptables-netflow, "ip -s a l" if you need it quick. Good old

Re: IP traffic counter

2020-07-21 Thread Sven Hartge
basti wrote: > Hello, I need some kind of software for ip accounting and record my > traffic rx and tx. I need to know how much Gigabyte I used over a > month. vnstat S! -- Sigmentation fault. Core dumped.

IP traffic counter

2020-07-21 Thread basti
Hello, I need some kind of software for ip accounting and record my traffic rx and tx. I need to know how much Gigabyte I used over a month. any suggestions? Best regards