filecoin-saturn / L1-dashboard

https://dashboard.saturn.tech
Other
6 stars 4 forks source link

Use new disk and memory stats #35

Closed DiegoRBaquero closed 1 year ago

guanzo commented 1 year ago

Please use powers of 2 instead of all the 1e3, 1e6, etc. For ex. use 1024 ** 3 instead of 1e6

DiegoRBaquero commented 1 year ago

Stats are pulled with base 10

df -B MB /usr/src/app/shared is base 10. df -B M /usr/src/app/shared would be base 2

ref: https://github.com/filecoin-saturn/L1-node/blob/a47cb281cc2199edb9e3697625d0940a39168176/container/shim/src/utils/system.js#L41