On Thu, Oct 7, 2010 at 1:15 AM, Ankith Agarwal wrote:
>
> Thanks for your concern, but my requirement is to monitor the QoS
> parameters of a client interface. For this purpose I am capturing all the
> packets in the client using pcap and sending all the header part of the
> packets to the monit
On Wed, Oct 6, 2010 at 8:47 AM, Rob Hasselbaum wrote:
> On Tue, Oct 5, 2010 at 1:53 PM, Phil Vandry wrote:
>
>> On Mon, 4 Oct 2010 09:51:39 -0400 Rob Hasselbaum
>> wrote:
>> > Yes, it is possible (on Linux, anyway), but not extremely easy. You can
>> > c
On Tue, Oct 5, 2010 at 1:53 PM, Phil Vandry wrote:
> On Mon, 4 Oct 2010 09:51:39 -0400 Rob Hasselbaum
> wrote:
> > Yes, it is possible (on Linux, anyway), but not extremely easy. You can
> > correlate packet data to the kernel's network connection table and
> networ
On Tue, Oct 5, 2010 at 5:46 AM, Gert Doering wrote:
> Hi,
>
> On Tue, Oct 05, 2010 at 02:14:19AM -0700, Patrick Kurz wrote:
> > >For typical point-to-point IP traffic, the combination of local address,
> > >local port, remote address, remote port, and transport protocol (TCP or
> UDP)
> > >is the
On Mon, Oct 4, 2010 at 4:35 PM, Rob Hasselbaum wrote:
> On Mon, Oct 4, 2010 at 10:53 AM, Patrick Kurz wrote:
>
>> One more question: which part of a line from /proc/net/tcp like the
>> following
>> has a unique counterpart in the packet captured with pcap?
>> >s
On Mon, Oct 4, 2010 at 10:53 AM, Patrick Kurz wrote:
> One more question: which part of a line from /proc/net/tcp like the
> following
> has a unique counterpart in the packet captured with pcap?
> >sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt
> uid
> >timeout inode
On Mon, Oct 4, 2010 at 8:49 AM, Patrick Kurz wrote:
> Dear all,
> I am looking for a solution to monitor bandwidth usage
> a) broken up by source and destination ip address
> b) broken up by either user or process (pid) which is causing the bandwidth
>
>
Yes, it is possible (on Linux, anyway), bu
On Wed, May 12, 2010 at 1:41 PM, Eloy Paris wrote:
>
> libdnet's firewall interface is a great idea. Unfortunately, libdnet's
> support for modern Linux firewall capabilities is non-existent. It seems
> like libdnet was never updated for iptables, which replaced ipchains in
> Linux 2.4, and is wh
Hi there. Just wanted to post a quick note about a new project based
on libpcap that was just released. It's a real-time network traffic
monitor for KDE Plasma called Socket Sentry in the same spirit as
tools like iftop and netstat. Would you mind linking to it from your
"Related Projects" page on