happybeing / vdash

A Dashboard for Autonomi Nodes that runs in the terminal
GNU Affero General Public License v3.0
19 stars 9 forks source link

feature: get disk use from logfiles instead of local device #8

Closed happybeing closed 9 months ago

happybeing commented 2 years ago

Some of the data shown is obtained from the local device (eg using statfs()) which is only valid if the node is live and being run on the same machine as vdash.

By replacing this telemetry with values from the logfile (which is newly available), vdash will directly reflect storage/disk use for remote and historic logfiles.

happybeing commented 9 months ago

Closing as device disk space is no longer present in the logfile. A request for this to be re-instated is in https://github.com/maidsafe/safe_network/issues/360 but the feature is not as important as in the past because individual nodes no longer store very large amounts of data (currently less than ~2GB).