109

Is there a good bit of software on Mac OS X that I can use to monitor incoming and outgoing network activity? Nothing too geeky, I just want something simple to use.

I'm on version 10.6 (Snow Leopard) if that helps.

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400
xentek
  • 1,211

8 Answers8

82

Wireshark is widely acknowledged as one of the best network monitor tools available. Distributions are available for OS X.

If you prefer something more simplistic you can use iStatMenus to show incoming / outgoing network traffic speeds.

For the person who doesn't want to install anything you can also use tcpdump in Terminal.

tcpdump -i [interface, en0 is ethernet, en1 is wireless]
Josh K
  • 12,990
57

Also check out nettop, a little command line gem that ships with Mac OS.

SengMing
  • 679
32

Also look at MenuMeters. I tried iStat Menus & MenuMeters and preferred MM. Not saying one is better; just that there are a couple of choices.

A working version of MenuMeters for El Capitan can be found here.

enter image description here

JRobert
  • 7,134
15

LittleSnitch! - 30$

It is mainly a software Firewall that may help you to prevent some apps to access the internet. It also has a nice menubar icon with live network usage. Mouseover on it and it displays which app is communicating with which server or ip address.

I have LittleSnitch and iStat Menus installed. Both are complementary.

Arko
  • 1,692
7

Commercial (16$) iStat Pro and iStat Menus (dashboard widget and menu bar item respectively) are great for monitoring everything from network activity to CPU temperatures.

And of course there's the network tab of Activity Monitor.

sorin
  • 12,189
Kevin Yap
  • 1,027
2

Network Logger for Mac OS X from Group Mind does a great job of tracking network traffic, downtime (in real time, with timed log), and lots of easy-to-understand stuff. I'm not technical and all I really wanted was to track when my ISP connection went down, and for how long it stayed down. Mac's little Network Utility app would ping endlessly but wouldn't give me a chronological log. Network Logger did, and was easy for a novice to understand.

Cost me $5.99 from the App Store.

1

/System/Library/CoreServices/Network Diagnostics Simple green/red LEDs for various layers. I slide it over to the right side of the screen until just the lights show.

CJ1
  • 19
0

I've just installed Net Monitor and Net Monitor Sidekick and so far I like them. Nothing you can't get with other tools, but a nice summary display. Each is $10 after a 30 day eval, so YMMV, but I thought I'd mention them.

Fred
  • 1,230