Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Server needs to report disk free in bitcoin data directory #1

Open
proehlen opened this issue Feb 8, 2018 · 0 comments
Open

Server needs to report disk free in bitcoin data directory #1

proehlen opened this issue Feb 8, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@proehlen
Copy link
Member

proehlen commented Feb 8, 2018

With an ever increasing block size it would be useful to monitor the the amount of space available in the bitcoin data directory so preemptive action can be taken before it is full.

To this end, we need:

  • a new GraphQL end point for this and related information.
  • possibly consider adding it to the info broadcast by the websocket but only poll the available space every X minutes rather than ever second.

On linux, the command would be df -h <bitcoin data folder>. We also need to cater to windows and maybe mac (the latter would be for developer machines mostly but the query should still work).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant