ahrtr / etcd-defrag

An easier to use and smarter etcd defragmentation tool
MIT License
85 stars 9 forks source link

add dbQuotaUsage and dbSizeFree #6

Closed CaojiamingAlan closed 1 year ago

CaojiamingAlan commented 1 year ago

add two variables: dbQuotaUsage and dbSizeFree, where: dbQuotaUsage = dbSize/dbQuota dbSizeFree = dbSize - dbSizeInUse

ahrtr commented 1 year ago

Please also squash the commits.