hardware:gl-ar750s-ext:real-time_statistics

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
hardware:gl-ar750s-ext:real-time_statistics [2020/09/15 10:08] ともやんhardware:gl-ar750s-ext:real-time_statistics [2020/09/15 10:40] (現在) – [参考文献] ともやん
行 161: 行 161:
 # mount --bind /mnt/sd128gb/tmp/rrd /tmp/rrd # mount --bind /mnt/sd128gb/tmp/rrd /tmp/rrd
 </code> </code>
 +
 +ローカルスタートアップ スクリプトに **mount** 設定を記述しておく。(再起動時にも有効になるように...)\\
 +<WRAP prewrap 100%>
 +<code>
 +# vi /etc/rc.local
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #mincode>
 +<code bash /etc/rc.local>
 +...
 +killall uqmi
 +
 +traffic=`uci get glconfig.switch.enable 2>/dev/null`
 +if [ "$traffic" == "1" ];then
 + uci set tertf.general.cleartraffic='1'
 + uci commit tertf
 +fi
 +
 +mount --bind /mnt/sd128gb/tmp/rrd /tmp/rrd
 +</code>
 +</WRAP>
 +
 +
 +
 +===== 設定 =====
 +細かい設定は **[Statistics] - [Setup]** で行いましょう。\\
  
 ===== 参考文献 ===== ===== 参考文献 =====
 [[https://openwrt.org/docs/guide-user/luci/luci_app_statistics|OpenWrt Project: luci-app-statistics]]\\ [[https://openwrt.org/docs/guide-user/luci/luci_app_statistics|OpenWrt Project: luci-app-statistics]]\\
  
  • hardware/gl-ar750s-ext/real-time_statistics.1600132129.txt.gz
  • 最終更新: 2020/09/15 10:08
  • by ともやん