Rev 7077 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7077 | Rev 7888 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !distribute items $wims_debug_info into v_1,v_2,v_3,cpu_1,cpu_2,c_,f_,e_ |
2 | !distribute items $wims_debug_info into v_1,v_2,v_3,cpu_1,cpu_2,c_,f_,e_ |
3 | <div class="wims_debug_mode"> |
3 | <div class="wims_debug_mode"> |
4 |
|
4 | <!--$wims_session--> |
5 | <p> |
- | |
6 |
|
5 | <p>The server is under debug mode. Your session: <strong class="wims_session">$wims_session.</strong></p> |
- | 6 | <ul> |
|
7 | Variable buffer: |
7 | <li>Variable buffer: $v_1 bytes used by $v_2 variables + $v_3 freed chunks.</li> |
8 | $f_ files read |
8 | <li>$f_ files read, $c_ cached, $e_ cmds executed.</li> |
9 | Processing time |
9 | <li>Processing time $cpu_1 seconds, CPU usage $cpu_2 seconds.</li> |
10 |
|
10 | </ul> |
11 |
|
11 | !if $wims_exec_error!=$empty |
- | 12 | <p>Execution errors:</p> |
|
12 |
|
13 | <pre>$wims_exec_error</pre> |
13 |
|
14 | !endif |
14 | </div> |
15 | </div> |