mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 11:52:27 +00:00
15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
<h1> Top 10 IPs </h1>
|
|
|
|
<table>
|
|
<tr><th>IP</th><th>Requests</th></tr>
|
|
${data}
|
|
</table>
|
|
|
|
<h2>Query information</h2>
|
|
<dl>
|
|
<dt>Rows read</dt>
|
|
<dd>${rows_read:Escaped}</dd>
|
|
<dt>Time spent</dt>
|
|
<dd>${time:Escaped}</dd>
|
|
</dl>
|