etcd/internal
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
..
alarm *: move "mvcc" to "internal/mvcc" 2018-01-26 11:14:41 -08:00
auth *: move "auth" to "internal/auth" 2018-01-29 14:57:35 +09:00
compactor *: move "mvcc" to "internal/mvcc" 2018-01-26 11:14:41 -08:00
discovery *: move "discovery" to "internal/discovery" 2018-01-25 15:41:17 -08:00
lease *: move "mvcc" to "internal/mvcc" 2018-01-26 11:14:41 -08:00
mvcc *: Add dbSizeInUse to StatusResposne 2018-02-01 12:15:23 -08:00
raftsnap internal/raftsnap: move "raftsnap" to internal 2018-01-24 10:36:04 -08:00
store *: move "store" to "internal/store" 2018-01-26 11:06:22 -08:00
version *: move "version" to "internal/version" 2018-01-29 10:00:20 -08:00