Translations:Diskusage Explorer/5/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "=== Interface ncurses === Listez d'abord tous les projets auxquels vous avez accès. <pre> ls ~/projects/ def-bourqueg def-lathrop def-poq-ab rrg-bourqueg-ad rrg-lath...")
 
No edit summary
Line 1: Line 1:
=== Interface ncurses ===
=== Interface ncurse ===
Listez d'abord tous les projets auxquels vous avez accès.
Sélectionnez un espace /project auquel vous avez accès et que vous voulez analyser; dans notre exemple, nous analysons <tt>def-professor</tt>.
<pre>
{{Command|diskusage_explorer /project/def-professor}}
ls ~/projects/
 
    def-bourqueg  def-lathrop  def-poq-ab  rrg-bourqueg-ad  rrg-lathrop
</pre>
Le projet <tt>def-poq-ab</tt> servira à notre exemple.  
<pre>
GROUP=def-poq-ab
duc ui -d /project/.duc_databases/${GROUP}.sqlite  /project/${GROUP}
</pre>
Cette commande charge un navigateur qui montre les ressources consommées par tous les fichiers dans l'arborescence d'un répertoire.
Cette commande charge un navigateur qui montre les ressources consommées par tous les fichiers dans l'arborescence d'un répertoire.
[[File:Ncurse duc.png|thumb|using|450px|frame|left| Navigating you project space with duc ncurse tool]]
[[File:Ncurse duc.png|thumb|using|450px|frame|left| Navigating you 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. -->

Revision as of 19:42, 25 May 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Diskusage Explorer)
=== ncurse user interface ===
Choose a /project space you have access to and want to analyze; for the purpose of this discussion we will use <tt>def-professor</tt>.
{{Command|diskusage_explorer /project/def-professor}}
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 your project space with duc's ncurse tool]]
<br clear=all> <!-- This is to prevent the next section from filling to the right of the image. -->

Interface ncurse

Sélectionnez un espace /project auquel vous avez accès et que vous voulez analyser; dans notre exemple, nous analysons def-professor.

Question.png
[name@server ~]$ diskusage_explorer /project/def-professor

Cette commande charge un navigateur qui montre les ressources consommées par tous les fichiers dans l'arborescence d'un répertoire.

Navigating you project space with duc ncurse tool