This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Traffic monitoring like ipacsum wanted...

Hi all,

i'm using a volume based flatrate of my provider.

It would be a great thing to have an overview of the traffic at the external interface.
Is it possible to run a tool like ipacsum ?

Maybe it can look like this (Screenshot from IPCop)
http://firewalladdons.sourceforge.net/screenshots/traff_1.jpg

thx magnum.


This thread was automatically locked due to age.
Parents
  • Astaro Accounting should do that and more. Here is my monthly report from April:
    Code:
    ::
    :: nacctdreport.pl (c) 2002 Tom Kistner 
    ::
    :: Start Date/Time -> 2004/04/01 00:00
    ::   End Date/Time -> 2004/04/30 23:59
    ::
    :: Networks: 192.168.0.0/255.255.255.0  
    ::
    ::
    ::  `-All queried networks  . . . . . . . . . . . . 100% (137401 MB)
    ::     `-192.168.0.0/255.255.255.0  . . . . . . . . 100% (137401 MB)
    ::        |-incoming  . . . . . . . . . . . . . . .  59% (81818 MB)
    ::        |  |-tcp  . . . . . . . . . . . . . . . .  59% (81570 MB)
    ::        |  |  |-synoptics-trap  . . . . . . . . .  23% (32003 MB)
    ::        |  |  |-http  . . . . . . . . . . . . . .   3% (4854 MB)
    ::        |  |  |-ftp-data  . . . . . . . . . . . .   3% (4257 MB)
    ::        |  |  |-unknown (6884->1160/tcp)  . . . .   1% (1705 MB)
    ::        |  |  |-rmt . . . . . . . . . . . . . . .   1% (1703 MB)
    ::        |  |  |-d2000webserver  . . . . . . . . .   1% (1694 MB)
    ::        |  |  `-1ci-smcs  . . . . . . . . . . . .   0% (591 MB)
    ::        |  `-udp  . . . . . . . . . . . . . . . .   0% (239 MB)
    ::        |     |-unknown (27015->27005/udp)  . . .   0% (154 MB)
    ::        |     |-base  . . . . . . . . . . . . . .   0% (25 MB)
    ::        |     |-synoptics-trap  . . . . . . . . .   0% (13 MB)
    ::        |     `-dtspcd  . . . . . . . . . . . . .   0% (2358 kB)
    ::        `-outgoing  . . . . . . . . . . . . . . .  40% (55582 MB)
    ::           |-tcp  . . . . . . . . . . . . . . . .  40% (55071 MB)
    ::           |  |-synoptics-trap  . . . . . . . . .   4% (5833 MB)
    ::           |  |-goldleaf-licman . . . . . . . . .   1% (2556 MB)
    ::           |  |-d2000webserver  . . . . . . . . .   0% (849 MB)
    ::           |  |-nati-vi-server  . . . . . . . . .   0% (643 MB)
    ::           |  |-unknown (6881->35070/tcp) . . . .   0% (634 MB)
    ::           |  |-1ci-smcs  . . . . . . . . . . . .   0% (610 MB)
    ::           |  |-hicp  . . . . . . . . . . . . . .   0% (584 MB)
    ::           |  `-precise-sft . . . . . . . . . . .   0% (390 MB)
    ::           `-udp  . . . . . . . . . . . . . . . .   0% (503 MB)
    ::              |-unknown (27005->27015/udp)  . . .   0% (140 MB)
    ::              |-base  . . . . . . . . . . . . . .   0% (40 MB)
    ::              |-opsession-prxy  . . . . . . . . .   0% (19 MB)
    ::              |-innosys . . . . . . . . . . . . .   0% (11 MB)
    ::              |-af  . . . . . . . . . . . . . . .   0% (11 MB)
    ::              |-rmt . . . . . . . . . . . . . . .   0% (6434 kB)
    ::              |-netml . . . . . . . . . . . . . .   0% (5608 kB)
    ::              |-synoptics-trap  . . . . . . . . .   0% (5402 kB)
    ::              `-cdl-server  . . . . . . . . . . .   0% (4850 kB)
    ::
    :: Notes:   - Percentage values refer to the parent nodes total byte sum,
    ::            NOT the absolute total.
    ::          - Byte sums for services below 1 percent of
    ::            the parent node are not shown, but accounted for in the
    ::            percentage values and absolute parent numbers.
    ::          - Traffic between all queried networks is IGNORED !
    ::
    ::
    ::
    :: Host Top 20 by total traffic
    ::
    ::    1.     192.168.0.3  137000 MB (192.168.0.3) 
    ::    2.     192.168.0.4  364 MB (192.168.0.4) 
    ::    3.   192.168.0.251  35 MB (192.168.0.251) 
    ::    4.     192.168.0.1  360 Bytes (cringe) 
    ::    5.   192.168.0.252  328 Bytes (192.168.0.252) 



    To enable it go to Network -> Accounting and click 'Enable' then pick an interface.
    Next go to Reporting -> Accounting and click 'Enable' then configure generation to your liking.
    Percentages and such are a little funny but it works.
  • î've seen that Accounting could do the job.

    But the Accounting reports are generated round midnight.

    My ASL is only up, if i need the connection to the internet.
    Normally at midnight me and my ASL are sleeping ;-)
  • Hm, maybe I forget to mention: your ASL needs to run 24/7, not only for dependable and constistent logging and reporting but also for accounting ;-)
  • isn't it possible to change the crontab to a time when ASL is up ?
  • It is possible, but almost all things in Logging,Reporting and Accounting depend on the log rotation process being run first, and that is what makes things difficult..
    For hints on how to do this, see your other thread.
Reply
  • It is possible, but almost all things in Logging,Reporting and Accounting depend on the log rotation process being run first, and that is what makes things difficult..
    For hints on how to do this, see your other thread.
Children