Ticket #48 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

Darwin needs network bytes in/out collector

Reported by: chris Owned by:
Priority: major Milestone:
Component: OSX Version:
Keywords: Cc:

Description

Need to add collection of network device throughput on OS X / Darwin.

Change History

Changed 3 years ago by chris

This should be possible using:

/usr/sbin/netstat -n -b -I <interface>

where <interface> is the network device. Example: "en0" or "en1" etc.

Note: See TracTickets for help on using tickets.