Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 526 Bytes

File metadata and controls

14 lines (12 loc) · 526 Bytes

SlurmLogReader

An Assignment I worked on. Codes that can extract data from a SLURM log file.

METRICS

  • Number of jobs created/ended within a given time range.
  • Number of jobs by partitions, i.e. EPYC, Opteron and GPU.
  • Number of jobs causing error and the corresponding user.
  • Error types and occurences.
  • Extract data from the log by month given.
  • Total Average execution time of the jobs submitted to UMHPC (for all months).
  • Number of errors by month.
  • Number of Jobs Cancelled By User by month.

-ぶるぶ