You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a utility called sacctd (https://github.com/NAICNO/Jobanalyzer/tree/main/code/sacctd) that runs on one node on a Slurm-managed cluster every hour (say) and extracts information about completed jobs via sacct and reformats and sends this in the usual way to the Jobanalyzer server. (The benefit of this is that we can retain information longer than the Slurm DB, we can preprocess and cache in more efficient ways, etc.)
Sacctd is a pretty simple program but it becomes one more program to install / update on the cluster. I'm wondering if it wouldn't be beneficial to roll it into Sonar, in the same way that the sysinfo utility was rolled into Sonar. One would then run sonar sacct to extract this information.
The text was updated successfully, but these errors were encountered:
There is a utility called sacctd (https://github.com/NAICNO/Jobanalyzer/tree/main/code/sacctd) that runs on one node on a Slurm-managed cluster every hour (say) and extracts information about completed jobs via sacct and reformats and sends this in the usual way to the Jobanalyzer server. (The benefit of this is that we can retain information longer than the Slurm DB, we can preprocess and cache in more efficient ways, etc.)
Sacctd is a pretty simple program but it becomes one more program to install / update on the cluster. I'm wondering if it wouldn't be beneficial to roll it into Sonar, in the same way that the sysinfo utility was rolled into Sonar. One would then run
sonar sacct
to extract this information.The text was updated successfully, but these errors were encountered: