Sponsored Content
Special Forums IP Networking I would like to monitor network traffic for a computer on my network Post 302997568 by Corona688 on Tuesday 16th of May 2017 02:39:10 PM
Old 05-16-2017
Any garbage computer plus a PCI ethernet card beats a pi with a USB, with bonuses of being cheaper, faster, easier to use, able to boot a normal Linux livecd, able to run a distribution anyone has actually heard of, able to use media besides sd cards, and able to support normal hardware.

That you can do anything with a pi doesn't mean you should...

Last edited by Corona688; 05-16-2017 at 03:46 PM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

monitoring network traffic

there are commands to monitor the memory, paging, io... how about network traffic. i mean commands to see whether the network traffic (LAN) is congested? the closest i got is netstat thanks (6 Replies)
Discussion started by: yls177
6 Replies

2. Cybersecurity

How to capture network traffic

Hi, Can someone give me the clue on how to capture network traffic at gateway. Thanx (2 Replies)
Discussion started by: kayode
2 Replies

3. Programming

Help in developing a Network Appliation to monitor pc in a network

I am developing a Network Appliation to monitor computers in a network. Specs are App monitors the current web page viewed in each system App also can shutdown the computer in the network App can show all process run by each computer in the network I am now confused how to start my... (2 Replies)
Discussion started by: valaparambil88
2 Replies

4. Infrastructure Monitoring

Network Traffic

Hi all, Got a strange one here, well not so much strange, different :-) I need to work out if a server is particulary chatty, whether its talking / communicating heavily to a particular server, as Im planning to physically move the server to a different server, over a link. Hence the... (6 Replies)
Discussion started by: sbk1972
6 Replies

5. HP-UX

Monitoring traffic in the network

I Colleagues, Somebody can say me how to monitoring traffic in the network. also I am interested in monitoring memory. if somebody to know a guide with command advanced in unix welcome for me. Thank you for adcanced. (0 Replies)
Discussion started by: systemoper
0 Replies

6. Red Hat

How to monitor network device traffic using MRTG?

How to monitor network device traffic using MRTG? How can I add network devices in MRTG configuration to monitor? (2 Replies)
Discussion started by: manalisharmabe
2 Replies

7. UNIX Desktop Questions & Answers

While Connecting to Google networking. Error = Unusual traffic from your computer network.

Hello, I am working in office, where, more than 60 clients machines (only 16 machines are on windows) are there and one server Centos Server, I have configured clients with server, so that internet will be used form only one IP. Only 1 ip is assigned, but now a days, my client machines are... (2 Replies)
Discussion started by: RedRocks!!
2 Replies

8. Infrastructure Monitoring

How do I know what traffic is in network port?

If I would like to know what connection , data , traffic in a network port ( eth0 ) , what can I do ? ps. because I always found the network is very slow , so I would like what the network port is doing . Thanks Login ID ust3 is currently in read-only mode for multiple infractions. Creating... (0 Replies)
Discussion started by: ust03
0 Replies

9. UNIX for Advanced & Expert Users

How to throttle network traffic?

Hi All I am resilience testing an application that is spread across multiple servers. One thing I will need to do soon is throttle the network traffic for specific interfaces within the test cluster. Specifically, maybe make a connection take twice or three times as long to respond.... I... (3 Replies)
Discussion started by: bbq
3 Replies
EP(4)							   BSD Kernel Interfaces Manual 						     EP(4)

