a06ee196e0280f7856f18e00a2546e9ce80b797c
[APKPM.git] / templates / index.html.ep
1 % layout 'default';
2 % title 'Gearman demo';
3
4 <ul>
5 <li><a href="/gearman.html#ping/127.0.0.1">Gearman</a> web interface
6 <li><%= link_to 'CRM' => 'CRM.html' %> search with tabular output
7 </ul>
8
9 Gnuplot graphs:
10
11 <ul>
12 <li><a href="/gnuplot?sql=select start,ping_error,adsl_ok from poll">poll stats</a>
13 <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>
14 <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>
15 </ul>
16
17 Low-level API tests:
18
19 <%= link_to 'HTTP ping' => 'ping_http' %>
20 <%= link_to 'Gearman ping' => 'ping_g' %>
21