|
|
@@ -7,12 +7,13 @@ Demo here : [https://thehuman00.github.io/demo-chrony-stats.github.io/](https://
|
|
|
|
|
|
## Features
|
|
|
|
|
|
-- **Multi-period time views**: View Chrony statistics across day, week, and month periods with tabbed interface
|
|
|
-- **HTML report**: Creates a styled HTML page with embedded graphs and raw `chronyc` command outputs
|
|
|
-- **Network monitoring**: vnStat integration for comprehensive network traffic analysis
|
|
|
+- **Multi-period time views**: View Chrony statistics across day, week, and month periods
|
|
|
+- **HTML report**: HTML page with graphs and raw `chronyc` command outputs
|
|
|
+- **Network monitoring**: withvnStat
|
|
|
- **Chrony statistics**
|
|
|
-- **Data quality**: Filters aberrant values during Chrony restarts to maintain graph readability
|
|
|
-- **Lightweight**: Designed to be resource-efficient, with minimal overhead and no heavy dependencies
|
|
|
+- **Data quality**: Filters aberrant values during Chrony restarts
|
|
|
+- **Lightweight**
|
|
|
+- **Optional GitHub attribution**: It's completely optional by default - feel free to use it however you want, no credit needed! 👍
|
|
|
|
|
|
## Prerequisites
|
|
|
|
|
|
@@ -78,6 +79,10 @@ The script includes a configuration section at the top of `chrony-network-stats.
|
|
|
## that distort the graph scale. This parameter filters out values above the threshold,
|
|
|
## creating gaps in the graph instead of displaying misleading spikes.
|
|
|
SERVER_STATS_UPPER_LIMIT=100000
|
|
|
+
|
|
|
+ ## You can display or not the link to the chrony-stats GitHub repository in the HTML page
|
|
|
+ ## It's completely optional by default - feel free to use it however you want, no credit needed! 👍
|
|
|
+ GITHUB_REPO_LINK_SHOW="no"
|
|
|
#########################
|
|
|
[...]
|
|
|
```
|
|
|
@@ -93,7 +98,6 @@ The script includes a configuration section at the top of `chrony-network-stats.
|
|
|
|
|
|
2. **View the Output**:
|
|
|
- The HTML report is generated at `/var/www/chrony-network-stats/index.html`
|
|
|
- - Features tabbed interface with Day/Week/Month views for Chrony statistics
|
|
|
- Serves this file via a web server (e.g., Apache or Nginx)
|
|
|
|
|
|
[See here how to serve via nginx in localhost](nginx.md)
|