RE: Determining cause of network traffic - wireshark

2011-08-01 Thread jesse-r...@wi.rr.com
I think I figured out what is causing this... the network trace is
referring me to a log file generated by the application when i'm
investigating.


Original Message:
-
From: jesse-r...@wi.rr.com jesse-r...@wi.rr.com
Date: Mon, 1 Aug 2011 14:40:04 -0400
To: ntsysadmin@lyris.sunbelt-software.com
Subject: Determining cause of network traffic - wireshark



Hello.  We have an application running on ServerA that is connecting to a
SQL2005 database on ServerB.  There is a constant (24x7x365) 30-50mb/s of
network traffic generated between these two servers.  Shutting down the
application on ServerA causes ALL network traffic to cease.

The vendor who supports the application on ServerA has NO idea what's going
on and is blaming our SQL server (ServerB).  

Is anyone here knowledgeable with reading log files from Wireshark to
determine what's going on and WHAT this traffic is/why?  I have several
packet captures available that shows the network traffic but my Wireshark
skills aren't top notch.  Curious if anyone here might care to take a peak
for fun?

Thanks
J



myhosting.com - Premium Microsoft® Windows® and Linux web and application
hosting - http://link.myhosting.com/myhosting



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



mail2web - Check your email from the web at
http://link.mail2web.com/mail2web



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Determining cause of network traffic - wireshark

2011-08-01 Thread jesse-r...@wi.rr.com

Hello.  We have an application running on ServerA that is connecting to a
SQL2005 database on ServerB.  There is a constant (24x7x365) 30-50mb/s of
network traffic generated between these two servers.  Shutting down the
application on ServerA causes ALL network traffic to cease.

The vendor who supports the application on ServerA has NO idea what's going
on and is blaming our SQL server (ServerB).  

Is anyone here knowledgeable with reading log files from Wireshark to
determine what's going on and WHAT this traffic is/why?  I have several
packet captures available that shows the network traffic but my Wireshark
skills aren't top notch.  Curious if anyone here might care to take a peak
for fun?

Thanks
J



myhosting.com - Premium Microsoft® Windows® and Linux web and application
hosting - http://link.myhosting.com/myhosting



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin



Re: How much network traffic per app?

2008-08-28 Thread Kurt Buff
mrtg is an option, but if you have other traffic on the wire, such as
broadcast packets, etc., then it will artificially inflate the packet
count.

The bpf filters in ntop can be very specific, counting exactly what
you want, including the correct port(s). It's the better tool for this
pupose.

Kurt

On Thu, Aug 28, 2008 at 6:16 AM, Thomas Mullins
<[EMAIL PROTECTED]> wrote:
> As others have said, ntop does a good job.  Another option I have used is
> mrtg.  You could have mrtg monitor the bandwidth to the port where the
> server plugs into the switch, or monitor the server nic itself.
>
>
>
> Shane
>
>
>
>
>
> 
>
> From: Benjamin Zachary - Lists [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 27, 2008 11:37 PM
> To: NT System Admin Issues
> Subject: How much network traffic per app?
>
>
>
> I have been asked to determine what the network traffic is for a particular
> client/server app. Other than running some bandwidth tests, and then running
> them while running the application is about the best thing I came up with.
> Is there any particular software that could do something like that? A
> sniffer and such wouldn't tell me bandwidth used. We are deciding whether a
> terminal server (75k/user) is better than vpn for the particular app.
>
>
>
> Personally I like TS for the other advantages but I need to have something
> close to accurate.
>
>
>
> Thx
>
>
>
>
>
>
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


Re: How much network traffic per app?

2008-08-28 Thread Kurt Buff
ntop is your friend.

It can use bpf filters (same as Wireshark) to measure traffic and
graph it between two (or more) machines, as opposed to all traffic on
the wire that it sees.

Placement is important - you'll need to put it on a monitor/span port,
but it works really well for this purpose.

On Wed, Aug 27, 2008 at 8:37 PM, Benjamin Zachary - Lists
<[EMAIL PROTECTED]> wrote:
> I have been asked to determine what the network traffic is for a particular
> client/server app. Other than running some bandwidth tests, and then running
> them while running the application is about the best thing I came up with.
> Is there any particular software that could do something like that? A
> sniffer and such wouldn't tell me bandwidth used. We are deciding whether a
> terminal server (75k/user) is better than vpn for the particular app.
>
>
>
> Personally I like TS for the other advantages but I need to have something
> close to accurate.
>
>
>
> Thx
>
>
>
>
>
>
>
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


RE: How much network traffic per app?

2008-08-28 Thread Benjamin Zachary - Lists
Okay thanks for the ideas, this is lan traffic, and Ill have to see when I
get onsite if the switches are capable of snmp or similar. Netflow crossed
my mind as well.

 

From: Erik Goldoff [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 28, 2008 11:19 AM
To: NT System Admin Issues
Subject: RE: How much network traffic per app?

 

I hate to suggest this as it's so rudimentary, but isolate the server (or
have a test server) and bring up the connection status and then benchmark
the # of packets sent/received during a client/server session ...

 

I like the MRTG option, you could monitor the router/switch port, and could
also enable SNMP on the server and monitor there too...

 

and several packet capture/sniffer type tools could also help to isolate
your info, I think OmniPeek Personal would do that amongst others

 

 

 

 

  _  

From: Benjamin Zachary - Lists [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2008 11:37 PM
To: NT System Admin Issues
Subject: How much network traffic per app?

I have been asked to determine what the network traffic is for a particular
client/server app. Other than running some bandwidth tests, and then running
them while running the application is about the best thing I came up with.
Is there any particular software that could do something like that? A
sniffer and such wouldn't tell me bandwidth used. We are deciding whether a
terminal server (75k/user) is better than vpn for the particular app. 

 

Personally I like TS for the other advantages but I need to have something
close to accurate. 

 

Thx

 

 

 

 

 

No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.138 / Virus Database: 270.6.9/1637 - Release Date: 8/27/2008
7:01 AM

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

RE: How much network traffic per app?

2008-08-28 Thread Erik Goldoff
I hate to suggest this as it's so rudimentary, but isolate the server (or
have a test server) and bring up the connection status and then benchmark
the # of packets sent/received during a client/server session ...
 
I like the MRTG option, you could monitor the router/switch port, and could
also enable SNMP on the server and monitor there too...
 
and several packet capture/sniffer type tools could also help to isolate
your info, I think OmniPeek Personal would do that amongst others
 
 
 

  _  

From: Benjamin Zachary - Lists [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2008 11:37 PM
To: NT System Admin Issues
Subject: How much network traffic per app?



I have been asked to determine what the network traffic is for a particular
client/server app. Other than running some bandwidth tests, and then running
them while running the application is about the best thing I came up with.
Is there any particular software that could do something like that? A
sniffer and such wouldn’t tell me bandwidth used. We are deciding whether a
terminal server (75k/user) is better than vpn for the particular app. 

 

Personally I like TS for the other advantages but I need to have something
close to accurate. 

 

Thx

 

 


 


 

No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.138 / Virus Database: 270.6.9/1637 - Release Date: 8/27/2008
7:01 AM



~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

RE: How much network traffic per app?

2008-08-28 Thread Mike French
Netflow? Are your switches capable?


From: Benjamin Zachary - Lists [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2008 10:37 PM
To: NT System Admin Issues
Subject: How much network traffic per app?

I have been asked to determine what the network traffic is for a particular 
client/server app. Other than running some bandwidth tests, and then running 
them while running the application is about the best thing I came up with. Is 
there any particular software that could do something like that? A sniffer and 
such wouldn't tell me bandwidth used. We are deciding whether a terminal server 
(75k/user) is better than vpn for the particular app. 

Personally I like TS for the other advantages but I need to have something 
close to accurate. 

Thx



 
 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~


RE: How much network traffic per app?

2008-08-28 Thread Thomas Mullins
As others have said, ntop does a good job.  Another option I have used
is mrtg.  You could have mrtg monitor the bandwidth to the port where
the server plugs into the switch, or monitor the server nic itself.  

 

Shane

 

 



From: Benjamin Zachary - Lists [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2008 11:37 PM
To: NT System Admin Issues
Subject: How much network traffic per app?

 

I have been asked to determine what the network traffic is for a
particular client/server app. Other than running some bandwidth tests,
and then running them while running the application is about the best
thing I came up with. Is there any particular software that could do
something like that? A sniffer and such wouldn't tell me bandwidth used.
We are deciding whether a terminal server (75k/user) is better than vpn
for the particular app. 

 

Personally I like TS for the other advantages but I need to have
something close to accurate. 

 

Thx

 

 

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

RE: How much network traffic per app?

2008-08-28 Thread Benjamin Zachary - Lists
You think ntop would show me bandwidth usage on a lan or vpn? I suppose I
could have it monitor the connection and then use the app for 15 mins and
then go back and see how much data xfered and avg that out.

 

 

From: Ken Schaefer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 27, 2008 11:44 PM
To: NT System Admin Issues
Subject: RE: How much network traffic per app?

 

www.ntop.org?

 

Cheers

Ken

 

From: Benjamin Zachary - Lists [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 28 August 2008 1:37 PM
To: NT System Admin Issues
Subject: How much network traffic per app?

 

I have been asked to determine what the network traffic is for a particular
client/server app. Other than running some bandwidth tests, and then running
them while running the application is about the best thing I came up with.
Is there any particular software that could do something like that? A
sniffer and such wouldn't tell me bandwidth used. We are deciding whether a
terminal server (75k/user) is better than vpn for the particular app. 

 

Personally I like TS for the other advantages but I need to have something
close to accurate. 

 

Thx

 

 

 

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

RE: How much network traffic per app?

2008-08-27 Thread Ken Schaefer
www.ntop.org?

Cheers
Ken

From: Benjamin Zachary - Lists [mailto:[EMAIL PROTECTED]
Sent: Thursday, 28 August 2008 1:37 PM
To: NT System Admin Issues
Subject: How much network traffic per app?

I have been asked to determine what the network traffic is for a particular 
client/server app. Other than running some bandwidth tests, and then running 
them while running the application is about the best thing I came up with. Is 
there any particular software that could do something like that? A sniffer and 
such wouldn't tell me bandwidth used. We are deciding whether a terminal server 
(75k/user) is better than vpn for the particular app.

Personally I like TS for the other advantages but I need to have something 
close to accurate.

Thx

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

How much network traffic per app?

2008-08-27 Thread Benjamin Zachary - Lists
I have been asked to determine what the network traffic is for a particular
client/server app. Other than running some bandwidth tests, and then running
them while running the application is about the best thing I came up with.
Is there any particular software that could do something like that? A
sniffer and such wouldn't tell me bandwidth used. We are deciding whether a
terminal server (75k/user) is better than vpn for the particular app. 

 

Personally I like TS for the other advantages but I need to have something
close to accurate. 

 

Thx

 

 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

RE: Network Traffic

2001-09-28 Thread Greg Page

I have two Packeteer 2000's, one never out of the box. The other used for
two months. The purchasing company was sold and these were left behind in
the building. No support or maintenance contract in existence, but my
company does own them because we bought everything in the building. Make an
offer!

BTW, I was with the company that moved out and worked with the Packeteer in
use and it performed particularly well on a frame relay doing VoIP. 

Greg


-Original Message-
From: David Hekimian [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 7:01 PM
To: NT System Admin Issues
Subject: Re: Network Traffic


Carlos,

I'm with Martin on this one.

I've got a Packeteer and love it. It give me the monitoring I need and the
ability to shape the traffic.

Call your local Packeteer Salesman and have him bring one out for a 30 day
eval. He'll be happy to do it He knows once a Packeteer goes in for an
eval, it usually doesn't come out. Cost 8K-10K with maintanance.

- David

- Original Message -
From: "Martin Blackstone" <[EMAIL PROTECTED]>
To: "NT System Admin Issues" <[EMAIL PROTECTED]>
Sent: Friday, September 28, 2001 2:02 PM
Subject: RE: Network Traffic


> Then check it out. This thing is wonderful and great for throttling 
> bandwidth to specific apps or users. It is just incredible. Check out 
> their site, call a VAR and get a 30 day demo. I promise you at the end 
> of 30 days you will keep it. Less than 10K
>
> -Original Message-
> From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 28, 2001 1:57 PM
> To: NT System Admin Issues
> Subject: RE: Network Traffic
>
>
> Well, My boss doesn't mind spending the cash (unless we talking about 
> 20K or more, then It's paperwork HELL!) as long as I can prove the 
> tool has some worth. He is big into monitoring :)
>
> -Original Message-
> From: Martin Blackstone [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 28, 2001 4:52 PM
> To: NT System Admin Issues
> Subject: RE: Network Traffic
>
>
> If you're willing to spend the $$$ take a look at Packeteer 
> PacketShaper
>
> -Original Message-
> From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 28, 2001 1:50 PM
> To: NT System Admin Issues
> Subject: Network Traffic
>
>
> Heyas!
>
> Can anyone suggest a good tool for network traffic monitoring? We have 
> all HP Procurve Switches and use TopTools, but it doesn't seem that 
> good (unless im just missing some config options). For example we 
> wanted to track down a user that was pegging our T @ 97% utilization 
> (he had 15 "family guy" downloads on morpheus at the same time) and TT 
> did not tell us much. We finally tracked him down by using firewall 
> logs...kind of time consuming
>
> Any good ideas
>
> Cheers
>
> Carlos Garcia-Moran
> Senior Network Engineer
> Athenahealth, INC
> 781.392.0157 Main
> 617.543.1701 Cell
> [EMAIL PROTECTED]
>
>
> Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
> Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/
>
>
> Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
> Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/
>
>
> Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
> Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/
>
>
> Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
> Need a good FAQ? Try this one first:
> http://www.ultratech-llc.com/KB/
>


Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/

Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/




Re: Network Traffic

2001-09-28 Thread David Hekimian

Carlos,

I'm with Martin on this one.

I've got a Packeteer and love it. It give me the monitoring I need and the
ability to shape the traffic.

Call your local Packeteer Salesman and have him bring one out for a 30 day
eval. He'll be happy to do it He knows once a Packeteer goes in for an
eval, it usually doesn't come out. Cost 8K-10K with maintanance.

- David

- Original Message -
From: "Martin Blackstone" <[EMAIL PROTECTED]>
To: "NT System Admin Issues" <[EMAIL PROTECTED]>
Sent: Friday, September 28, 2001 2:02 PM
Subject: RE: Network Traffic


> Then check it out. This thing is wonderful and great for throttling
> bandwidth to specific apps or users.
> It is just incredible. Check out their site, call a VAR and get a 30 day
> demo. I promise you at the end of 30 days you will keep it. Less than
> 10K
>
> -Original Message-
> From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 28, 2001 1:57 PM
> To: NT System Admin Issues
> Subject: RE: Network Traffic
>
>
> Well, My boss doesn't mind spending the cash (unless we talking about
> 20K or more, then It's paperwork HELL!) as long as I can prove the tool
> has some worth. He is big into monitoring :)
>
> -Original Message-
> From: Martin Blackstone [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 28, 2001 4:52 PM
> To: NT System Admin Issues
> Subject: RE: Network Traffic
>
>
> If you're willing to spend the $$$ take a look at Packeteer PacketShaper
>
> -Original Message-----
> From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 28, 2001 1:50 PM
> To: NT System Admin Issues
> Subject: Network Traffic
>
>
> Heyas!
>
> Can anyone suggest a good tool for network traffic monitoring? We have
> all HP Procurve Switches and use TopTools, but it doesn't seem that good
> (unless im just missing some config options). For example we wanted to
> track down a user that was pegging our T @ 97% utilization (he had 15
> "family guy" downloads on morpheus at the same time) and TT did not tell
> us much. We finally tracked him down by using firewall logs...kind of
> time consuming
>
> Any good ideas
>
> Cheers
>
> Carlos Garcia-Moran
> Senior Network Engineer
> Athenahealth, INC
> 781.392.0157 Main
> 617.543.1701 Cell
> [EMAIL PROTECTED]
>
>
> Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
> Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/
>
>
> Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
> Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/
>
>
> Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
> Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/
>
>
> Want to unsub? Do that here:
> http://www.w2knews.com/rd/rd.cfm?id=unsub
> Need a good FAQ? Try this one first:
> http://www.ultratech-llc.com/KB/
>


Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/




RE: Network Traffic

2001-09-28 Thread xylog

There is a freeware tool that is more than adequate for a lot of network
monitoring tasks, its worth a look:

http://www.ethereal.com

And you cant beat the price.

xylog

-Original Message-
From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 4:50 PM
To: NT System Admin Issues
Subject: Network Traffic

Heyas!

Can anyone suggest a good tool for network traffic monitoring? We have
all HP Procurve Switches and use TopTools, but it doesn't seem that good
(unless im just missing some config options). For example we wanted to
track down a user that was pegging our T @ 97% utilization (he had 15
"family guy" downloads on morpheus at the same time) and TT did not tell
us much. We finally tracked him down by using firewall logs...kind of
time consuming

Any good ideas

Cheers

Carlos Garcia-Moran
Senior Network Engineer
Athenahealth, INC
781.392.0157 Main
617.543.1701 Cell
[EMAIL PROTECTED]


Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/



Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/




RE: Network Traffic

2001-09-28 Thread RZorz
Title: RE: Network Traffic





Our host, Sunbelt, has Netboy.  


-Original Message-
From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 28, 2001 1:57 PM
To: NT System Admin Issues
Subject: RE: Network Traffic



Well, My boss doesn't mind spending the cash (unless we talking about
20K or more, then It's paperwork HELL!) as long as I can prove the tool
has some worth. He is big into monitoring :)


-Original Message-
From: Martin Blackstone [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 4:52 PM
To: NT System Admin Issues
Subject: RE: Network Traffic



If you're willing to spend the $$$ take a look at Packeteer PacketShaper


-Original Message-
From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 1:50 PM
To: NT System Admin Issues
Subject: Network Traffic



Heyas!


Can anyone suggest a good tool for network traffic monitoring? We have
all HP Procurve Switches and use TopTools, but it doesn't seem that good
(unless im just missing some config options). For example we wanted to
track down a user that was pegging our T @ 97% utilization (he had 15
"family guy" downloads on morpheus at the same time) and TT did not tell
us much. We finally tracked him down by using firewall logs...kind of
time consuming


Any good ideas


Cheers


Carlos Garcia-Moran
Senior Network Engineer
Athenahealth, INC
781.392.0157 Main
617.543.1701 Cell
[EMAIL PROTECTED]



Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/



Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/



Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/



Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/





RE: Network Traffic

2001-09-28 Thread Martin Blackstone

Then check it out. This thing is wonderful and great for throttling
bandwidth to specific apps or users.
It is just incredible. Check out their site, call a VAR and get a 30 day
demo. I promise you at the end of 30 days you will keep it. Less than
10K

-Original Message-
From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 1:57 PM
To: NT System Admin Issues
Subject: RE: Network Traffic


Well, My boss doesn't mind spending the cash (unless we talking about
20K or more, then It's paperwork HELL!) as long as I can prove the tool
has some worth. He is big into monitoring :)

-Original Message-
From: Martin Blackstone [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 4:52 PM
To: NT System Admin Issues
Subject: RE: Network Traffic


If you're willing to spend the $$$ take a look at Packeteer PacketShaper

-Original Message-
From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 1:50 PM
To: NT System Admin Issues
Subject: Network Traffic


Heyas!

Can anyone suggest a good tool for network traffic monitoring? We have
all HP Procurve Switches and use TopTools, but it doesn't seem that good
(unless im just missing some config options). For example we wanted to
track down a user that was pegging our T @ 97% utilization (he had 15
"family guy" downloads on morpheus at the same time) and TT did not tell
us much. We finally tracked him down by using firewall logs...kind of
time consuming

Any good ideas

Cheers

Carlos Garcia-Moran
Senior Network Engineer
Athenahealth, INC
781.392.0157 Main
617.543.1701 Cell
[EMAIL PROTECTED]


Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/


Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/


Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/


Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/




RE: Network Traffic

2001-09-28 Thread Carlos Garcia-Moran

Well, My boss doesn't mind spending the cash (unless we talking about
20K or more, then It's paperwork HELL!) as long as I can prove the tool
has some worth. He is big into monitoring :)

-Original Message-
From: Martin Blackstone [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 4:52 PM
To: NT System Admin Issues
Subject: RE: Network Traffic


If you're willing to spend the $$$ take a look at Packeteer PacketShaper

-Original Message-
From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 1:50 PM
To: NT System Admin Issues
Subject: Network Traffic


Heyas!

Can anyone suggest a good tool for network traffic monitoring? We have
all HP Procurve Switches and use TopTools, but it doesn't seem that good
(unless im just missing some config options). For example we wanted to
track down a user that was pegging our T @ 97% utilization (he had 15
"family guy" downloads on morpheus at the same time) and TT did not tell
us much. We finally tracked him down by using firewall logs...kind of
time consuming

Any good ideas

Cheers

Carlos Garcia-Moran
Senior Network Engineer
Athenahealth, INC
781.392.0157 Main
617.543.1701 Cell
[EMAIL PROTECTED]


Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/


Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/


Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/




Re: Network Traffic

2001-09-28 Thread Kelly Borndale



Solar Winds.  Wonderful product.
K.Borndale
 
[EMAIL PROTECTED] -home 
email

  - Original Message - 
  From: 
  Carlos 
  Garcia-Moran 
  To: NT System Admin Issues 
  Sent: Friday, September 28, 2001 4:50 
  PM
  Subject: Network Traffic
  Heyas!Can anyone suggest a good tool for network 
  traffic monitoring? We haveall HP Procurve Switches and use TopTools, but 
  it doesn't seem that good(unless im just missing some config options). For 
  example we wanted totrack down a user that was pegging our T @ 97% 
  utilization (he had 15"family guy" downloads on morpheus at the same time) 
  and TT did not tellus much. We finally tracked him down by using firewall 
  logs...kind oftime consumingAny good 
  ideasCheersCarlos Garcia-MoranSenior Network 
  EngineerAthenahealth, INC781.392.0157 Main617.543.1701 Cell[EMAIL PROTECTED]Want 
  to unsub? Do that here:http://www.w2knews.com/rd/rd.cfm?id=unsubNeed 
  a good FAQ? Try this one first:http://www.ultratech-llc.com/KB/
Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/





RE: Network Traffic

2001-09-28 Thread Martin Blackstone

If you're willing to spend the $$$ take a look at Packeteer PacketShaper

-Original Message-
From: Carlos Garcia-Moran [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 28, 2001 1:50 PM
To: NT System Admin Issues
Subject: Network Traffic


Heyas!

Can anyone suggest a good tool for network traffic monitoring? We have
all HP Procurve Switches and use TopTools, but it doesn't seem that good
(unless im just missing some config options). For example we wanted to
track down a user that was pegging our T @ 97% utilization (he had 15
"family guy" downloads on morpheus at the same time) and TT did not tell
us much. We finally tracked him down by using firewall logs...kind of
time consuming

Any good ideas

Cheers

Carlos Garcia-Moran
Senior Network Engineer
Athenahealth, INC
781.392.0157 Main
617.543.1701 Cell
[EMAIL PROTECTED]


Want to unsub? Do that here: http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first: http://www.ultratech-llc.com/KB/


Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/




Network Traffic

2001-09-28 Thread Carlos Garcia-Moran

Heyas!

Can anyone suggest a good tool for network traffic monitoring? We have
all HP Procurve Switches and use TopTools, but it doesn't seem that good
(unless im just missing some config options). For example we wanted to
track down a user that was pegging our T @ 97% utilization (he had 15
"family guy" downloads on morpheus at the same time) and TT did not tell
us much. We finally tracked him down by using firewall logs...kind of
time consuming

Any good ideas

Cheers

Carlos Garcia-Moran
Senior Network Engineer
Athenahealth, INC
781.392.0157 Main
617.543.1701 Cell
[EMAIL PROTECTED]


Want to unsub? Do that here:
http://www.w2knews.com/rd/rd.cfm?id=unsub
Need a good FAQ? Try this one first:
http://www.ultratech-llc.com/KB/




RE: Application software to monitor network traffic

2001-09-10 Thread JMonahan


Like others have mentioned, MRTG is good for overall traffic levels and
trending.  If you want to narrow things down to who is doing what, then I
suggest using ntop, which is also free.

http://www.ntop.org

John Monahan
Senior Consultant Enterprise Solutions
Computech Resources, Inc.
Office: 952-833-0930 ext 109
Cell: 952-484-5435
http://www.compures.com



   

"Murray Binette"   

  
tions.com>   cc:   

 Subject: RE: Application software to 
monitor network traffic  
09/10/2001 11:01   

AM 

Please respond to  

"NT System Admin   

Issues"

   

   





I'd love to see it as well. I've got to find some way of charting /
graphing network useage / bandwidth consumption. We've written an
application that controls industrial processes and we've got to find
some way of visually demonstrating that our software isn't all that
bandwidth intensive.



-Original Message-
From: Torres, Edgar (GEP) [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 9:59 AM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Yeah, Mark, I'd love to check it out, as well.  Where do we find it?

__
Edgar Torres


-Original Message-
From: Michael Johnson [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 8:46 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


HI Mark,
I'd be interested in this. I'm having same problem also and was about to
start looking for something Sui is looking for. Thanks Mike Johnson
GRFLLP


-Original Message-
From: Mark Reimer [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 2:55 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Sui,

I have built one. Runs under DOS (not a DOS box on a Win9x/NT/Win2K). It
usually runs, but occasionally quits (been too busy to find out exactly
where the problem is). But it shows the current top 10
users on your network (promiscuous mode), and what type of traffic they
are generating. Save ASCII summaries for further study or archive. I use
it all the time.

You do need to populate a file with MAC addresses and the corresponding
name.

If you are interested, let me know.

Mark

-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 8:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish
and at other times, it is normal, I want to pin down the
problem. I also expect the software to be able to identify which
workstation is transferring big files, such a ppt file etc. Thanks for
your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

This electronic message (email) is intended only for the
use of the individual or entity named above, and may
contain information that is privileged, confidential
and protected from disclosure under applicable law.
If the reader of this message is not the intended
recipient, you are hereby notified that any
dissemination, distribution or copying of this
communication, or the taking of any action relative
to its contents, is strictly prohibited. If you have
received this communication in error, please notify us
immediately by telephone at (310) 553-1707 or by email.
Please destroy all hard copies of this communication
and delete it from all electronic files. Thank you.


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm



http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://

RE: Application software to monitor network traffic

2001-09-10 Thread Muncy, Robert

http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html
check out cricket
Free!
Robert Muncy
Sherman Financial Group

-Original Message-
From: Torres, Edgar (GEP) [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 11:59 AM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Yeah, Mark, I'd love to check it out, as well.  Where do we find it?

__
Edgar Torres


-Original Message-
From: Michael Johnson [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001 8:46 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


HI Mark,
I'd be interested in this. I'm having same problem also and was about to
start looking for something Sui is looking for. Thanks Mike Johnson GRFLLP


-Original Message-
From: Mark Reimer [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 2:55 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Sui,

I have built one. Runs under DOS (not a DOS box on a Win9x/NT/Win2K). It
usually runs, but occasionally quits (been too busy to find out exactly
where the problem is). But it shows the current top 10
users on your network (promiscuous mode), and what type of traffic they are
generating. Save ASCII summaries for further study or archive. I use it all
the time.

You do need to populate a file with MAC addresses and the corresponding
name.

If you are interested, let me know.

Mark

-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 8:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish and
at other times, it is normal, I want to pin down the
problem. I also expect the software to be able to identify which workstation
is transferring big files, such a ppt file etc. Thanks for your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

This electronic message (email) is intended only for the 
use of the individual or entity named above, and may 
contain information that is privileged, confidential 
and protected from disclosure under applicable law. 
If the reader of this message is not the intended 
recipient, you are hereby notified that any 
dissemination, distribution or copying of this 
communication, or the taking of any action relative 
to its contents, is strictly prohibited. If you have 
received this communication in error, please notify us 
immediately by telephone at (310) 553-1707 or by email. 
Please destroy all hard copies of this communication 
and delete it from all electronic files. Thank you. 


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm



http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




RE: Application software to monitor network traffic

2001-09-10 Thread Miley, Dan

if you can output it to text, you can use MRTG to graph it.

www.mrtg.org (I think)

Dan


-Original Message-
From: Murray Binette [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 12:02 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


I'd love to see it as well. I've got to find some way of charting /
graphing network useage / bandwidth consumption. We've written an
application that controls industrial processes and we've got to find
some way of visually demonstrating that our software isn't all that
bandwidth intensive.



-Original Message-
From: Torres, Edgar (GEP) [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 9:59 AM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Yeah, Mark, I'd love to check it out, as well.  Where do we find it?

__
Edgar Torres


-Original Message-
From: Michael Johnson [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001 8:46 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


HI Mark,
I'd be interested in this. I'm having same problem also and was about to
start looking for something Sui is looking for. Thanks Mike Johnson
GRFLLP


-Original Message-
From: Mark Reimer [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 2:55 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Sui,

I have built one. Runs under DOS (not a DOS box on a Win9x/NT/Win2K). It
usually runs, but occasionally quits (been too busy to find out exactly
where the problem is). But it shows the current top 10
users on your network (promiscuous mode), and what type of traffic they
are generating. Save ASCII summaries for further study or archive. I use
it all the time.

You do need to populate a file with MAC addresses and the corresponding
name.

If you are interested, let me know.

Mark

-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 8:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish
and at other times, it is normal, I want to pin down the
problem. I also expect the software to be able to identify which
workstation is transferring big files, such a ppt file etc. Thanks for
your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

This electronic message (email) is intended only for the 
use of the individual or entity named above, and may 
contain information that is privileged, confidential 
and protected from disclosure under applicable law. 
If the reader of this message is not the intended 
recipient, you are hereby notified that any 
dissemination, distribution or copying of this 
communication, or the taking of any action relative 
to its contents, is strictly prohibited. If you have 
received this communication in error, please notify us 
immediately by telephone at (310) 553-1707 or by email. 
Please destroy all hard copies of this communication 
and delete it from all electronic files. Thank you. 


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm



http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm
This e-mail may be privileged and/or confidential, and the sender does not
waive any related rights and obligations. Any distribution, use or copying
of this e-mail or the information it contains by other than an intended
recipient is unauthorized. If you received this e-mail in error, please
advise me (by return e-mail or otherwise) immediately. 

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




RE: Application software to monitor network traffic

2001-09-10 Thread Murray Binette

I'd love to see it as well. I've got to find some way of charting /
graphing network useage / bandwidth consumption. We've written an
application that controls industrial processes and we've got to find
some way of visually demonstrating that our software isn't all that
bandwidth intensive.



-Original Message-
From: Torres, Edgar (GEP) [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 10, 2001 9:59 AM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Yeah, Mark, I'd love to check it out, as well.  Where do we find it?

__
Edgar Torres


-Original Message-
From: Michael Johnson [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001 8:46 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


HI Mark,
I'd be interested in this. I'm having same problem also and was about to
start looking for something Sui is looking for. Thanks Mike Johnson
GRFLLP


-Original Message-
From: Mark Reimer [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 2:55 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Sui,

I have built one. Runs under DOS (not a DOS box on a Win9x/NT/Win2K). It
usually runs, but occasionally quits (been too busy to find out exactly
where the problem is). But it shows the current top 10
users on your network (promiscuous mode), and what type of traffic they
are generating. Save ASCII summaries for further study or archive. I use
it all the time.

You do need to populate a file with MAC addresses and the corresponding
name.

If you are interested, let me know.

Mark

-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 8:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish
and at other times, it is normal, I want to pin down the
problem. I also expect the software to be able to identify which
workstation is transferring big files, such a ppt file etc. Thanks for
your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

This electronic message (email) is intended only for the 
use of the individual or entity named above, and may 
contain information that is privileged, confidential 
and protected from disclosure under applicable law. 
If the reader of this message is not the intended 
recipient, you are hereby notified that any 
dissemination, distribution or copying of this 
communication, or the taking of any action relative 
to its contents, is strictly prohibited. If you have 
received this communication in error, please notify us 
immediately by telephone at (310) 553-1707 or by email. 
Please destroy all hard copies of this communication 
and delete it from all electronic files. Thank you. 


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm



http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




RE: Application software to monitor network traffic

2001-09-10 Thread Torres, Edgar (GEP)

Yeah, Mark, I'd love to check it out, as well.  Where do we find it?

__
Edgar Torres


-Original Message-
From: Michael Johnson [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001 8:46 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


HI Mark,
I'd be interested in this. I'm having same problem also and was about to start looking 
for something Sui is looking for. Thanks Mike Johnson GRFLLP


-Original Message-
From: Mark Reimer [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 2:55 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Sui,

I have built one. Runs under DOS (not a DOS box on a Win9x/NT/Win2K). It usually runs, 
but occasionally quits (been too busy to find out exactly where the problem is). But 
it shows the current top 10
users on your network (promiscuous mode), and what type of traffic they are 
generating. Save ASCII summaries for further study or archive. I use it all the time.

You do need to populate a file with MAC addresses and the corresponding name.

If you are interested, let me know.

Mark

-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 8:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network traffic on our 
LAN/WAN . Sometimes I find the network is very sluggish and at other times, it is 
normal, I want to pin down the
problem. I also expect the software to be able to identify which workstation is 
transferring big files, such a ppt file etc. Thanks for your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

This electronic message (email) is intended only for the 
use of the individual or entity named above, and may 
contain information that is privileged, confidential 
and protected from disclosure under applicable law. 
If the reader of this message is not the intended 
recipient, you are hereby notified that any 
dissemination, distribution or copying of this 
communication, or the taking of any action relative 
to its contents, is strictly prohibited. If you have 
received this communication in error, please notify us 
immediately by telephone at (310) 553-1707 or by email. 
Please destroy all hard copies of this communication 
and delete it from all electronic files. Thank you. 


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm



http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




RE: Application software to monitor network traffic

2001-09-07 Thread Michael Johnson

HI Mark,
I'd be interested in this. I'm having same problem also and was about to
start looking for something Sui is looking for. Thanks
Mike Johnson
GRFLLP


-Original Message-
From: Mark Reimer [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 2:55 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Sui,

I have built one. Runs under DOS (not a DOS box on a Win9x/NT/Win2K). It
usually runs, but occasionally quits (been too busy to find out exactly
where the problem is). But it shows the current top 10 users on your network
(promiscuous mode), and what type of traffic they are generating. Save ASCII
summaries for further study or archive. I use it all the time.

You do need to populate a file with MAC addresses and the corresponding
name.

If you are interested, let me know.

Mark

-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 8:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish and
at other times, it is normal, I want to pin down the problem. I also
expect the software to be able to identify which workstation is
transferring big files, such a ppt file etc. Thanks for your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

This electronic message (email) is intended only for the 
use of the individual or entity named above, and may 
contain information that is privileged, confidential 
and protected from disclosure under applicable law. 
If the reader of this message is not the intended 
recipient, you are hereby notified that any 
dissemination, distribution or copying of this 
communication, or the taking of any action relative 
to its contents, is strictly prohibited. If you have 
received this communication in error, please notify us 
immediately by telephone at (310) 553-1707 or by email. 
Please destroy all hard copies of this communication 
and delete it from all electronic files. Thank you. 


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




RE: Application software to monitor network traffic

2001-09-07 Thread Martin Blackstone

For traffic going through your router, you can use MRTG
http://people.ee.ethz.ch/~oetiker/webtools/mrtg/

-Original Message-
From: Mark Reimer [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001 2:55 PM
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic


Sui,

I have built one. Runs under DOS (not a DOS box on a Win9x/NT/Win2K). It
usually runs, but occasionally quits (been too busy to find out exactly
where the problem is). But it shows the current top 10 users on your
network (promiscuous mode), and what type of traffic they are
generating. Save ASCII summaries for further study or archive. I use it
all the time.

You do need to populate a file with MAC addresses and the corresponding
name.

If you are interested, let me know.

Mark

-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 8:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish
and at other times, it is normal, I want to pin down the problem. I also
expect the software to be able to identify which workstation is
transferring big files, such a ppt file etc. Thanks for your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




RE: Application software to monitor network traffic

2001-09-07 Thread Mark Reimer

Sui,

I have built one. Runs under DOS (not a DOS box on a Win9x/NT/Win2K). It
usually runs, but occasionally quits (been too busy to find out exactly
where the problem is). But it shows the current top 10 users on your network
(promiscuous mode), and what type of traffic they are generating. Save ASCII
summaries for further study or archive. I use it all the time.

You do need to populate a file with MAC addresses and the corresponding
name.

If you are interested, let me know.

Mark

-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 8:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish and
at other times, it is normal, I want to pin down the problem. I also
expect the software to be able to identify which workstation is
transferring big files, such a ppt file etc. Thanks for your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




RE: Application software to monitor network traffic

2001-09-07 Thread Zangara, Jim
Title: Message



 
http://www.sunbelt-software.com/ntsysadmin_list_charter.htm
 
Jim Zangara, MCSE+I
Special Projects Engineer Premiere Radio Networks A 
Division of Clear Channel Communications 15260 Ventura Blvd Suite 
500 Sherman Oaks, CA 91403 Direct: (818) 461-8620 
mailto:[EMAIL PROTECTED] 

I used to own an ant farm 
but had to give it up. I couldn't find tractors small enough to fit it. -- 
Steven Wright 

  
  -Original Message-From: Will Humes 
  [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 
  9:53 AMTo: NT System Admin IssuesSubject: RE: 
  Application software to monitor network traffic
  Can 
  somebody tells me how do I unsubscribe this?
   
  thanks
   
  
-Original Message-From: xylog 
[mailto:[EMAIL PROTECTED]]Sent: Friday, September 07, 2001 11:51 
AMTo: NT System Admin IssuesSubject: RE: Application 
software to monitor network traffic

There is a freeware 
packet sniffer that is fully featured and has some features that netmon does 
not such as breaking down traffic by many different protocols. Check it 
out:
 
http://www.ethereal.com
 
xylog
-Original 
Message-From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 
2001 11:46 
AMTo: NT System Admin IssuesSubject: RE: Application software to 
monitor network traffic
 
MRTG wil only graph the traffic for you. Also it 
requires snmp and you have to 'point it' at the device you want to 
monitor.
-Original Message- From: Andrew Baker [mailto:[EMAIL PROTECTED]] 
Sent: 07 September 2001 
16:38 To: NT 
System Admin Issues Subject: RE: Application software to monitor network 
traffic 
 
MRTG 
See the following:  http://www.ultratech-llc.com/KB/?File=NetMon.TXT 

- ASB   
 
-Original Message- From: Sui Seto [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 
2001 10:34 AM To: NT System Admin Issues Subject: Application software to 
monitor network traffic 
 
Hi everyone, I am looking for a software that will 
    monitor the network traffic on our LAN/WAN . Sometimes I find the 
network is very sluggish and at other times, it is normal, I want to pin down the 
problem. I also expect the software to be able to identify which 
workstation is transferring big files, such a ppt file etc. Thanks 
for your info. 
 
Sui Seto 
http://www.sunbelt-software.com/ntsysadmin_list_charter.htm 

This email 
and any files transmitted with it are confidential and 
intended 
solely for the use of the individual or entity to whom they 
are 
addressed. If you have received this email in error please 
notify us 
immediately at [EMAIL PROTECTED] and delete this E-mail 
from your 
system. Thank you.It is 
possible for data transmitted by email to be deliberately 
oraccidentally 
corrupted or intercepted. For this reason, where 
thecommunication 
is by email, the Bank of Ireland Group does not accept 
any 
responsibility for any breach of confidence which may arise 
through the 
use of this medium.This footnote 
also confirms that this email message has been swept 
for the 
presence of known computer viruses.http://www.sunbelt-software.com/ntsysadmin_list_charter.htmhttp://www.sunbelt-software.com/ntsysadmin_list_charter.htmhttp://www.sunbelt-software.com/ntsysadmin_list_charter.htm
http://www.sunbelt-software.com/ntsysadmin_list_charter.htm





RE: Application software to monitor network traffic

2001-09-07 Thread Will Humes
Title: RE: Application software to monitor network traffic



Can 
somebody tells me how do I unsubscribe this?
 
thanks
 

  -Original Message-From: xylog 
  [mailto:[EMAIL PROTECTED]]Sent: Friday, September 07, 2001 11:51 
  AMTo: NT System Admin IssuesSubject: RE: Application 
  software to monitor network traffic
  
  There is a freeware 
  packet sniffer that is fully featured and has some features that netmon does 
  not such as breaking down traffic by many different protocols. Check it 
  out:
   
  http://www.ethereal.com
   
  xylog
  -Original 
  Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, September 07, 
  2001 11:46 
  AMTo: NT System Admin IssuesSubject: RE: Application software to 
  monitor network traffic
   
  MRTG wil only graph the traffic for you. Also it 
  requires snmp and you have to 'point it' at the device you want to 
  monitor.
  -Original Message- From: Andrew Baker [mailto:[EMAIL PROTECTED]] 
  Sent: 07 September 2001 
  16:38 To: NT 
  System Admin Issues Subject: RE: Application software to monitor network 
  traffic 
   
  MRTG 
  See the following:  http://www.ultratech-llc.com/KB/?File=NetMon.TXT 
  
   - ASB   
   
  -Original Message- From: Sui Seto [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, September 07, 
  2001 10:34 AM To: 
  NT System Admin Issues Subject: Application software to monitor network 
  traffic 
   
  Hi everyone, I am looking for a software that will 
  monitor the network traffic on our LAN/WAN . Sometimes I find the network 
  is very sluggish and at other times, it is normal, I want to pin down the 
  problem. I also expect the software to be able to identify which 
  workstation is transferring big files, such a ppt file etc. Thanks 
  for your info. 
   
  Sui Seto 
  http://www.sunbelt-software.com/ntsysadmin_list_charter.htm 
  
  This email and 
  any files transmitted with it are confidential and 
  intended solely 
  for the use of the individual or entity to whom they 
  are addressed. 
  If you have received this email in error please 
  notify us 
  immediately at [EMAIL PROTECTED] and delete this E-mail 
  from your 
  system. Thank you.It is possible 
  for data transmitted by email to be deliberately 
  oraccidentally 
  corrupted or intercepted. For this reason, where 
  thecommunication 
  is by email, the Bank of Ireland Group does not accept 
  any 
  responsibility for any breach of confidence which may arise 
  through the use 
  of this medium.This footnote 
  also confirms that this email message has been swept 
  for the 
  presence of known computer viruses.http://www.sunbelt-software.com/ntsysadmin_list_charter.htmhttp://www.sunbelt-software.com/ntsysadmin_list_charter.htm
http://www.sunbelt-software.com/ntsysadmin_list_charter.htm





RE: Application software to monitor network traffic

2001-09-07 Thread xylog
Title: RE: Application software to monitor network traffic









There is a freeware packet sniffer that is
fully featured and has some features that netmon does not such as breaking down
traffic by many different protocols. Check it out:

 

http://www.ethereal.com

 

xylog

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001 11:46 AM
To: NT System Admin Issues
Subject: RE: Application software
to monitor network traffic

 

MRTG wil only graph the traffic for you. Also it
requires snmp and you have to 'point it' at the device you want to monitor.

-Original Message- 
From: Andrew Baker [mailto:[EMAIL PROTECTED]] 
Sent: 07 September 2001 16:38

To: NT System Admin Issues

Subject: RE: Application software
to monitor network traffic 

 

MRTG 

See the following: 
 http://www.ultratech-llc.com/KB/?File=NetMon.TXT


  
- ASB 
  

 

-Original Message- 
From: Sui Seto [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 07, 2001
10:34 AM 
To: NT System Admin Issues

Subject: Application software to
monitor network traffic 

 

Hi everyone, I am looking for a software that will
monitor the network 
traffic on our LAN/WAN . Sometimes
I find the network is very sluggish and 
at other times, it is normal, I
want to pin down the problem. I also 
expect the software to be able to
identify which workstation is 
transferring big files, such a ppt
file etc. Thanks for your info. 

 

Sui Seto 

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm





This email and any files transmitted with it are
confidential and 
intended solely for the use of the individual or
entity to whom they 
are addressed. If you have received this email in
error please 
notify us immediately at [EMAIL PROTECTED] and
delete this E-mail 
from your system. Thank you.
It is possible for data transmitted by email to be
deliberately or
accidentally corrupted or intercepted. For this
reason, where the
communication is by email, the Bank of Ireland Group
does not accept 
any responsibility for any breach of confidence
which may arise 
through the use of this medium.
This footnote also confirms that this email message
has been swept 
for the presence of known computer viruses.


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




http://www.sunbelt-software.com/ntsysadmin_list_charter.htm







RE: Application software to monitor network traffic

2001-09-07 Thread Paul . Rochford
Title: RE: Application software to monitor network traffic





MRTG wil only graph the traffic for you. Also it requires snmp and you have to 'point it' at the device you want to monitor.

-Original Message-
From: Andrew Baker [mailto:[EMAIL PROTECTED]]
Sent: 07 September 2001 16:38
To: NT System Admin Issues
Subject: RE: Application software to monitor network traffic



MRTG


See the following:
 http://www.ultratech-llc.com/KB/?File=NetMon.TXT


 
- ASB
 



-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 10:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic



Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish and
at other times, it is normal, I want to pin down the problem. I also
expect the software to be able to identify which workstation is
transferring big files, such a ppt file etc. Thanks for your info.



Sui Seto 


http://www.sunbelt-software.com/ntsysadmin_list_charter.htm





This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this email in error please 
notify us immediately at [EMAIL PROTECTED] and delete this E-mail 
from your system. Thank you.
It is possible for data transmitted by email to be deliberately or
accidentally corrupted or intercepted. For this reason, where the
communication is by email, the Bank of Ireland Group does not accept 
any responsibility for any breach of confidence which may arise 
through the use of this medium.
This footnote also confirms that this email message has been swept 
 for the presence of known computer viruses.

  

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm





RE: Application software to monitor network traffic

2001-09-07 Thread Nail, Larry

Ethereal

http://www.ethereal.com
-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 10:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish and
at other times, it is normal, I want to pin down the problem. I also expect
the software to be able to identify which workstation is transferring big
files, such a ppt file etc. Thanks for your info.


Sui Seto 

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




RE: Application software to monitor network traffic

2001-09-07 Thread Andrew Baker

MRTG

See the following:
 http://www.ultratech-llc.com/KB/?File=NetMon.TXT

 
- ASB
 


-Original Message-
From: Sui Seto [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 10:34 AM
To: NT System Admin Issues
Subject: Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish and
at other times, it is normal, I want to pin down the problem. I also
expect the software to be able to identify which workstation is
transferring big files, such a ppt file etc. Thanks for your info.


Sui Seto 

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




Re: Application software to monitor network traffic

2001-09-07 Thread nwilcox2

Before spending money on monitoring software, the best place to start is in
your log files.  These often bring a lot of information to the table when
you're talking about performance.  Each individual piece of equipment you
have should be capable of logging information, either to itself or to a
separate log box.  Start at the top and work down.






"Sui Seto" <[EMAIL PROTECTED]> on 09/07/2001 10:34:20 AM

Please respond to "NT System Admin Issues"
  <[EMAIL PROTECTED]>

To:   "NT System Admin Issues" <[EMAIL PROTECTED]>
cc:

Subject:  Application software to monitor network traffic


Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish and
at other times, it is normal, I want to pin down the problem. I also
expect the software to be able to identify which workstation is
transferring big files, such a ppt file etc. Thanks for your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm







http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




RE: Application software to monitor network traffic

2001-09-07 Thread Correa, Andre

Two programs you can check are Sniffer Pro and Network Monitor.  I am not
sure if they can tell you what file, but they can identify workstations via
IP address.


Andre Correa
Senior Manager/Information Technology
Lexitron, Inc
(201) 892-6399

 -Original Message-
From:   Sui Seto [mailto:[EMAIL PROTECTED]]
Sent:   Friday, September 07, 2001 10:34 AM
To: NT System Admin Issues
Subject:Application software to monitor network traffic

Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish and
at other times, it is normal, I want to pin down the problem. I also
expect the software to be able to identify which workstation is
transferring big files, such a ppt file etc. Thanks for your info.


Sui Seto

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm



http://www.sunbelt-software.com/ntsysadmin_list_charter.htm




Application software to monitor network traffic

2001-09-07 Thread Sui Seto

Hi everyone, I am looking for a software that will monitor the network
traffic on our LAN/WAN . Sometimes I find the network is very sluggish and
at other times, it is normal, I want to pin down the problem. I also
expect the software to be able to identify which workstation is
transferring big files, such a ppt file etc. Thanks for your info.


Sui Seto 

http://www.sunbelt-software.com/ntsysadmin_list_charter.htm