Sponsored Content
Special Forums IP Networking I would like to monitor network traffic for a computer on my network Post 302998094 by cb88 on Thursday 25th of May 2017 12:42:28 AM
Old 05-25-2017
Quote:
Originally Posted by Corona688
pentium 4 is a bit old, unless it has 1g ram or more.
It's still more than 1-2 orders of magnitude faster than the original Pi. And probably 2-5x faster than a Pi2.

That said you could get a $2 USB Ethernet adapter on ebay ... and plug it into the pi and experiment with that. The Pi will probably show your internet down since it's peripherals all hang off it's overloaded USB bus.

The P4 ought to handle it with ease... as far as that goes lots of people have used much slower machines for routers/firewalls. Rather than using wireshark which is a rather heavy handed but comprehensive solution, you just do as suggested here with dnsmasq How to log all my DNS queries? - Unix & Linux Stack Exchange

And filter the log for dnsmasq output.... just about as good as wireshark and probably more performant than running without the system as now your dns queries are cached by a local machine. The TCPDUMP answer there is also good.

If you get it working on the P4 getting a mini PC is probably a decent idea... as the power savings alone will pay for itself. A P4 computer costs between $100-300 a year to leave running vs the mini PC costing about 10 bucks a year.

Last edited by cb88; 05-25-2017 at 01:49 AM..
 

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
niff(7) 						 Miscellaneous Information Manual						   niff(7)

NAME
niff - Network Interface Failure Finder (NIFF) introductory information. DESCRIPTION
The Network Interface Failure Finder, NIFF, is a facility for detecting and reporting possible failures in network interface cards (NICs) or their connections. Detection is done by monitoring device counters and attempting to generate traffic to NICs suspected of having failed. Reporting is done using the Event Manager subsystem (EVM). NIFF does not drive failover operations; that is the responsibility of the application that subscribes to NIFF's EVM events. Appropriate courses of action may include selecting another network interface for communication or if it is a clustered environment, migrating an application. See nr(7) for further information. At the heart of NIFF is the traffic monitor thread. The traffic monitor thread tracks changes in the network device's counters, and notes if the received packet counter remains unchanged since the previous snapshot. As long as the counter continues to increase, the traffic monitor thread assumes the NIC is functioning. See nifftmt(7) for further information. The traffic monitor thread can monitor any network interface. The configuration utility, niffconfig, is used to activate and administer the traffic monitor thread. See nifftmt(7) and niffconfig(8) for further information. The Network Interface Failure Finder daemon, niffd, is a traffic generator for network interfaces that have been classified inactive by the kernel traffic monitor thread. The purpose of niffd is to get the interface packet counters to increment, signifying the interface is still alive and well. See niffd(8) for further information. SEE ALSO
: nifftmt(7), nr(7), niffconfig(8), niffd(8) delim off niff(7)
All times are GMT -4. The time now is 01:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy