Network Traffic Tool For Mac

Network-based intrusion detection, also known as a network intrusion detection system or network IDS, examines the traffic on your network. As such, a typical NIDS has to include a packet sniffer in order to gather network traffic for analysis.

Active4 months ago

What's a good software solution to slow down internet connections on the mac for testing and simulations?

My primary need is when testing code in the iPhone / iOS simulator, so slowing down the connection for specific applications or processes would be great.

bmike
168k46 gold badges304 silver badges662 bronze badges
aneuryzmaneuryzm
2,23921 gold badges59 silver badges84 bronze badges

8 Answers

Apple has made a very handy official tool to slow down the network connections on you Mac for testing purposes.

The Network Link Conditioner preference is a free download from within Xcode (for Lion and later OS). Additionally, iOS has similar function accessible from within Xcode and iOS 6 or later.

Older versions of Xcode before version 4.3.2 embedded a copy of this tool. Now, you use Xcode to download it directly in a similar manner to the iOS simulators and developer documentation.

There are 11 built in profiles from a Lossy Edge network with 400ms delay to a cable modem. If you need other limits, you can create custom profiles with your own settings or you can also use ipfw yourself as described in Craig Hockenberry's article slow ride, make it easy It also mentions the Speed Limit panel by Mike Schrag that is a smaller download than Xcode, but has fewer options than Apple's tool.

It slows down the entire network stack, so you can't throttle on a per app basis without doing things like install lion in a virtual machine and set that VM with a throttled stack.

Community
bmikebmike
168k46 gold badges304 silver badges662 bronze badges

OS X 10.9 and earlier provide ipfw and it allows you to define custom firewall rules. Create a pipe with limited bandwidth using ipfw and you can run your tests and simulations.

  1. Create a pipe '1' limited to 500KBytes/s via

  2. Guide all network traffic of port 80 through pipe '1' using

  3. When you don't need the pipe anymore, remove it from the port using

Other

  • If you want to set higher traffic barriers, you can use MByte/s
  • Port 80: standard port for unencrypted http traffic. This port is used for most browsing and downloading. You should be fine with this in most cases.
  • Port 443: standard port for SSL encrypted https traffic.
bmike
168k46 gold badges304 silver badges662 bronze badges
gentmattgentmatt
36.8k45 gold badges171 silver badges259 bronze badges

Speed Limit is a System Preferences pane for intentionally and selectively slowing down specific ports and domains.

Randy6T9Randy6T9
1,4631 gold badge13 silver badges28 bronze badges

To add to the accepted answer: it looks like you shouldn't need XCode, just an account at the Apple Developer website (simpler than first downloading the 2GB XCode package if you don't have it already).

Go to https://developer.apple.com/downloads and search for 'Network Link Conditioner' or 'Additional Tools for XCode', the latter being the name of the package it's found in.

To download it via Xcode 8.x:

Is there any listing tools similar to Turbo Lister, Seller Assistant, etc. That work with a MAC. It must include an automatic jpg uploading to web. Seller Sourcebook offers an easy-to-use tool for listing and image hosting. It also provides a large template gallery. Their flat rate service for beginner and advanced eBay sellers includes listing, scheduling, and coordination of listings. Learn More About Seller Sourcebook. Free Shipping on many items across the worlds largest range of Mac Tools Hand Wrenches. Find the perfect Christmas gift ideas with eBay. Ebay listing tool for mac.

  • Click on the Xcode menu
  • Go to Open Developer Tool > More Developer Tools..
  • This will open a page at developer.apple.com (Note: you may need to log in first)
  • Click on the '+' sign next to Additional Tools for Xcode 8.x
  • Click on the download URL
Roger DueckRoger Dueck

If you only need throttling for Web development, I can wholeheartedly recommend Charles. It's an excellent tool for debugging HTTP applications anyway, and among its many features, it's got a Throttle option. The software isn't cheap, but it does an excellent job.

KiezproKiezpro

Mac OS X 10.10+ users need to use dnctl and pfctl but documented usage examples aren't easy to find.

If you want to go all out and shape everything you can use:

I believe this also affects localhost pipes which slowed down my vs-code debugging, so be mindful of that.

ubershmekelubershmekel

You can also use ipfw piping to slow down your network.

First, setup a virtual 'pipe' to limit throughput to 800KBit/sec:

Then you can setup rules to push traffic through that pipe (pipe 1). (ports 6881-6890 being bittorrent traffic)

Here's another example to limit traffic down to 10Kbit/sec from a specific IP address:

daviesgeekdaviesgeek
22.2k48 gold badges142 silver badges188 bronze badges

