差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| hardware:gl-ar750s-ext:real-time_statistics [2020/02/21 15:23] – 作成 ともやん | hardware:gl-ar750s-ext:real-time_statistics [2020/09/15 10:40] (現在) – [参考文献] ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | + | ====== luci-app-statistics |
| - | < | + | |
| - | #result pre { | + | |
| - | height: 300px; | + | |
| - | overflow: scroll; | + | |
| - | overflow-x: hidden; | + | |
| - | font-size: 12px; | + | |
| - | } | + | |
| - | </ | + | |
| - | </ | + | |
| - | ====== luci-app-statistics ====== | + | |
| < | < | ||
| # opkg update && opkg install luci-app-statistics | # opkg update && opkg install luci-app-statistics | ||
| </ | </ | ||
| - | <WRAP prewrap 100% #result> | + | <WRAP prewrap 100% #result_long> |
| < | < | ||
| Downloading https:// | Downloading https:// | ||
| 行 72: | 行 62: | ||
| # opkg list | grep collectd-mod | # opkg list | grep collectd-mod | ||
| </ | </ | ||
| - | <WRAP prewrap 100% #result> | + | <WRAP prewrap 100% #result_long> |
| < | < | ||
| collectd-mod-apache - 5.8.0-5 - apache status input plugin | collectd-mod-apache - 5.8.0-5 - apache status input plugin | ||
| 行 171: | 行 161: | ||
| # mount --bind / | # mount --bind / | ||
| </ | </ | ||
| + | |||
| + | ローカルスタートアップ スクリプトに **mount** 設定を記述しておく。(再起動時にも有効になるように...)\\ | ||
| + | <WRAP prewrap 100%> | ||
| + | < | ||
| + | # vi / | ||
| + | </ | ||
| + | </ | ||
| + | <WRAP prewrap 100% # | ||
| + | <code bash / | ||
| + | ... | ||
| + | killall uqmi | ||
| + | |||
| + | traffic=`uci get glconfig.switch.enable 2>/ | ||
| + | if [ " | ||
| + | uci set tertf.general.cleartraffic=' | ||
| + | uci commit tertf | ||
| + | fi | ||
| + | |||
| + | mount --bind / | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ===== 設定 ===== | ||
| + | 細かい設定は **[Statistics] - [Setup]** で行いましょう。\\ | ||
| ===== 参考文献 ===== | ===== 参考文献 ===== | ||
| [[https:// | [[https:// | ||