Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
hpc_stats2/README_hpcstats
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
56 lines (51 sloc)
1.62 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-12-31 | |
NOTE: This is an outline of what what this site will look like when it's been reworked. | |
DIRECTORY STRUCTURE (after old directories are deactivated and removed) | |
/hpcstats | |
README_hpcstats | |
/report_scripts | |
README_report_scripts | |
/JOBS/db | |
README_jobs | |
/static | |
/NODES/db | |
README_nodes | |
/static | |
/GPU/db | |
README_gpu | |
/static | |
/POWER/db | |
README_gpu | |
/static | |
/config | |
hpc_stats.config EXECUTABLES_LOCATIONS, WEB_STORES | |
/lib | |
/webpush | |
README_webpush | |
/web_content | |
README_web_content | |
/report_output | |
README_report_output | |
job_....{csv,html,png} | |
nodes_....{csv,html,png} | |
gpu_...{csv,html,png} | |
power_...{csv,html,png} | |
/static_content | |
/plotseries* | |
README_plotseries | |
OLD DIRECTORY STRUCTURE | |
/data | |
/plots | |
/work | |
/tmp | |
/db | |
/db/nodes | |
/db/nodes/ARCHIVE | |
TODO CHECKLIST | |
(x) Under hpc_stats, make /report_scripts, /report_scripts/{config,webpush} /web_content, /web_content | |
(x) Migrate /var/db/node_watts to /var/db/hpc_stats/reports_scripts/POWER | |
(x) Make /var/db/hpc_stats/report_scripts/cron/cronjob.sh live. | |
- It's now called every 30 minutes, and now only calls */POWER/cronjob.sh, writing | |
power.csv to web_content/report_output | |
(_) Populate static output from web_content | |
(_) Migrate /var/db/node_stats to /var/db/hpc_stats/nodes |