Fossil

Diff
Login

Differences From Artifact [4f88f8adaa]:

To Artifact [af83fa0b1f]:


138
139
140
141
142
143
144


145






146
147
148
149
150
151
152
138
139
140
141
142
143
144
145
146

147
148
149
150
151
152
153
154
155
156
157
158
159







+
+
-
+
+
+
+
+
+







  @ </table>
  style_footer();
}

/*
** COMMAND: dbstat*
**
** Usage: %fossil dbstat ?-brief | -b?
**
** Show statistics and global information about the repository.
** Shows statistics and global information about the repository.
**
** The (-brief|-b) option removes any "long-running" statistics, namely
** those whose calculations are known to slow down as the repository
** grows.
**
*/
void dbstat_cmd(void){
  i64 t, fsize;
  int n, m;
  int szMax, szAvg;
  const char *zDb;
  int brief;