For analyzing the daily/weekly reports
- R, + dplyr, tidyr
- python, + pandas
- Clone this repository
- Create a
data
directory, withhpc
andhtc
sub-directories - Download data
- CHTC usertable goes in
data/htc
- SLURM stats report goes in
data/hpc
, naming convention isdate_to_date_users.csv
- CHTC usertable goes in
- Run analysis
- 72 hour jobs
- Run
check_72_hrs.sh
or run thescripts/htc_report.py
script directly, using the72
option
- Run
- Single node jobs
- Run
check_single_node.sh
or run thescripts/hpc_single_node.R
script directly
- Run
- Gluster users
- Run
scripts/htc_report.py
using thegluster
option.
- Run