View Single Post
Posts: 486 | Thanked: 251 times | Joined on Oct 2009
#2
Originally Posted by OrangeBox View Post
1. is there a linux command for this?
2. or alternatively a downloadable app?
Code:
/sbin/ifconfig wlan0
or to focus only on bytes tranferred (both directions):
Code:
/sbin/ifconfig wlan0 | grep bytes
 

The Following 3 Users Say Thank You to j.s For This Useful Post: