Commit graph

51 commits

Author SHA1 Message Date
ukfhVp0zms
a20422a7c9
Add git-http package installation
Adding 'git-http' package installation to avoid error: 
git: 'remote-https' is not a git command. See 'git --help'
2023-01-18 18:41:29 -07:00
Rich Brown
05f070dc90 Change git clone from git: to https: 2022-04-12 09:07:26 -04:00
Rich Brown
61aa7755dc Updated betterspeedtest.sh for better ^C error message 2022-01-04 08:29:39 -05:00
Rich Brown
5a981b07f1 Update README.md;
Improved `--idle` option of betterspeedtest.sh.
2022-01-01 19:54:08 -05:00
Rich Brown
34cfbd3a38 De-factor the summarize_pings() function;
This makes both betterspeedtest.sh and netperfrunner.sh a single-file script again.
2022-01-01 17:54:53 -05:00
Rich Brown
eac7700c14 Factor out summarize_pings();
Display summary even after Ctl-C;
Add some test code for the awk summarize_pings() function.
2022-01-01 17:41:23 -05:00
Rich Brown
4b021acb31
Merge pull request #9 from PhilZ-cwm6/patch-1
Fix for POSIX compliant shell
2021-12-01 13:08:24 -05:00
PhilZ
333480f138
Fix for POSIX compliant shell
On some POSIX compliant sh shells, sleep command doesn't accept args with s, m, h
This fixes running the script in FreeBSD
2021-12-01 18:14:20 +01:00
Rich Brown
3c0c64c7ab Run through https://shellcheck.net 2021-11-12 10:20:28 -05:00
Rich Brown
44d1102cde
Merge pull request #5 from aidanharris/master
Make sure ping uses ipv4 when $TESTPROTO equals -4 (OpenWrt ping may use v4 or v6, depending on the DNS resolution, so force it to use `ping4`). But macOS doesn't implement `ping4`, requiring the special case
2020-11-17 07:36:33 -05:00
Aidan Harris
e36812903b
Make sure ping uses ipv4 when $TESTPROTO equals -4
The ping command on some systems will default to using ipv6 if a
hostname resolves to both ipv4 and ipv6 addresses.
2020-11-15 12:32:22 +00:00
Rich Brown
a6bfe2d4db
Merge pull request #4 from baguswahyu/patch-1
Update networkhammer.sh
2020-05-18 07:31:50 -04:00
baguswahyu
79d0dc5321
Update networkhammer.sh
fix issue 
root@OpenWrt:~# sh networkhammer.sh 
Hammering the network to gw.home.lan. Hit Ctl-C to cancel
networkhammer.sh: line 7: True: not found
2020-05-17 18:58:28 +08:00
Rich Brown
ac41bf23f5 Update README.md to add idlelatency.sh script 2020-05-02 12:38:42 -04:00
Rich Brown
cc7751c4d9 Add idlelatency.sh script to measure an "idle" line (without sending any traffic)
Excerpted the -i tests from betterspeedtest.sh
2020-05-02 12:19:15 -04:00
Rich Brown
89c9e980eb Documentation Tweaks for "Idle" parameter 2019-07-27 15:00:20 -04:00
Rich Brown
9d206f7362 betterspeedtest.sh - Add --idle parameter to measure latency without added traffic from the script
tunnelbroker.sh - Update documentation for OpenWrt use
2019-07-27 14:44:02 -04:00
Rich Brown
7e07b824ac Updated README for new tunnelbroker.sh script (+1 squashed commit)
Squashed commits:
[df35cca] Update tunnelbroker.sh to work with current OpenWrt (18.06 and newer)
2019-01-29 23:18:14 -05:00
Rich Brown
21790438c9 Add list of user-installed packages to the output; Update README and sample output file 2018-12-09 11:06:48 -05:00
Rich Brown
edb4c6a924 Update gestats.sh to display list of user-installed opkg packages 2018-12-09 10:23:24 -05:00
Rich Brown
7b4202d545 Update README to include links to the underlying script pages; update netperfrunner.sh info to mention Flent; editorial tweak to opkgscript.sh 2017-10-11 08:06:01 -04:00
Rich Brown
ecb95507d2 Add backlink to original script on OpenWrt forum, update help text 2017-10-08 08:47:05 -04:00
Rich Brown
e608f2cbce Initial commit of opkgscript from OpenWrt forum 2017-10-08 08:28:47 -04:00
Rich Brown
52f0c9e2c5 Copy betterspeedtest.sh from CeroWrtScripts (fixes a couple parameter passing problems) 2016-07-14 19:46:59 -04:00
Rich Brown
b461a94047 Update README to talk about arguments to getstats.sh 2016-01-29 03:02:40 -05:00
Rich Brown
a6d9b6fe1e Updated sample output of getstats.sh 2016-01-29 02:39:09 -05:00
Rich Brown
de9d6ec07a Cleaned up script, final list of "standard commands" 2016-01-29 02:35:21 -05:00
Rich Brown
d1c8877de3 Update to accept & display commands as arguments on the command line 2016-01-28 23:57:52 -05:00
Rich Brown
d757dc8522 Update README to point at the sample output form getstats.sh 2016-01-27 17:16:52 -05:00
Rich Brown
8797f15779 Merge branch 'master' of https://github.com/richb-hanover/OpenWrtScripts
# By richb-hanover
# Via richb-hanover
* 'master' of https://github.com/richb-hanover/OpenWrtScripts:
  Final typo fix
  Fixed links to script descriptions
  Add links from intro to each script's description
2016-01-27 17:04:10 -05:00
Rich Brown
c34425e323 Display /etc/banner, /etc/openwrt_release files 2016-01-27 17:04:04 -05:00
richb-hanover
e77f1416eb Final typo fix 2016-01-27 15:32:45 -05:00
richb-hanover
6c10d44982 Fixed links to script descriptions 2016-01-27 15:31:48 -05:00
richb-hanover
559dd41761 Add links from intro to each script's description 2016-01-27 15:30:41 -05:00
Rich Brown
2b954eebd1 Merge branch 'master' of https://github.com/richb-hanover/OpenWrtScripts
# By richb-hanover
# Via richb-hanover
* 'master' of https://github.com/richb-hanover/OpenWrtScripts:
  Add \n on last line
2016-01-27 15:19:59 -05:00
Rich Brown
216a2215cf Update getstats.sh to include version of sqm-scripts 2016-01-27 15:15:30 -05:00
richb-hanover
06f06d2f6c Add \n on last line 2016-01-27 15:05:22 -05:00
Rich Brown
12eabc3821 Clean up README to emphasize the getstats.sh script 2016-01-27 15:00:47 -05:00
Rich Brown
4ecfa3cd4e Rename output to /tmp/openwrtstats.txt; detab the file for alignment 2016-01-27 14:45:35 -05:00
Rich Brown
b7d2ac212c renamed openwrtstats.sh to 'getstats.sh' 2016-01-27 14:39:16 -05:00
Rich Brown
4073bc9991 Merge branch 'master' of https://github.com/richb-hanover/OpenWrtScripts
# By richb-hanover
# Via richb-hanover
* 'master' of https://github.com/richb-hanover/OpenWrtScripts:
  Update README.md
  Add a step to install netperf using opkg
2016-01-27 14:37:04 -05:00
Rich Brown
1bf91f7b7b Update openwrtstats.sh to collect info for debugging SQM 2016-01-27 14:36:54 -05:00
richb-hanover
c205418d39 Update README.md 2015-09-24 23:09:05 -04:00
richb-hanover
ad243b7a20 Add a step to install netperf using opkg 2015-09-24 23:08:35 -04:00
Rich Brown
bd1240a002 typo in README, changed openwrtstats.sh to use OpenWrt (not CeroWrt) WAN port name 2015-09-24 23:04:05 -04:00
Rich Brown
5f9adc4a47 Add luci to the set of packages. This won't hurt if it's already installed; makes it easier on CC images 2015-05-05 14:15:26 -04:00
Rich Brown
47415daa7d Updated README and openwrtstats.sh 2015-04-29 22:57:11 -04:00
Rich Brown
6971503028 Fix typos in script 2015-04-29 01:12:44 -04:00
Rich Brown
a300093954 Update README (+2 squashed commits)
Squashed commits:
[7b35b92] Updated config-openwrt.sh to configure root password, eth0 for PPPoE, update software packages, set time zone, enable SNMP, enable mDNS, and set SQM
[1af1a51] Updated config-openwrt.sh to do basic configuration; added test scripts for installing snmpd and sqm
2015-04-29 01:01:45 -04:00
Rich Brown
294d8dede7 Updating from CeroWrt to OpenWrt... 2015-04-11 21:11:00 -04:00