* usr/bin/wifi-status:

- timestamp the pings
This commit is contained in:
Dustin Kirkland 2017-06-08 13:10:39 -07:00
commit c7991ff639
2 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.121) unreleased; urgency=medium
* UNRELEASED
* usr/bin/wifi-status:
- timestamp the pings
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 05 Jun 2017 11:44:03 -0500

View file

@ -35,9 +35,9 @@ else
tmux new-window -n wifi-status "watch -c iwconfig $dev \| ccze -A" \; \
split-window -t wifi-status -v "watch -c ifconfig $dev \| ccze -A" \; \
split-window -t wifi-status -v "watch -c route -n \| ccze -A" \; \
split-window -t wifi-status -h "ping -I $dev $router" \; \
split-window -t wifi-status -h "ping -OD -I $dev $router" \; \
split-window -t wifi-status -v "watch -c grep $dev: /var/log/syslog \| tail -n 10 \| sort -r \| ccze -A" \; \
split-window -t wifi-status -h "ping -I $dev 8.8.8.8" \; \
split-window -t wifi-status -h "ping -OD -I $dev 8.8.8.8" \; \
select-layout -t wifi-status tiled
fi