Purpose
Returns information about classes.
Syntax
llclass [-?] [-H] [-v] [-l] [classlist]
Flags
If you have more than a few classes configured for LoadLeveler, consider redirecting the output to a file when you use the -l flag.
Examples
This example generates a long listing for classes named silver and gold:
llclass -l silver gold
The Standard Listing: The standard listing is generated when you do not specify -l with the llclass command. The following is sample output from the llclass Parallel command, where there are 24 initiators of class Parallel configured in the cluster, with one job step of class Parallel using 6 initiators currently running:
+--------------------------------------------------------------------------------+ |Name MaxJobCPU MaxProcCPU Free Max Description | | d+hh:mm:ss d+hh:mm:ss Slots Slots | | | |Parallel 2+02:45:00 05:30:00 18 24 Parallel job class | +--------------------------------------------------------------------------------+
The standard listing includes the following fields:
The Long Listing: The long listing is generated when you specify the -l option on the llclass command. The following is sample output from the llclass -l Parallel command, where there are 24 initiators of class Parallel configured in the cluster, with one job step of class Parallel using 6 initiators currently running:
+--------------------------------------------------------------------------------+
|=============== Class Parallel =============== |
| Name: Parallel |
| Priority: 70 |
| Exclude_Users: |
| Include_Users: aliceb johnmt loadl rhclark srherb |
| Exclude_Groups: |
| Include_Groups: chemistry physics |
| Admin: loadl brownap alice |
| NQS_class: F |
| NQS_submit: |
| NQS_query: |
| Max_processors: -1 |
| Maxjobs: -1 |
|Resource_requirement: cons_res1(1) cons_res2(3) |
| Class_comment: Parallel job class |
|Checkpoint_directory: |
| Ckpt_limit: undefined, undefined |
| Wall_clock_limit: 10+10:30:01, 9+14:55:00 (901801 seconds, 831300 seconds) |
| Job_cpu_limit: 2+02:45:00, 2+01:30:00 (182700 seconds, 178200 seconds) |
| Cpu_limit: 05:30:00, 05:00:01 (19800 seconds, 18001 seconds) |
| Data_limit: 5.500 gb, 4.400 gb (5905580032 bytes, 4724464025 bytes) |
| Core_limit: 8.000 gb, 8.000 gb (8589934592 bytes, 8589934592 bytes) |
| File_limit: 1.500 tb, 1.200 tb (1649267441664 bytes, 1319413953331 byt|
| Stack_limit: 400.000 mb, 300.000 mb (419430400 bytes, 314572800 bytes) |
| Rss_limit: 3.000 pb, 2.000 pb (3377699720527872 bytes, 22517998136852|
| Nice: 10 |
| Free_slots: 18 |
| Maximum_slots: 24 |
| Execution_factor: 1 |
| Max_total_tasks: 30 |
| Preempt_class: ALL { large } ENOUGH { small medium } |
| Start_class: ( No_Class < 3 ) && ( 85ba < 10 ) |
| |
+--------------------------------------------------------------------------------+
The long listing includes these fields:
Related Information
Each machine periodically updates the central manager with a snapshot of its environment. Since the information returned by llclass is a collection of these snapshots, all taken at varying times, the total picture may not be completely consistent.