vote up 2 vote down star

I'm looking for a program that I can install on a Mac that will tell me how many bytes I download each day, and store that info in such a way that I could later view the results.

Limiting by ports (80, 443, 21, 22) would be awesome as well.

Does such a thing exist?

flag

78% accept rate

6 Answers

vote up 2 vote down check

Wireshark might be of interest to you.

link|flag
vote up 0 vote down

Another tool for this is ethernal but it hasn't been updated for a while.

link|flag
vote up 2 vote down

You could run a local web proxy, then analyze the logs.

It's simple to download and install SquidMan, which is a point and click way of enabling the squid web proxy on your system.

You will have to configure your machine to go through the proxy on localhost instead of directly to the website. You can find this in advanced tab of your network interface in System Preferences -> Network

Then, you can analyze the logs and see not only how much you've downloaded, but also what and when.

link|flag
vote up 0 vote down

Ok, this isn't a complete package or anything, but netstat will show you bytes transmitted on an interface

netstat -ib

you can record this somewhere every day. "man netstat" for more info.

link|flag
vote up 0 vote down

I got down voted for asking this question too.

link|flag
vote up 0 vote down

Type 'man tcpdump' in a terminal.

link|flag
tcpdump is useful, but you have to do all kinds of things to the data... processing, parsing, pruning. Not fun. – davethegr8 Sep 30 '08 at 19:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.