NAME
ep -- driver for 3Com EtherLink III Ethernet interfaces SYNOPSIS
ep0 at isa? port ? irq ? ep* at isapnp? ep* at eisa? slot ? ep* at mca? slot ? ep* at pci? dev ? function ? ep* at pcmcia? function ? DESCRIPTION
The ep device driver supports the 3Com EtherLink III family of Ethernet cards. The 3c515 is an ISA 10/100 card with DMA capability. The chipset is similar to that of the 3c905, with some changes to make it work with the more limited ISA bus address space. This card is supported, although DMA is not used. The EISA and PCI 3c59x devices use an older DMA engine which is not capable of multi-segment DMA. DMA on these devices is not used. The 3c529 is a MCA device, and doesn't support DMA. The PCI 3c90x devices have multi-segment DMA capability, which is not supported by the ep driver. To use the DMA capabilities of these cards, the ex(4) driver must be used. The PCI 3c90xB devices are not supported by the ep driver, as they do not include support for programmed I/O. These devices are supported by the ex(4) driver. The 3c575 is a CardBus device, and is supported by ex(4) driver. MEDIA SELECTION
There are 3 main chipset classes supported by the ep driver. Each has their own media selection capabilities. The first class is the ``3c509'' class. This includes the 3c509, 3c509B, 3c529, 3c579, 3c562, and 3c589. These devices can support 10BASE- T, 10BASE2, and 10BASE5. Available media will be displayed when the device is found by the kernel. The second class is the ``Vortex'' class. This includes the 3c592, 3c579, 3c590, and 3c595. This class also includes the 3c900-TPO and 3c900-COMBO; they use the ``Boomerang'' chipset, but use Vortex-style media selection. These devices have many different media types varying by model. Some models have an external MII connector for connecting an external PHY. This is supported by means of the ``manual'' media type. Available media will be displayed when the device is found by the kernel. The third class is the ``Boomerang'' class. This includes the 3c515, 3c905, and 3c574. These devices support media selection via MII. The 3c515 and 3c905 have an nsphy(4), and the 3c574 has a tqphy(4), for this purpose. See ifmedia(4) and mii(4) for more information. HARDWARE
Supported cards include: 3c509 ISA 10Mbps card, in BNC and multiport variants 3c509B ISA Plug-and-Play 10Mbps card, in BNC and multiport variants 3c515 ISA Plug-and-Play 10/100 card with UTP 3c529 MCA 10Mbps card, in UTP+AUI and BNC+AUI variants 3c556B PCMCIA 56K modem-10/100Mbps Ethernet combo card with dongle 3c562 PCMCIA modem-10Mbps Ethernet combo card with dongle 3c574 PCMCIA 10/100Mbps card with dongle 3c579 EISA 10Mbps card, in UTP, BNC, and multiport variants 3c589 PCMCIA 10Mbps card with dongle 3c590 PCI 10Mbps multiport card with DMA capability 3c592 EISA 10Mbps card with DMA capability 3c595 PCI 10/100Mbps with different media options and DMA capability 3c597 EISA 10/100Mbps card with DMA capability 3c900 PCI 10Mbps card in 10BASE-T and multiport variants with DMA capability 3c905 PCI 10/100Mbps card in 10BASE-T, multiport, and fast variants with DMA capability NOTES
EtherLink III cards have no jumpers to set the address. 3Com supplies software to set the address of the card in software. To find the card on the ISA bus, the kernel performs a complex scan operation at IO address 0x100. Beware! Avoid placing other cards at that address! The 3Com configuration utilities can `autosense' the active media and save it as default. The saved default medium is the medium that was active at the time the configuration utility was run. The ep driver does not yet re-autosense the active media at boot time. If the EEPROM autosense bit is set, the driver simply uses the media type sensed and saved when the configuration utility was run. DIAGNOSTICS
ep0: reset (status: %x) the driver has encountered a FIFO underrun or overrun. The driver will reset the card and the packet will be lost. This is not fatal. ep0: eeprom failed to come ready The EEPROM failed to come ready. This probably means the card is wedged. ep0: 3c509 in test mode. Erase pencil mark! This means that someone has scribbled with pencil in the test area on the card. Erase the pen- cil mark and reboot. (This is not a joke). SEE ALSO
eisa(4), ex(4), ifmedia(4), intro(4), isa(4), isapnp(4), mca(4), mii(4), nsphy(4), pci(4), pcmcia(4), tqphy(4), ifconfig(8) BSD
October 30, 2007 BSD
All times are GMT -4. The time now is 06:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy