Discussion:
CPU/GPU utilization userwise
y***@public.gmane.org
2014-07-03 17:17:26 UTC
Permalink
Hi,


Can anyone help me to find out ,how to get CPU/GPU utilization userwise from slurm accounting Database.

--
Regards,
Yogendra

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com
d***@public.gmane.org
2014-07-10 06:14:42 UTC
Permalink
Hello SLURM users,

Need your help here.

We want to draw a chart on user wise cpu consumption, but not sure from slurm_acct_db, which table and fields to consider for getting these details.

Is there any detailed documentation available on SLURM’s database design to understand the table and field structure?

Regards
Dhvani


From: ***@wipro.com [mailto:***@wipro.com]
Sent: Thursday, July 03, 2014 10:47 PM
To: slurm-dev
Cc: Simran Kaur (WI01 - GIS - IT & ITES)
Subject: [slurm-dev] CPU/GPU utilization userwise

Hi,


Can anyone help me to find out ,how to get CPU/GPU utilization userwise from slurm accounting Database.
--
Regards,
Yogendra

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com<http://www.wipro.com>


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com
d***@public.gmane.org
2014-07-10 07:28:50 UTC
Permalink
Hi guys

I am trying to understand the database.

For SLURM to record user wise cpu utilization, is it MUST to have user-account association to be defined in SLURM accouting?

Regards
Dhvani

From: ***@wipro.com [mailto:***@wipro.com]
Sent: Thursday, July 10, 2014 11:45 AM
To: slurm-dev
Subject: [slurm-dev] RE: CPU/GPU utilization userwise

Hello SLURM users,

Need your help here.

We want to draw a chart on user wise cpu consumption, but not sure from slurm_acct_db, which table and fields to consider for getting these details.

Is there any detailed documentation available on SLURM’s database design to understand the table and field structure?

Regards
Dhvani


From: ***@wipro.com<mailto:***@wipro.com> [mailto:***@wipro.com]
Sent: Thursday, July 03, 2014 10:47 PM
To: slurm-dev
Cc: Simran Kaur (WI01 - GIS - IT & ITES)
Subject: [slurm-dev] CPU/GPU utilization userwise

Hi,


Can anyone help me to find out ,how to get CPU/GPU utilization userwise from slurm accounting Database.
--
Regards,
Yogendra

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com<http://www.wipro.com>


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com<http://www.wipro.com>


The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

www.wipro.com
Loris Bennett
2014-07-10 08:20:31 UTC
Permalink
Hi Dhvanika,
Post by d***@public.gmane.org
Hi guys
 
I am trying to understand the database.
 
For SLURM to record user wise cpu utilization, is it MUST to have user-account
association to be defined in SLURM accouting?
 
Regards
Dhvani
As it says in the documentation (http://slurm.schedmd.com/accounting.html):

,---------------------------------------------------------------------
| Accounting records are maintained based upon what we refer to as an
| Association, which consists of four elements: cluster, account, user
| names and an optional partition name
`---------------------------------------------------------------------

So, yes, associations are must. The ideas is that a given user could
work in multiple groups or projects on a given cluster, so you need the
associations to keep track of how the CPU time was used.

Cheers

Loris
--
This signature is currently under construction.
Danny Auble
2014-07-10 16:33:36 UTC
Permalink
Unless you enforce associations you do not need to create them
manually. You can use the database to only store jobs and steps.
Post by Loris Bennett
Hi Dhvanika,
Post by d***@public.gmane.org
Hi guys
I am trying to understand the database.
For SLURM to record user wise cpu utilization, is it MUST to have user-account
association to be defined in SLURM accouting?
Regards
Dhvani
,---------------------------------------------------------------------
| Accounting records are maintained based upon what we refer to as an
| Association, which consists of four elements: cluster, account, user
| names and an optional partition name
`---------------------------------------------------------------------
So, yes, associations are must. The ideas is that a given user could
work in multiple groups or projects on a given cluster, so you need the
associations to keep track of how the CPU time was used.
Cheers
Loris
d***@public.gmane.org
2014-07-11 05:59:31 UTC
Permalink
Thanks Loris. That helps :)

-----Original Message-----
From: Loris Bennett [mailto:***@fu-berlin.de]
Sent: Thursday, July 10, 2014 1:50 PM
To: slurm-dev
Subject: [slurm-dev] RE: CPU/GPU utilization userwise


Hi Dhvanika,
Post by d***@public.gmane.org
Hi guys
 
I am trying to understand the database.
 
For SLURM to record user wise cpu utilization, is it MUST to have
user-account association to be defined in SLURM accouting?
 
Regards
Dhvani
As it says in the documentation (http://slurm.schedmd.com/accounting.html):

,---------------------------------------------------------------------
| Accounting records are maintained based upon what we refer to as an
| Association, which consists of four elements: cluster, account, user
| names and an optional partition name
`---------------------------------------------------------------------

So, yes, associations are must. The ideas is that a given user could work in multiple groups or projects on a given cluster, so you need the associations to keep track of how the CPU time was used.

Cheers

Loris
--
This signature is currently under construction.

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transm
Loading...