Vorheriges Thema: server listNächstes Thema: server net_discover


server list Output

Dieses Thema enthält Befehlsausgabespezifikationen.

Nicht-Batch-Ausgabe

Table with the following headings:
   Name
   State
   CPU Alloc/Free
   Mem(MB) Alloc/Free
   BW(Mbps) Alloc/Free
   Role
Non-batch output (with --map)
server name : role val, state val(enabled/disabled), val cpu, val MB mem, val Mbps bw
srv list -m
server srv1 : role primary, state up(enabled), 0.05/7.85 cpu, 128/30983 MB mem, 100/1900 Mbps bw
_sys.controller: running, 0.10 cpu, 768.00 MB, 0.00 Mbps
app1.main.LUX5: running, 0.05 cpu, 128.00 MB, 100.00 Mbps
server srv2 : role secondary, state up(enabled), 0.00/8.00 cpu, 0/31880 MB mem, 0/2000 Mbps bw
Batch-Ausgabe
server name: role = val, state = val, enabled = val, cpu_alloc = val,
                    cpu_free = val, mem_alloc = val, mem_free = val,
                    bw_alloc = val, bw_free = val, reboot_required = val
   { (if -map specified)
   component name : state = val, cpu = val , mem = val, bw = val
   …
   } 
and a list of application components running on the server:
     name : val CPU, val MB, val Mbps 
If --batch is specified on the command line, the output of this command is the following:
     server name : role=val, state= val , enabled=val, cpu_alloc=val, cpu_free=val, mem_alloc=val, mem_free=val, bw_alloc=val
bw_free=val
         {
         component name : state=val, cpu=val, mem=val, mem_hypervisor=val, bw=val
         } 
If --verbose is specified on the command line, the output of this command is the same as the server info command except that the information is displayed for each server.