blob: 609ecc51973e82f9c78e662d66d35c3385cecd79 [file] [log] [blame]
<div id="type-counters-container-wrapper" jsskip="true">
<div class="section">
<h2>Type Counters</h2>
<table id="type-counters-table">
<thead>
<tr>
<th class='type' rowspan="2">Type</th>
<th rowspan="2">Total Entries</th>
<th colspan="8">Updates</th>
<th colspan="7">Commits</th>
</tr>
<tr>
<th>Updates Received</th>
<th>Reflected Updates Received</th>
<th>Tombstone Updates Received</th>
<th>Updates Applied</th>
<th>Hierarchy Conflict Application Failures</th>
<th>Encryption Conflict Application Failures</th>
<th>Server Overwrite Conflicts</th>
<th>Local Overwrite Conflicts</th>
<th>Creation Commit Attempts</th>
<th>Deletion Commit Attempts</th>
<th>Update Commit Attempts</th>
<th>All Commit Attempts</th>
<th>Commit Successes</th>
<th>Commit Conflicts</th>
<th>Commit Errors</th>
</tr>
</thead>
<tbody>
<tr jsselect="rows">
<td jscontent="type"></td>
<td jscontent="counters.numEntries || 0">0</td>
<td jscontent="counters.numUpdatesReceived || 0">0</td>
<td jscontent="counters.numReflectedUpdatesReceived || 0">0</td>
<td jscontent="counters.numTombstoneUpdatesReceived || 0">0</td>
<td jscontent="counters.numUpdatesApplied || 0">0</td>
<td jscontent="counters.numHierarchyConflictApplicationFailures || 0">0</td>
<td jscontent="counters.numEncryptionConflictApplicationFailures || 0">0</td>
<td jscontent="counters.numServerOverwrites || 0">0</td>
<td jscontent="counters.numLocalOverwrites || 0">0</td>
<td jscontent="counters.numCreationCommitsAttempted || 0">0</td>
<td jscontent="counters.numDeletionCommitsAttempted || 0">0</td>
<td jscontent="counters.numUpdateCommitsAttempted || 0">0</td>
<td jscontent="counters.numCommitsAttempted || 0">0</td>
<td jscontent="counters.numCommitsSuccess || 0">0</td>
<td jscontent="counters.numCommitsConflict || 0">0</td>
<td jscontent="counters.numCommitsError || 0">0</td>
</tr>
</tbody>
</table>
</div>
</div>