Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build filesystem monitor #47

Closed
bourque opened this issue Mar 16, 2018 · 4 comments
Closed

Build filesystem monitor #47

bourque opened this issue Mar 16, 2018 · 4 comments
Assignees

Comments

@bourque
Copy link
Collaborator

bourque commented Mar 16, 2018

We should build a script that will monitor and gather statistics about the filesystem. We should be able to easily answer questions like:

  • How many files are there in total?
  • How much disk space is used by all of the files?
  • How many <some_filetype> files are there?
  • Other questions I can't think of right now.

I envision the script will create a series of bokeh or matplotlib plots that show these statistics over time. These plots can eventually be hosted on our web application. Currently our filesystem is just some static test filesystem, so the plots will be quite boring for now. But this will become more useful after launch.

This script will become one of the monitors that get run by cron once a day on our virtual machine. Output products should be directed to a specific directory (to be determined).

@bourque
Copy link
Collaborator Author

bourque commented Mar 16, 2018

@cracraft Can I assign this one to you?

@cracraft
Copy link
Collaborator

Sure, I'll start looking into it.

@bourque
Copy link
Collaborator Author

bourque commented Mar 28, 2018

@cracraft Great, thanks! Let me know if you have any questions.

@bourque
Copy link
Collaborator Author

bourque commented May 31, 2018

Merged #69. Closing.

@bourque bourque closed this as completed May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants