Network traffic human readable?!

2012-01-21 Thread Tobias Pulm
Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Thanks... -- Mit freundlichen Grüßen / Yours sincerely Tobias Pulm -- Tobias Pulm Sperberweg 8 58644 Iserlohn Germany t...@facility5.org | http

Re: Network traffic human readable?!

2012-01-21 Thread Beni Brinckman
2012/1/21 Tobias Pulm t...@facility5.org Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Thanks... Is this what you need : netstat -i And then filter out the interfaces you need (netstat -i | grep device

Re: Network traffic human readable?!

2012-01-21 Thread Jason C. Wells
On 01/21/12 07:47, Tobias Pulm wrote: Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Rather than netstat, perhaps you want 'tcpdump' or 'nc'. Regards, Jason C. Wells

Is there a way to measure how much network traffic particular app generates?

2010-08-17 Thread Yuri
For example skype, or web browser? I know SysGuard in kde4 shows network traffic per interface at particular time. But I am interested in per-application stats. Yuri ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

RE: Is there a way to measure how much network traffic particular app generates?

2010-08-17 Thread Gary Gatten
will drive your decision. G -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Yuri Sent: Tuesday, August 17, 2010 1:38 PM To: freebsd-questions@freebsd.org Subject: Is there a way to measure how much network traffic

Re: Is there a way to measure how much network traffic particular app generates?

2010-08-17 Thread Joshua Isom
- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Yuri Sent: Tuesday, August 17, 2010 1:38 PM To: freebsd-questions@freebsd.org Subject: Is there a way to measure how much network traffic particular app generates? For example skype, or web

Re: Is there a way to measure how much network traffic particular app generates?

2010-08-17 Thread Mike Tancsa
At 02:37 PM 8/17/2010, Yuri wrote: For example skype, or web browser? I know SysGuard in kde4 shows network traffic per interface at particular time. But I am interested in per-application stats. There are a number of tools. Something like ntop presents a nice graphical interface

Re: Is there a way to measure how much network traffic particular app generates?

2010-08-17 Thread Iñigo Ortiz de Urbina
+pfctl+pftop road for pseudo-RT On 8/17/10, Yuri y...@rawbw.com wrote: For example skype, or web browser? I know SysGuard in kde4 shows network traffic per interface at particular time. But I am interested in per-application stats. Yuri ___ freebsd

ipv6 network traffic monitoring -- searching a working probe software

2010-05-25 Thread Reinhard Haller
Hi, currently I'm monitoring the network traffic with ng_netflow and nfdump/nfsen is used to collect, display and analyze the network traffic. I'm reviewing the tools to monitor ipv6. ng_netflow doesn't support ipv6 (is there a schedule to implement the needed protocol version 9?). I tried

Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Daniel Underwood
Hi folks: (1) I'm only used Wireshark and Ethereal to inspect network traffic, and I've only used these on several occasion. Would someone suggest FreeBSD alternatives (console or xserver based? (2) I'm testing my connection to a remote server. The connection is supposed to be encrypted

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Steve Bertrand
Daniel Underwood wrote: Hi folks: (1) I'm only used Wireshark and Ethereal to inspect network traffic, and I've only used these on several occasion. Would someone suggest FreeBSD alternatives (console or xserver based? tcpdump(1). It can save to a pcap file for later review within

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Matthew Seaman
Daniel Underwood wrote: Hi folks: (1) I'm only used Wireshark and Ethereal to inspect network traffic, and I've only used these on several occasion. Would someone suggest FreeBSD alternatives (console or xserver based? wireshark, formerly known as ethereal works just fine on FreeBSD. If you

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Daniel Underwood
Thanks for the help. I couldn't find any flags/fields in TCP packets indicated whether encrypted (as in the case of SSH packets). There isn't any, right? ___ freebsd-questions@freebsd.org mailing list

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Steve Bertrand
Daniel Underwood wrote: Thanks for the help. I couldn't find any flags/fields in TCP packets indicated whether encrypted (as in the case of SSH packets). There isn't any, right? No. TCP (Transport Layer) knows nothing about encryption/encoding, and hence there is no room (or need) within

Re: Network traffic monitoring: BSD monitor verifying encryption

2009-07-08 Thread Matthew Seaman
Daniel Underwood wrote: Thanks for the help. I couldn't find any flags/fields in TCP packets indicated whether encrypted (as in the case of SSH packets). There isn't any, right? Correct: there isn't anything like that in the TCP headers. Encryption on TCP streams is an application level

Re: simple network traffic query tool

2008-05-24 Thread Tobias Kirschstein
On Mon, 28 Apr 2008 18:00:46 + beni [EMAIL PROTECTED] wrote: On Thursday 24 April 2008 18:10:40 Tobias Kirschstein wrote: hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me a similar output

Re: simple network traffic query tool

2008-04-28 Thread beni
On Thursday 24 April 2008 18:10:40 Tobias Kirschstein wrote: hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me a similar output to systat -ifstat: /0 /1 /2 /3 /4 /5

Re: simple network traffic query tool

2008-04-28 Thread Grant Peel
Take a look at ipa. -Grant - Original Message - From: beni [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Cc: Tobias Kirschstein [EMAIL PROTECTED] Sent: Monday, April 28, 2008 2:00 PM Subject: Re: simple network traffic query tool On Thursday 24 April 2008 18:10:40 Tobias

Re: simple network traffic query tool

2008-04-27 Thread Norberto Meijome
On Sat, 26 Apr 2008 12:08:14 +0200 Zbigniew Szalbot [EMAIL PROTECTED] wrote: I hope I am not stealing the thread by asking an additional question. Thanks to this thread I discovered :) systat -ifstat and other switches. Does such data like below survive reboots? re0 in 8.062 KB/s

Re: simple network traffic query tool

2008-04-27 Thread Zbigniew Szalbot
Hi, Norberto Meijome pisze: On Sat, 26 Apr 2008 12:08:14 +0200 Zbigniew Szalbot [EMAIL PROTECTED] wrote: I hope I am not stealing the thread by asking an additional question. Thanks to this thread I discovered :) systat -ifstat and other switches. Does such data like below survive reboots?

Re: simple network traffic query tool

2008-04-26 Thread Tobias Kirschstein
On Fri, 25 Apr 2008 22:20:35 +0200 Roger Olofsson [EMAIL PROTECTED] wrote: Tobias Kirschstein skrev: hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me a similar output to systat -ifstat

Re: simple network traffic query tool

2008-04-26 Thread Zbigniew Szalbot
Hello, Tobias Kirschstein pisze: On Fri, 25 Apr 2008 22:20:35 +0200 Roger Olofsson [EMAIL PROTECTED] wrote: Tobias Kirschstein skrev: hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me

Re: simple network traffic query tool

2008-04-25 Thread Roger Olofsson
Tobias Kirschstein skrev: hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me a similar output to systat -ifstat: /0 /1 /2 /3 /4 /5 /6 /7 /8 /9 /10 Load

simple network traffic query tool

2008-04-24 Thread Tobias Kirschstein
hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me a similar output to systat -ifstat: /0 /1 /2 /3 /4 /5 /6 /7 /8 /9 /10 Load Average

Re: simple network traffic query tool

2008-04-24 Thread AngryWolf
Hi, Perhaps try 'bmon'. It doesn't support displaying peak values though, but simple enough. -- AngryWolf [EMAIL PROTECTED] On Thursday 24 April 2008 20.10.40 Tobias Kirschstein wrote: unfortunately the network monitor build into superkaramba does not work for freebsd, os i want to write a

Re: simple network traffic query tool

2008-04-24 Thread Norman Maurer
2008/4/24 AngryWolf [EMAIL PROTECTED]: Hi, Perhaps try 'bmon'. It doesn't support displaying peak values though, but simple enough. -- AngryWolf [EMAIL PROTECTED] On Thursday 24 April 2008 20.10.40 Tobias Kirschstein wrote: unfortunately the network monitor build into superkaramba

Re: simple network traffic query tool

2008-04-24 Thread Paul Schmehl
--On Thursday, April 24, 2008 20:10:40 +0200 Tobias Kirschstein [EMAIL PROTECTED] wrote: hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me a similar output to systat -ifstat: /0

Re: tools for network traffic accounting

2006-11-06 Thread Niek
Thanks, also to all others who answered this question. I found out that setting 'set loginterface if' in pf.conf makes it possible to get transfer statistics from pfctl -si. Maybe it is of interest for other beginners like me. regds, Niek Philip Hallstrom wrote: I would like to configure

Re: tools for network traffic accounting

2006-11-06 Thread Giorgos Keramidas
On 2006-11-06 15:51, Niek [EMAIL PROTECTED] wrote: Thanks, also to all others who answered this question. I found out that setting 'set loginterface if' in pf.conf makes it possible to get transfer statistics from pfctl -si. Maybe it is of interest for other beginners like me. There is also

tools for network traffic accounting

2006-10-05 Thread Niek Dekker
Dear list, I would like to configure a monthly report of the incoming and outgoing amount of traffic on the network interface of my server, for instance in the monthly run output. Can I do this with a built in program of FreeBSD 6.0 or do I need a port? Niek

Re: tools for network traffic accounting

2006-10-05 Thread Bachilo Dmitry
В сообщении от Четверг 05 октября 2006 17:17 Niek Dekker написал(a): Dear list, I would like to configure a monthly report of the incoming and outgoing amount of traffic on the network interface of my server, for instance in the monthly run output. Can I do this with a built in program of

Re: tools for network traffic accounting

2006-10-05 Thread Philip Hallstrom
I would like to configure a monthly report of the incoming and outgoing amount of traffic on the network interface of my server, for instance in the monthly run output. Can I do this with a built in program of FreeBSD 6.0 or do I need a port? If you just wanted a total count and run ipfw (or

Re: tools for network traffic accounting

2006-10-05 Thread Joe
Niek Dekker wrote: Dear list, I would like to configure a monthly report of the incoming and outgoing amount of traffic on the network interface of my server, for instance in the monthly run output. Try argus. http://qosient.com/argus/ ___

Heavy internal network traffic seems to upset other network processes

2006-09-17 Thread Jim Keller
I have a FreeBSD 6.1 machine with two em nics, one of which is set up as external for the Internet-facing side, the other is internal (100Mbit) and is connected to a small switch with a few other machines. Occasionally I will transfer large files across the internal link and, when doing so,

Re: Network traffic Monitor

2006-04-04 Thread Jason C. Wells
Eric Schuele wrote: Rodrigo G. Tavares de Souza wrote: Hi, I getting a problem with a DSL connection, and I need a way to monitor the network traffic. I found a program called Netsaint, could I do it with this one? It depends on what your monitoring focus is. If you just want to do

Network traffic Monitor

2006-04-03 Thread Rodrigo G. Tavares de Souza
Hi, I getting a problem with a DSL connection, and I need a way to monitor the network traffic. I found a program called Netsaint, could I do it with this one? Best Regards, Rodrigo Souza Sao Paulo - Brazil ___ freebsd-questions@freebsd.org

Re: Network traffic Monitor

2006-04-03 Thread Eric Schuele
Rodrigo G. Tavares de Souza wrote: Hi, I getting a problem with a DSL connection, and I need a way to monitor the network traffic. I found a program called Netsaint, could I do it with this one? Try Ethereal. http://www.ethereal.com/ Its in ports net/ethereal HTH Best Regards

RE: Getting the network traffic amount since the interface went up

2005-12-14 Thread Ansar Mohammed
Try netstat -s -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Parv Sent: December 14, 2005 2:23 AM To: Chuck Swiger Cc: f-q Subject: Re: Getting the network traffic amount since the interface went up in message [EMAIL PROTECTED

Getting the network traffic amount since the interface went up

2005-12-13 Thread Parv
I am interested to know the total amount of data passed through a network interface (em0 in my case) since the interface went up. So far, i have seen that pload, nload, netstat -b -I report the amount since the operating system has been up, not since the new ethernet connection has been

Re: Getting the network traffic amount since the interface went up

2005-12-13 Thread Parv
in message [EMAIL PROTECTED], wrote Chuck Swiger thusly... Parv wrote: ... Is there a way to find out the amount of traffic (in out) since a network interface has been up (not since the OS has been up)? There are lots of solutions to this problem, it kinda depends on what you're

Simple Network Traffic script

2004-11-12 Thread Tim Traver
Hi all, ok, this may be a dumb question, but does anyone know where I can find a simple script that shows the network traffic to and from your local box ? using netstat -i 5, can see the traffic over 5 seconds, but then I need to do a bunch of calculations to try and get a reasonable number

Re: Simple Network Traffic script

2004-11-12 Thread Josh Paetzel
On Friday 12 November 2004 20:56, Tim Traver wrote: Hi all, ok, this may be a dumb question, but does anyone know where I can find a simple script that shows the network traffic to and from your local box ? using netstat -i 5, can see the traffic over 5 seconds, but then I need to do

Re: Simple Network Traffic script

2004-11-12 Thread Tim Traver
that shows the network traffic to and from your local box ? using netstat -i 5, can see the traffic over 5 seconds, but then I need to do a bunch of calculations to try and get a reasonable number. I looked at ntop, but couldn't get it to work... there must be a simpler way... Thanks, Tim. Well

RE: Simple Network Traffic script

2004-11-12 Thread Michael Clark
Hi all, ok, this may be a dumb question, but does anyone know where I can find a simple script that shows the network traffic to and from your local box ? using netstat -i 5, can see the traffic over 5 seconds, but then I need to do a bunch of calculations to try and get

Re: Simple Network Traffic script

2004-11-12 Thread Aaron Nichols
On Fri, 12 Nov 2004 12:56:57 -0800, Tim Traver [EMAIL PROTECTED] wrote: Hi all, ok, this may be a dumb question, but does anyone know where I can find a simple script that shows the network traffic to and from your local box ? snip there must be a simpler way... If you are running 5.3

Re: Simple Network Traffic script

2004-11-12 Thread Dan Nelson
In the last episode (Nov 12), Tim Traver said: ok, this may be a dumb question, but does anyone know where I can find a simple script that shows the network traffic to and from your local box ? using netstat -i 5, can see the traffic over 5 seconds, but then I need to do a bunch

Re: Simple Network Traffic script

2004-11-12 Thread Josh Paetzel
On Friday 12 November 2004 21:40, Aaron Nichols wrote: On Fri, 12 Nov 2004 12:56:57 -0800, Tim Traver [EMAIL PROTECTED] wrote: Hi all, ok, this may be a dumb question, but does anyone know where I can find a simple script that shows the network traffic to and from your local box

Re: network traffic

2004-05-20 Thread B Hansson
[EMAIL PROTECTED] wrote: That works Great but do you know of anything that works in side the network? does the same thing but inside the network Yes, Tptest. Setup a tptest server on your network and use the client to connect to your own tptest server. /BH

network traffic

2004-05-19 Thread Buck Jones
any one know were I can get a netwrk testing tool that can sit on a server and test the speed of a network connection.. I have a small network ot work and I get computers that just disappear off the net..different computer at different times. but most of the time they are on the net and just are

Re: network traffic

2004-05-19 Thread B Hansson
Buck Jones wrote: any one know were I can get a netwrk testing tool that can sit on a server and test the speed of a network connection.. I have a small network ot work and I get computers that just disappear off the net..different computer at different times. but most of the time they are on the

Re: network traffic

2004-05-19 Thread Chuck Swiger
Buck Jones wrote: I would like two programs that sit on two computer and just talk to each other and tell what the speed they are talking and if there is a packet loss ping -f is a pretty good way of stress-testing a LAN. You can also use time ping -s 1000 -c 1000 -i 0.0001 host or so to send

RE: network traffic

2004-05-19 Thread Buck
That works Great but do you know of anything that works in side the network? does the same thing but inside the network -Original Message- From: B Hansson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 7:22 AM To: freebsd questions Cc: [EMAIL PROTECTED] Subject: Re: network

Re: network traffic

2004-05-19 Thread Oscar Ricardo Silva
At 02:41 PM 5/18/2004, you wrote: any one know were I can get a netwrk testing tool that can sit on a server and test the speed of a network connection.. I have a small network ot work and I get computers that just disappear off the net..different computer at different times. but most of the time

Re: Viewing Network Traffic

2003-01-08 Thread Denis N. Peplin
On Tuesday 07 January 2003 18:49, Justin P. Michel wrote: Greetings, I need to be able to view packets that are being sent out, and recieved by a machine on my network, running FreeBSD 4.7-Release-p2. I was wondering what utilities are recommended by those in the know. Any site links where

Viewing Network Traffic

2003-01-07 Thread Justin P. Michel
Greetings, I need to be able to view packets that are being sent out, and recieved by a machine on my network, running FreeBSD 4.7-Release-p2. I was wondering what utilities are recommended by those in the know. Any site links where I can read up on said utilities are also needed. Thanks in

Re: Viewing Network Traffic

2003-01-07 Thread Matt Smith
tcpdump + tcpshow -- text mode sniffer + viewer ethereal -- X11 sniffer etherape -- shows nice graphical analysis of network traffic. On Tue, 2003-01-07 at 10:49, Justin P. Michel wrote: Greetings, I need to be able to view packets that are being sent out, and recieved by a machine on my

Something like top for network traffic?

2002-12-16 Thread Mxsmanic
Is there a utility like top for network traffic specifically, something that would let me see the volume of traffic going over network connections on a second-by-second basis on the console (text mode only)? It's mainly to see how much of a load a new Web site is generating. To Unsubscribe: send

Re: Something like top for network traffic?

2002-12-16 Thread Simas Cepaitis
Hello, * Mxsmanic ([EMAIL PROTECTED]) wrote: Is there a utility like top for network traffic specifically, something that would let me see the volume of traffic going over network connections on a second-by-second basis on the console (text mode only)? It's mainly to see how much of a load

Re: Something like top for network traffic?

2002-12-16 Thread Denis N. Peplin
On Monday 16 December 2002 14:04, Mxsmanic wrote: Is there a utility like top for network traffic specifically, something that would let me see the volume of traffic going over network connections on a second-by-second basis on the console (text mode only)? It's mainly to see how much

Re: Limit Network Traffic APACHE 1.3

2002-09-23 Thread Jeff Jirsa
On Mon, 23 Sep 2002, Philip Hallstrom wrote: There are some apache modules that can do this to various extents, and I think you could use ipfw's dummynet as well. # cat /usr/ports/www/mod_throttle/pkg-descr This Apache module is intended to reduce the load on your server bandwidth generated

Re: Limit Network Traffic APACHE 1.3

2002-09-23 Thread Christopher J. Umina
wrote: There are some apache modules that can do this to various extents, and I think you could use ipfw's dummynet as well. On Mon, 23 Sep 2002, Christopher J. Umina wrote: Hey peoples, How can I limit Apache's use of network traffic? I want to limit it to somewhere around 50 Kb/s

Re: Limit Network Traffic APACHE 1.3

2002-09-23 Thread Duncan Anker
On Tue, 2002-09-24 at 09:14, Christopher J. Umina wrote: Does anybody know of these modules? The ipfw thing would limit bandwidth on the whole server unless I have a tun device, which I don't. I want it to be fast in the internal network, but not use too much of the speed serving to the

Re: Limit Network Traffic APACHE 1.3

2002-09-23 Thread Philip Hallstrom
you might try mod_throttle http://modules.apache.org/search?id=123 as for dummynet, read the ipfw man page. I think it's a two part process.. first passing things off to a pipe and then defining the pipe. So in the first part you'd specify the port. Never used it though so I could be wrong.