etcd/integration
Iwasaki Yudai 6b775cd786 *: Add dbSizeInUse to StatusResposne
Existing dbSize shows physically allocated DB size and the backend
(boltdb) won't shrink it after a compaction until a user runs the defrag command.
The new dbSizeInUse shows the DB size that excludes free pages created
by compactions so that users can see the actual DB usage. dbSize >=
dbSizeInUse is always true.
Note that dbSizeInUse shows a page-based size and not byte level usage.
2018-02-01 12:15:23 -08:00
..
2017-11-10 18:46:15 -08:00
2016-05-12 20:51:48 -07:00
2017-04-27 13:32:09 -07:00
2016-05-23 14:45:08 -07:00
2018-01-25 04:50:40 -05:00
2016-05-12 20:51:48 -07:00