jhuapl-bio / Basestack

Basestack is a platform for rapid and real time analysis of NGS data. It provides a executable application that connects standard bionformatics tools to a user interface. It is usable on all major Linux distributions, Mac OS, and Windows 10 or later
https://basestackwebsite.readthedocs.io/en/latest/
GNU General Public License v3.0
26 stars 1 forks source link

Integrate visualization into Resource Monitor #9

Open Merritt-Brian opened 3 years ago

Merritt-Brian commented 3 years ago

Will use d3. Dynamically shows the storage space available and memory and cpu usage in graphical format, along with estimates

  1. Disk:

Bar plot that shows available space for all disk drives, with line that appears when hovering over a module to install where new available space will be once complete. This also includes errors or warnings for out of space

  1. Memory:

    Record Memory used since app was launched. Dictate the time span available to grab memory that is recorded.

  2. CPU:

Line Plot (timeseries) showing cpu usage % over time, same as memory