This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
policies:allacc:stats [2017/04/14 10:36] Richard.Randriatoamanana@ec-nantes.fr |
policies:allacc:stats [2017/04/14 11:20] (current) Richard.Randriatoamanana@ec-nantes.fr |
||
---|---|---|---|
Line 1: | Line 1: | ||
**[[:|home]] -> [[:policies]]** | **[[:|home]] -> [[:policies]]** | ||
- | |||
- | <WRAP center round info 60%> | ||
- | For help, please write us at [[direction.ici@ec-nantes.fr]]\\ and visit our site http://ici.ec-nantes.fr/hpc for details. | ||
- | </WRAP> | ||
====== Méthodes de calcul des ressources ====== | ====== Méthodes de calcul des ressources ====== | ||
Line 15: | Line 11: | ||
==== sacct ==== | ==== sacct ==== | ||
<code bash> | <code bash> | ||
- | sacct -X -T --start=<start date> --end=<end date> -u $(whoami) --format=cputimeraw | + | sacct -X -T --start=<start date> --end=<end date> -u $(whoami) --format="JobID,JobName,Account,Cputimeraw,AllocCPUS,State,ExitCode" |
</code> | </code> | ||
+ | //le ''CputimeRAW'' est en minutes// | ||
==== sreport ==== | ==== sreport ==== | ||
<code bash> | <code bash> | ||
Line 24: | Line 20: | ||
//Attention aux ressources réservées.// | //Attention aux ressources réservées.// | ||
- | ===== La commande Mybalance ===== | + | ===== Outil local ===== |
+ | Mybalance reports the current balance of credits for the current month, which equates to the number of CPU core hours still available in the current accounting (including expired credits if present) | ||
<code bash>Mybalance</code> | <code bash>Mybalance</code> | ||