Benutzer-Werkzeuge

Webseiten-Werkzeuge


commands

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
commands [2021/12/13 09:32]
schwan
commands [2022/07/28 17:15] (aktuell)
schwan
Zeile 1: Zeile 1:
-====== Common LSF Commands ====== 
- 
 The following section list the most common LSF commands and explains what they do.  The following section list the most common LSF commands and explains what they do. 
  
Zeile 6: Zeile 4:
  
 ^ Command ^ Eplaination ^ ^ Command ^ Eplaination ^
-lsinfo Provides information about the LSF configuration (Mashinetype, -/description -/model) and about the available resources.+''bjobs'' Display the short status of your Jobs | 
-lsmon | Displays Information about the load on all Computenodes+| ''bjobs -w'' | Display the short status of your Jobs with "wide" fields 
-bhosts Status of all Masterhosts +''bjobs -l'' | Displays all (=long) parameters of all (!) of your Job | 
-bhosts -Status of all Masterhosts (detailed)+| ''bjobs -l jobid''Information about a job with the specified jobid
-| man bhosts | More Information about the command | +''bjobs -u all'' Lists every job of all (!) users in a short list 
-bqueues Displays the Queuestatus+''bjobs -q BatchXL'' short listing of  your jobs running in a queue called "BatchXL 
-bqueues -Displays the Queuestatus (detailed)+''man bjobs'' | More Information about the command | 
-bjobs Display the status of your Jobs + 
-bjobs -l | Displays all the parameters of the Job +''bsub'' job start command 
-bjobs -u all Lists every job of every user +''bsub -b'' Dispatches the job for execution on or after the specified date and time 
-bjobs -l //<JobID>// Information about the Job with the specified JobID+''bsub -b 20:00'' set the job begin time to 8 pm | 
-| man bjobs | More Information about the command | + 
-bpeek //<JobID> | Displays the Output of the Job + 
-bpeek -//<JobID> continouus Display of the Joboutput  +| ''bkill'' | kill (finish) one of your job with a jobid | 
-man bpeek More Information about the command + 
-xlsmon Graphical Frontend for the Display of Loadinformation and the Resources of all Hosts in the CS-Cluster +''bqueues'' | displays queue overview about all queues | 
-xbsub Graphical Frontend to create Job +| ''bqueues -l'' displays detailed overview about all queues | 
-xlsbatch Graphical Frontend to List all Jobs, Hosts, Queues, Users and Hostgroups |+| ''bqueues -l BatchXL '' | displays detailed overview about the queues named BatchXL | 
 + 
 +| ''bhosts'' | Status of all compute node 
 +''bhosts -l'' detailed status of all compute nodes 
 +''bhosts -gpu'' detailed status of all nodes containing a gpu 
 +''man bhosts'' | More Information about the command | 
 + 
 +''bhpart'' | priority status of all users | 
 + 
 +| ''bacct'' | Displays accounting statistics about finished jobs  | 
 +| ''bacct -e '' | Displays accounting statistics about finished jobs with EXIT state | 
 +| ''bacct -e -C 2022/01/14,2022/01/16'' | Displays accounting statistics in a certain time period with EXIT state 
 +''bacct -d -C 2022/01/14,2022/01/16'' | Displays accounting statistics in a certain time period with DONE state | 
 + 
 +''lsinfo'' Provides information about the LSF configuration (Maschinetype, -/description -/model) and about the available resources.
 +''lsmon'' Displays continuous information about the loads on all compute and gpu nodes| 
 +| ''lsload -gpuload'' | displays information about the gpu load on all gpu nodes 
 +''lsload -gpuload hostname'' displays information about the gpu load on certain host 
 +''lsload -gpuload -w hostname'' displays "wide" information about the gpu load on a certain host |
  
-**Useful Resources**\\ 
-{{ :wiki:lsf6.2_quick_ref.pdf | Overview of all LSF Commands}}\\ 
-{{ :wiki:lsf6.2_using.pdf | LSF User Manual}}\\ 
commands.1639384369.txt.gz · Zuletzt geändert: 2021/12/13 09:32 von schwan