-
Notifications
You must be signed in to change notification settings - Fork 364
🤔[question] Get Slots per User #10184
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
Comments
Hello, Today you'd probably have to do five commands |
@ioga Could you maybe give some more details? I think there might be a misunderstanding here. None of these commands give me the slots used as far as I can see. E.g. when I do for instance
With some preprocessing I can filter for active shells here. But I don't see a way to get the slots. Maybe to give a motivation why this is needed: Multiple people use the cluster and can create shells (and other stuff) with reserved slots (gpus). As we have a maximum number of gpus, it would be really nice to get an overview over how many gpus are used by each user. Currently we do this manually in an excel, but people forget to update that. Edit: Another related topic, it would be really nice if the cli code would also return the csvs / json so they can be called programmatically easily. Right now they print to the terminal and have no return value. I used some mocking framework to get the output, but that is a little bit akward. |
ah, so you also need the number of slots. in this case I am afraid you'll have to do |
Would be nice as a feature request to include that information directly in the table. Both for the cli and the graphical userinterface. At least that is an information that would be beneficial to us. |
yep I agree, and I've created an internal ticket to track this request. |
Describe your question
Hi,
is it possible to know for each user how many slots they use and ideally which tasks use these slots? Does determined cli support that?
There are different commands like
det user
,det task
,det shell
, but it is not obvious how to get the combined information from this.Checklist
The text was updated successfully, but these errors were encountered: