Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
NEW: Choice of data aggregation for charts in WebUI: raw, hourly and daily
NEW: Speedtest server names and IDs are logged and displayed in recent results tables
NEW: Show output from latest AutoBW run in WebUI
IMPROVED: Use of keyboard keys d,r,l,f for chart functions (drag zoom, reset zoom, toggle lines, toggle fill)
IMPROVED: Use of indexes in database for small performance increases
REMOVED: Setting toggle for raw vs. average
NEW: Configure how long data is kept in the database
NEW: Configure how many recent results are displayed in the WebUI
IMPROVED: CPU intensive tasks are now run with a lower priority to minimise hogging the CPU
IMPROVED: Recent ping results table in WebUI is now sortable and scrollable
  • Loading branch information
jackyaz authored Jun 30, 2021
2 parents 8d316c4 + 0859aff commit 5b5e90b
Show file tree
Hide file tree
Showing 6 changed files with 1,875 additions and 1,377 deletions.
1 change: 1 addition & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude_paths:
- '**.js'
- '**.asp'
- '**.css'
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1e0da6475e3047d59b35e258a18b78fc)](https://www.codacy.com/app/jackyaz/spdMerlin?utm_source=github.com&utm_medium=referral&utm_content=jackyaz/spdMerlin&utm_campaign=Badge_Grade)
![Shellcheck](https://github.com/jackyaz/spdMerlin/actions/workflows/shellcheck.yml/badge.svg)

## v4.2.1
### Updated on 2021-04-07
## v4.3.0
### Updated on 2021-07-01
## About
spdMerlin is an internet speedtest and monitoring tool for AsusWRT Merlin with charts for daily, weekly and monthly summaries. It tracks download/upload bandwidth as well as latency, jitter and packet loss.

spdMerlin is free to use under the [GNU General Public License version 3](https://opensource.org/licenses/GPL-3.0) (GPL 3.0).

spdMerlin uses [Speedtest CLI](https://www.speedtest.net/apps/cli)
spdMerlin uses [Speedtest CLI](https://www.speedtest.net/apps/cli) and includes the required licenses, which must be accepted on first run of Speedtest CLI.

spdMerlin includes the required licenses, which must be accepted on first run of Speedtest CLI.
A swap file is required, you can set one up easily by using amtm, which is built into the router.

This script began as a user-friendly installer for a personal project developed by [JGrana](https://www.snbforums.com/members/jgrana.20663/)

A swap file is required, you can set one up easily by using amtm, which is built into the router.

### Supporting development
Love the script and want to support future development? Any and all donations gratefully received!

Expand Down Expand Up @@ -51,9 +49,9 @@ If this does not work, you will need to use the full path:

## Screenshots

![WebUI](https://puu.sh/HvYnR/d248031bb2.png)
![WebUI](https://puu.sh/HSYTU/ed2d2157eb.png)

![CLI](https://puu.sh/HvYrX/d7b6ee5840.png)
![CLI](https://puu.sh/HSYRK/aca960d9fb.png)

## Help
Please post about any issues and problems here: [spdMerlin on SNBForums](https://www.snbforums.com/forums/asuswrt-merlin-addons.60/?prefix_id=19)
Loading

0 comments on commit 5b5e90b

Please sign in to comment.