-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reporting for historical cpu utilization #530
Comments
Thanks @schoate! flux-accounting currently has
If you would like to get the total job usage per-user, you can get this individually with |
I think Is there any way to get Account / Bank information in the |
I think at the moment you might need to run additional commands for each jobid to look at account or bank information associated with the job. What kind of information would you be looking for? Are you thinking of additional filtering options with |
An additional |
Thanks @cmoussa1 ! |
I am looking for some reporting command similar to Slurm's sreport. From the man page, "sreport is used to generate reports of job usage and cluster utilization for Slurm jobs saved to the Slurm Database, slurmdbd". The sreport command allows the user to specify different report types with options.
For this specific request, I would like to be able run a command with the arguments host, a time period (start and end), and user (default to total system cpu utilization), and get output back in json or some parseable format:
Cluster|Account|Login|Used
.Please let me know if you need additional detail. Thanks!
The text was updated successfully, but these errors were encountered: