Koozali.org: home of the SME Server

bandwidth usage

Offline mheymann

  • **
  • 24
  • +0/-0
bandwidth usage
« on: October 22, 2008, 12:03:17 AM »
Hello

I have an SME server with 7.2 installed and all of the updates installed.
I have also installed the contrib SME7ADMIN the monitor the server
I was looking at the graphs the other day and I saw a very large amount of
data being transferred from a system on the LAN to the server and then to
an external system which lasted for the majority of a 18 hour period. 

This is odd for a few big reasons
1) We have never had a data transfers of this type in this direction
    (the closest was when I downloaded ANSYS 11 but that was from the
     net to my system not a local system to the net)
2) It was started about noon on Sunday when there is nobody on the LAN
    (or at least supposed to be) to perform such operations.
3) It stopped about 8 in the morning or just before work hours.

I really want to track down the culprit but I am not sure how
What log, log file, contrib, and tool would be most useful in solving this problem

I have been looking at ntop, ipp2p, and DansGuardian as options
  (I also have someone i believe using eMule and cousing problems with the DHCP server doe to it)

I tried to follow the instructions on   "http://forums.contribs.org/index.php?topic=33302.0"
but had a dependency issue on libart_lgpl for the rrdtool

I would like to stop this kind of activity and when it does happen
identify the culprits

ps. I have some saved PNG graphics on the sme7admin graphs to show what I am
talking about.


http://forums.contribs.org/index.php?topic=37747.0

Offline Tib

  • *
  • 571
  • +0/-0
    • http://www.tibors.net
Re: bandwidth usage
« Reply #1 on: October 31, 2008, 03:27:23 AM »
mheymann

I think you will find http://wiki.contribs.org/Sarg very helpful for what you need.

Regards,

Tib

Offline akhilmathema

  • ***
  • 42
  • +0/-0
Re: bandwidth usage
« Reply #2 on: October 31, 2008, 05:53:35 AM »
Hello

I have an SME server with 7.2 installed and all of the updates installed.
I have also installed the contrib SME7ADMIN the monitor the server
I was looking at the graphs the other day and I saw a very large amount of
data being transferred from a system on the LAN to the server and then to
an external system which lasted for the majority of a 18 hour period. 

This is odd for a few big reasons
1) We have never had a data transfers of this type in this direction
    (the closest was when I downloaded ANSYS 11 but that was from the
     net to my system not a local system to the net)
2) It was started about noon on Sunday when there is nobody on the LAN
    (or at least supposed to be) to perform such operations.
3) It stopped about 8 in the morning or just before work hours.

I really want to track down the culprit but I am not sure how
What log, log file, contrib, and tool would be most useful in solving this problem

I have been looking at ntop, ipp2p, and DansGuardian as options
  (I also have someone i believe using eMule and cousing problems with the DHCP server doe to it)

I tried to follow the instructions on   "http://forums.contribs.org/index.php?topic=33302.0"
but had a dependency issue on libart_lgpl for the rrdtool

I would like to stop this kind of activity and when it does happen
identify the culprits

ps. I have some saved PNG graphics on the sme7admin graphs to show what I am
talking about.


http://forums.contribs.org/index.php?topic=37747.0


It seems a kind of torrent running in a workstation of your network. Next time when it happens, check the network status
#netstat -ap

Look for the connection with large Tx/Rx and check the respective PID. There should be the connection:
workstation<-->server
server<-->remote IP

Offline mheymann

  • **
  • 24
  • +0/-0
Re: bandwidth usage
« Reply #3 on: November 05, 2008, 03:56:27 PM »

I think you will find http://wiki.contribs.org/Sarg very helpful for what you need.

Regards,

Tib

I installed SARG on a test server and it worked wonderfully.  It gave me all the information I needed and much more.
This is a very helpful way to view the information from the log files plus other information.
One problem I have had (not with SARG) is that I don't know enough about what is going on behind the scenes
with SME and Linux and enough of a newbie that even when I am looking at the log files I don't
understand how to read the log files, so looking at them is a little like reading greek. 
I would be nice to have some documentation that tells us what log files are created, what information is
communicated in these log files, and how to read the log files

Anyway thank you very much for the information about SARG.

Mike