Skip to content

Instantly share code, notes, and snippets.

@Idorobots
Created October 10, 2012 11:39
Show Gist options
  • Save Idorobots/3865021 to your computer and use it in GitHub Desktop.
Save Idorobots/3865021 to your computer and use it in GitHub Desktop.
Network Stats example
(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