Diff
Not logged in

Differences From:

File src/stat.c part of check-in [1e82c4aa85] - Fix the "number of tickets" counter on the "stats" webpage. by drh on 2008-10-26 02:35:04. [view]

To:

File src/stat.c part of check-in [caa9544f93] - Tweaks to the formatting of the "stat" webpage. by drh on 2008-11-09 22:59:18. [view]

@@ -47,9 +47,9 @@
   @ </td></tr>
   @ <tr><th>Number&nbsp;Of&nbsp;Artifacts:</th><td>
   n = db_int(0, "SELECT count(*) FROM blob");
   m = db_int(0, "SELECT count(*) FROM delta");
-  @ %d(n-m) complete, %d(m) deltas, %d(n) total
+  @ %d(n) (stored as %d(n-m) full text and %d(m) delta blobs)
   @ </td></tr>
   if( n>0 ){
     int a, b;
     @ <tr><th>Uncompressed&nbsp;Artifact&nbsp;Size:</th><td>
@@ -67,9 +67,9 @@
     a = t/fsize;
     @ %d(a):%d(b)
     @ </td></tr>
   }
-  @ <tr><th>Number&nbsp;Of&nbsp;Baselines:</th><td>
+  @ <tr><th>Number&nbsp;Of&nbsp;Check-ins:</th><td>
   n = db_int(0, "SELECT count(distinct mid) FROM mlink");
   @ %d(n)
   @ </td></tr>
   @ <tr><th>Number&nbsp;Of&nbsp;Files:</th><td>