Created
October 10, 2012 11:39
-
-
Save Idorobots/3865021 to your computer and use it in GitHub Desktop.
Network Stats example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'network-speed) | |
(setq network-speed-update-interval 5) | |
(setq network-speed-precision 1) | |
(setq network-speed-interface-list '("wlan0" "eth0")) | |
(setq network-speed-format-string "Down: %RB Up: %TB") | |
(network-speed-start) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment