show atmf container

モード
特権EXECモード
カテゴリー
AMF / コマンド

構文

コマンド構文

# show atmf container

# show atmf container {NAME | detail | detail NAME}

コマンド説明

AMFコンテナの情報を表示する。
パラメーターを指定しないで実行した場合は、設定されているすべてのAMFコンテナの情報を表示する。

パラメーター

NAME
AMFコンテナ名
detail
詳細な情報を表示
detail NAME
指定したAMFコンテナの詳細な情報を表示

使用例

すべてのAMFコンテナの情報を表示する。
awplus# show atmf container

ATMF Container Information: 

  CONTAINER NAME   AREA NAME        STATE    MEMORY    CPU  
-----------------------------------------------------------------
  abc              MASTER1          running  70.3 MB   3.935423
  asdf                              stopped  0 bytes   0.000000
  def              MASTER2          running  53.2 MB   3.330109
  xyz                               running  52.1 MB   2.811285

Current ATMF Container count: 4
すべてのAMFコンテナの詳細な情報を表示する。
awplus# show atmf container detail

ATMF Container Detail Information: 

Name:           abc
State:          RUNNING
PID:            980
IP:             172.31.0.1
IP:             192.168.0.2
IP:             fd00:4154:4d46:3c::1
CPU use:        3.95 seconds
Memory use:     67.07 MiB
KMem use:       0 bytes
Link:           vethP31UFA
 TX bytes:      166.01 KiB
 RX bytes:      141.44 KiB
 Total bytes:   307.45 KiB
Link:           vethYCT7BB
 TX bytes:      674.27 KiB
 RX bytes:      698.27 KiB
 Total bytes:   1.34 MiB

Name:           asdf
State:          STOPPED

Name:           def
State:          RUNNING
PID:            1086
IP:             172.31.0.1
CPU use:        3.34 seconds
Memory use:     50.82 MiB
KMem use:       0 bytes
Link:           veth6LOD7B
 TX bytes:      0 bytes
 RX bytes:      98.59 KiB
 Total bytes:   98.59 KiB
Link:           vethJWJ350
 TX bytes:      0 bytes
 RX bytes:      0 bytes
 Total bytes:   0 bytes
AMFコンテナ「abc」の情報を表示する。
awplus# show atmf container abc

ATMF Container Information: 

  CONTAINER NAME   AREA NAME        STATE    MEMORY    CPU  
-----------------------------------------------------------------
  abc              MASTER1          running  70.3 MB   3.940658

Current ATMF Container count: 1
AMFコンテナ「abc」の詳細な情報を表示する。
awplus# show atmf container detail abc

ATMF Container Detail Information: 

Name:           abc
State:          RUNNING
PID:            980
IP:             172.31.0.1
IP:             192.168.0.2
IP:             fd00:4154:4d46:3c::1
CPU use:        3.96 seconds
Memory use:     67.07 MiB
KMem use:       0 bytes
Link:           vethP31UFA
 TX bytes:      166.33 KiB
 RX bytes:      141.71 KiB
 Total bytes:   308.04 KiB
Link:           vethYCT7BB
 TX bytes:      675.88 KiB
 RX bytes:      699.62 KiB
 Total bytes:   1.34 MiB

注意・補足事項

本コマンドは、AMF CloudのAMFマルチテナント機能でのみ使用可能。

関連コマンド