added sql for adsl stats for single user
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 21 Mar 2011 10:42:18 +0000 (10:42 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 21 Mar 2011 10:42:18 +0000 (10:42 +0000)
web_ui.pl

index fd02c89..d6f2e35 100755 (executable)
--- a/web_ui.pl
+++ b/web_ui.pl
@@ -163,6 +163,7 @@ Gnuplot graphs:
 
 <ul>
 <li><a href="/gnuplot?sql=select start,ping_error,adsl_ok from poll">poll stats</a>
+<li><a href="/gnuplot?sql=select timestamp,snrtx,attntx,pwrtx,pwrrx,attnrx,snrrx from adsl where username='test36zg@h1snc'">adsl stat for single user</a>
 <li><a href="/gnuplot?sql=select timestamp,rtt from ping where ip << inet '10.17/16' order by timestamp desc limit 1000">ttl from 10.17 network</a>
 </ul>