前のトピック: server list

次のトピック: server net_discover


server list の出力

このトピックにはコマンドの出力仕様が含まれます。

--batch が指定されない場合の出力

以下の見出しがあるテーブルが出力されます。
   名前
   状態
   CPU Alloc/Free
   Mem(MB) Alloc/Free
   BW(Mbps) Alloc/Free
   役割
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 が指定された場合の出力
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.