38,760
edits
(Created page with "Dans notre exemple, nous verrons la consommation de l'espace disque du répertoire <code>$GROUP</code> dans /project.") |
(Updating to match new version of source page) |
||
Line 5: | Line 5: | ||
<span style="color:red">Attention : Pour l'instant, cette fonction est seulement disponible sur [[Béluga]].</span> | <span style="color:red">Attention : Pour l'instant, cette fonction est seulement disponible sur [[Béluga]].</span> | ||
Il est possible d'obtenir le détail de l'utilisation de l'espace dans vos répertoires /home, /scratch et /project. Cette information est mise à jour quotidiennement et est triée selon un format SQLite pour un accès rapide. | <div class="mw-translate-fuzzy"> | ||
Il est possible d'obtenir le détail de l'utilisation de l'espace dans vos répertoires /home, /scratch et /project. Cette information est mise à jour quotidiennement et est triée selon un format SQLite pour un accès rapide. | |||
</div> | |||
<div class="mw-translate-fuzzy"> | |||
Dans notre exemple, nous verrons la consommation de l'espace disque du répertoire <code>$GROUP</code> dans /project. | Dans notre exemple, nous verrons la consommation de l'espace disque du répertoire <code>$GROUP</code> dans /project. | ||
</div> | |||
=== Ncurse User Interface === | === Ncurse User Interface === | ||
First list all the projects | First list all the projects you have access to: | ||
<pre> | <pre> | ||
ls ~/projects/ | ls ~/projects/ | ||
Line 21: | Line 25: | ||
</pre> | </pre> | ||
This command loads a browser that shows the resources consumed by all files under any directory tree | This command loads a browser that shows the resources consumed by all files under any directory tree | ||
[[File:Ncurse duc.png|thumb|using|450px|frame|left| Navigating | [[File:Ncurse duc.png|thumb|using|450px|frame|left| Navigating your project space with duc ncurse tool]] | ||
<br clear=all> <!-- This is to prevent the next section from filling to the right of the image. --> | <br clear=all> <!-- This is to prevent the next section from filling to the right of the image. --> | ||
Type <code>c</code> to toggle between consumed disk space and the number of files, <code>q</code> or <code><esc></code> to quit and <code>h</code> for help | Type <code>c</code> to toggle between consumed disk space and the number of files, <code>q</code> or <code><esc></code> to quit and <code>h</code> for help. | ||
If you are only interested in a <code>/project/${GROUP}</code> subfolder and do not want to navigate the whole tree in the ncurse user interface, | If you are only interested in a <code>/project/${GROUP}</code> subfolder and do not want to navigate the whole tree in the ncurse user interface, |