For XCode 10.2, in More developer tools - Additional Tools for XCode 10.2, you will find Network Link Conditioner.

Kiran JasvaneeKiran Jasvanee

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged macosmacnetworkperformanceinternet .

Here are 20 of the best free tools for monitoring devices, services, ports or protocols and analyzing traffic on your network. This list is intended to supplement 101 Free SysAdmin Tools. Even if you may have heard of some of these tools before, I’m confident that you’ll find a gem or two amongst this list.

1. GFI LanGuard (our award-winning paid solution)

People say it’s good to be modest and not to brag, but we’re so proud of our network management tool that we had to start the list with GFI LanGuard. You can use it to scan both small and large networks, in search of software vulnerabilities and unpatched or unlicensed applications. Information coming from up to 60,000 devices, running on Windows, Mac OS or Linux, will be shown in a centralized web console, so you’ll be able to see the state of your whole network at any moment and from any location.

Network Traffic Tool For Mac

With centralized patch management and network auditing, GFI LanGuard prevents potential compliance issues, but if you’re a sysadmin the fact that all machines are patched and secured will surely seem like a more important advantage. But, don’t take our word for it, download the free 30-day trial and try it out.

2. Microsoft Message Analyzer

Microsoft Message Analyzer, the successor to Microsoft Network Monitor 3.4, has an intuitive and flexible UI with effective filtering options that allow you to break down and drill into captured packets (or ‘messages’ as they are called in Message Analyzer). By adding ‘Color Rules’ to different protocol traffic, you can make scanning through areas of interest easier and faster.

Some of its highlighted features include automated data capture (using PowerShell cmdlets to start or stop traces based on a particular trigger), TLS/SSL decryption support and customizable filter expressions.

Microsoft Message Analyzer allows you to assess multiple log data sources from a single pane of glass. You can capture, view and analyze network protocol traffic side-by-side with other system or application events (e.g., Event Logs or SQL Tables), making it a valuable addition to your network toolkit.

When you launch Microsoft Message Analyzer, click ‘Start Local Trace’ to immediately start capturing traffic from the local machine, or ‘New Session’ to add a Data Source to capture.

3. Nagios

Nagios is a powerful network monitoring tool that helps you to ensure that your critical systems, applications, and services are always up and running. It provides features such as alerting, event handling, and reporting. Nagios Core is the heart of the application that contains the core monitoring engine and a basic web UI. On top of Nagios Core, you can implement plugins that will allow you to monitor services, applications, and metrics, a chosen frontend as well as add-ons for data visualization, graphs, load distribution, and MySQL database support, amongst others.

Once you’ve installed and configured Nagios, launch the Web UI and begin to configure host groups and service groups. Once Nagios has had some time to monitor the status of the specified hosts and services, it can start to paint a picture of what the health of your systems look like.

4. OpenNMS

OpenNMS is an open source enterprise-grade network management application that offers automated discovery, event and notification management, performance measurement, and service assurance features. OpenNMS includes a client app for the iPhone, iPad or iPod Touch for on-the-go access, giving you the ability to view outages, nodes, alarms and add an interface to monitor.

Once you successfully login to the OpenNMS web UI, use the dashboard to get a quick ‘snapshot view’ of any outages, alarms or notifications. You can drill down and get more information about any of these sections from the Status drop-down menu. The Reports section allows you to generate reports to send by e-mail or download as a PDF.

5. Advanced IP Scanner

Advanced IP Scanner is a fast and easy to use network scanner that detects any network devices (including wireless devices such as mobile phones, printers, and WIFI routers) on your network. It allows you to connect to common services such as HTTP, FTP and shared folders if they are enabled on the remote machine. You are also able to wake up and shut down remote computers.

The installer allows you to fully install the application on your machine or run the portable version. When you launch Advanced IP Scanner, start by going to Settings > Options to select which resources to scan and how fast/accurate you want the results. You can then choose which subnet to scan and proceed with pressing the “Scan” button. Once the scan is complete, expand the results to see which resources you can connect to for each discovered device or export your results to XML/HTML/CSV.

6. Capsa Free

Capsa Free is a network analyzer that allows you to monitor network traffic, troubleshoot network issues and analyze packets. Features include support for over 300 network protocols (including the ability to create and customize protocols), MSN and Yahoo Messenger filters, email monitor and auto-save, and customizable reports and dashboards.

When you launch Capsa, choose the adapter you want it to bind to and click “Start” to initiate the capture process. Use the tabs in the main window to view the dashboard, a summary of the traffic statistics, the TCP/UDP conversations, as well as packet analysis.

7. Telerik Fiddler

Fiddler is a web debugging tool that captures HTTP traffic between chosen computers and the Internet. It allows you to analyze incoming and outgoing data to monitor and modify requests and responses before they hit the browser. Fiddler gives you extremely detailed information about HTTP traffic and can be used for testing the performance of your websites or security testing of your web applications (e.g., Fiddler can decrypt HTTPS traffic).

When you launch Fiddler, HTTP traffic will start to be captured automatically. To toggle traffic capturing, hit F12. You can choose which processes you wish to capture HTTP traffic for by clicking on “All Processes” in the bottom status bar, or by dragging the “Any Process” icon from the top menu bar onto an open application.

8. NetworkMiner

NetworkMiner captures network packets and then parses the data to extract files and images, helping you to reconstruct events that a user has taken on the network – it can also do this by parsing a pre-captured PCAP file. You can enter keywords which will be highlighted as network packets are being captured. NetworkMiner is classed as a Network Forensic Analysis Tool (NFAT) that can obtain information such as hostname, operating system and open ports from hosts.

In the example above, I set NetworkMiner to capture packets, opened a web browser and searched for “soccer” as a keyword on Google Images. The images displayed in the Images tab are what I saw during my browser session.

When you load NetworkMiner, choose a network adapter to bind to and hit the “Start” button to initiate the packet capture process.

9. Pandora FMS

Pandora FMS is a performance monitoring, network monitoring, and availability management tool that keeps an eye on servers, applications and communications. It has an advanced event correlation system that allows you to create alerts based on events from different sources and notify administrators before an issue escalates.

When you login to the Pandora FMS Web UI, start by going to the ‘Agent detail’ and ‘Services’ node from the left-hand navigation pane. From here, you can configure monitoring agents and services.

10. Zenoss Core

Zenoss Core is a powerful open source IT monitoring platform that monitors applications, servers, storage, networking, and virtualization to provide availability and performance statistics. It also has a high-performance event handling system and an advanced notification system.

Once you login to Zenoss Core Web UI for the first time, you are presented with a two-step wizard that asks you to create user accounts and add your first few devices/hosts to monitor. You are then taken directly to the Dashboard tab. Use the Dashboard, Events, Infrastructure, Reports and Advanced tabs to configure Zenoss Core and review reports and events that need attention.

Network Traffic Tool For Mac

11. PRTG Network Monitor Freeware

PRTG Network Monitor monitors network availability and network usage using a variety of protocols including SNMP, Netflow, and WMI. It is a powerful tool that offers an easy to use web-based interface and apps for iOS and Android. Amongst others, PRTG Network Monitor’s key features include:

(1) Comprehensive Network Monitoring which offers more than 170 sensor types for application monitoring, virtual server monitoring, SLA monitoring, QoS monitoring

(2) Flexible Alerting, including nine different notification methods, status alerts, limit alerts, threshold alerts, conditional alerts, and alert scheduling

(3) In-Depth Reporting, including the ability to create reports in HTML/PDF format, scheduled reports, as well as pre-defined reports (e.g., Top 100 Ping Times) and report templates.

Note: The Freeware version of PRTG Network Monitor is limited to 100 sensors.

When you launch PRTG Network Monitor, head straight to the configuration wizard to get started. This wizard will run you through the main configuration settings required to get the application up and running, including the adding of servers to monitors and which sensors to use.

12. MiTeC Network Scanner

MiTeC Network Scanner is a modest yet feature rich network scanner for detecting network devices which include remote command execution and shutdown functionality, as well as Active Directory scanning and a bunch of in-built network tools as some of its key features.

When you launch MiTeC Network Scanner, start by selecting one of the scans to run from the Scan section on the top ribbon.

Network Traffic Capture Tools

13. Splunk

Mac Tools Set

Splunk is a data collection and analysis platform that allows you to monitor, gather and analyze data from different sources on your network (e.g., event logs, devices, services, TCP/UDP traffic, etc.). You can set up alerts to notify you when something is wrong or use Splunk’s extensive search, reporting, and dashboard features to make the most of the collected data. Splunk also allows you to install ‘Apps’ to extend system functionality.

Note: When you first download and install Splunk, it automatically installs the Enterprise version for you to trial for 60 days before switching to the Free version. To switch to the free version straight away, go to Manager > Licensing.

When you login to the Splunk web UI for the first time, add a data source and configure your indexes to get started. Once you do this, you can then create reports, build dashboards, and search and analyze data.

Capture Screenshots, Record Screen & Backup to the Cloud Monosnap provides all kinds of screen grabbing options. Monosnap is a free screen capture tool for Mac and Windows, which gives all of the aforementioned features and more. However, there are very few good screen grabbing tools that provide a comprehensive set of all kinds of features that can help you avoid installing multiple applications for performing different tasks like making screencasts, taking screenshots, annotating screen grabs, and backing your screen grabs to the cloud. You can use this simple tool to capture screenshots, create screencasts, upload them to YouTube, as well as save your screenshots and videos to a Monosnap account. Grab application for mac. • • • • • • There are a plethora of screen capture tools, many available for free.

14. Angry IP Scanner

Angry IP Scanner is a standalone application that facilitates IP address and port scanning. It is used to scan a range of IP addresses to find hosts that are alive and obtain information about them (including MAC address, open ports, hostname, ping time, NetBIOS information, etc.).

When you execute the application, go to Tools > Preferences to configure Scanning and Port options, then go to Tools > Fetchers to choose what information to gather from each scanned IP address.

15. Icinga 2

Icinga is a Linux based fully open source monitoring application which checks the availability of network resources and immediately notifies users when something goes down. Icinga provides business intelligence data for in-depth analysis and a powerful command line interface.

When you first launch the Icinga web UI, you are prompted for credentials. Once you’ve authenticated, use the navigation menu on the left-hand side to manage the configuration of hosts, view the dashboard, reports, see a history of events, and more.

16. Observium Community

Observium Community is an intuitive SNMP-based network management and monitoring tool that auto-discovers devices on your network and reports back on their status. It runs on Linux and supports a multitude of device types, platforms and operating systems including Cisco, F5, Citrix, Juniper, Windows, Linux and more.

Start by adding devices to monitor either manually or via the auto-discovery feature, which probes the network looking for SNMP configured devices. After devices have been added, go to the Overview page to review the status of each device.

17. NetXMS

NetXMS is multi-platform network management and monitoring system that offers event management, performance monitoring, alerting, reporting and graphing for the entire IT infrastructure model. NetXMS’s main features include support for multiple operating systems and database engines, distributed network monitoring, auto-discovery, and business impact analysis tools, amongst others. NetXMS gives you the option to run a web-based interface or a management console.

Once you login to NetXMS you need to first go to the “Server Configuration” window to change a few settings that are dependent on your network requirements (e.g., changing the number of data collection handlers or enabling network discovery). You can then run the Network Discovery option for NetXMS to discover devices on your network automatically, or add new nodes by right-clicking on “Infrastructure Services” and selecting Tools > Create Node.

Network Traffic Tool

18. WirelessNetView

Network Traffic Tool Download

WirelessNetView is a lightweight utility (available as a standalone executable or installation package) that monitors the activity of reachable wireless networks and displays information related to them, such as SSID, Signal Quality, MAC Address, Channel Number, Cipher Algorithm, etc.

As soon as you execute WirelessNetView, it automatically populates a list of all reachable Wi-Fi networks in the area and displays information relevant to them (all columns are enabled by default).

Note: Wireless Network Watcher is a small utility that goes hand in hand with WirelessNetView. It scans your wireless network and displays a list of all computers and devices that are currently connected, showing information such as IP address, MAC address, computer name and NIC card manufacturer – all of which can be exported to an HTML/XML/csv/txt file.

Download Tools For Mac

19. Riverbed Xirrus Wi-Fi Inspector

Riverbed Xirrus Wi-Fi Inspector can be used to search for Wi-Fi networks, manage and troubleshoot connections, verify Wi-Fi coverage, locate Wi-Fi devices and detect rogue Access Points. Riverbed Xirrus Wi-Fi Inspector comes with a built-in connection, quality and speed tests.

Once you launch Wi-Fi Inspector and choose an adapter, a list of available Wi-Fi connections is displayed in the “Networks” pane. Details related to your current Wi-Fi connection are shown in the top right-hand corner. Everything pretty much happens from the top ribbon bar – you can run a test, change the layout, edit settings, refresh connections, etc.

Monitor Network Traffic Tool

20. Wireshark

This list wouldn’t be complete without the ever-popular Wireshark. Wireshark is an interactive network protocol analyzer and capture utility. It provides for in-depth inspection of hundreds of protocols and runs on multiple platforms.

When you launch Wireshark, choose which interface you want to bind to and click the green shark fin icon to get going. Packets will immediately start to be captured. Once you’ve collected what you need, you can export the data to a file for analysis in another application or use the inbuilt filter to drill down and analyze the captured packets at a deeper level from within Wireshark itself.

Are there any free tools not on this list that you’ve found useful and would like to share with the community?

Mac Tools Website

You may also like: