URI:
       tdebug.html - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tdebug.html (1156B)
       ---
            1 <h1>venti debugging</h1>
            2 
            3 <a href="/debug?op=amap">amap</a><br>
            4 <a href="/debug?op=mem">mem</a><br>
            5 <a href="/disk">disk</a><br>
            6 <form method=get action="/disk">
            7 arena part: 
            8 <input type=hidden name=type value=a></input>
            9 <input type=text name=disk size=50></input>
           10 <input type=submit value="Go">
           11 </form><br>
           12 <form method=get action="/disk">
           13 bloom filter:
           14 <input type=hidden name=type value=b></input>
           15 <input type=text name=disk size=50></input>
           16 <input type=submit value="Go">
           17 </form><br>
           18 <form method=get action="/disk">
           19 index section:
           20 <input type=hidden name=type value=i></input>
           21 <input type=text name=disk size=50></input>
           22 <input type=submit value="Go">
           23 </form><br>
           24 <br>
           25 <form method=get action="/debug">
           26 <input type=hidden name=op value=read></input>
           27 read score:
           28 <input type=text name=score size=50></input>
           29 <input type=submit value="Go">
           30 </form><br>
           31 <br>
           32 <form method=get action="/disk">
           33 read score:
           34 <input type=hidden name=type value=a></input>
           35 <input type=text name=score size=50></input>
           36 in arena
           37 <input type=text name=arena size=20></input>
           38 in arena partition
           39 <input type=text name=disk size=20></input>
           40 <input type=submit value="Go">
           41 </form><br>