Skip to content

vEdge Cloud (vBond) の CPU 使用率を下げる

vEdge Cloud (vBond 含む) をデプロイした場合、デフォルトの状態では CPU 使用率が高い状態です。 eco-friendly-mode に以下の記載があります。

Configure a vEdge Cloud router not to use its CPU minimally or not at all when the router is not processing any packets (available on vEdge Cloud routers). By default, eco-friendly mode is disabled.

Enabling eco-friendly mode is useful when you are upgrading multiple vEdge Cloud routers simultaneously, especially routers that have only one virtual CPU (vCPU). Enabling this mode allows the routers to download the software image files without timing out. (A software image download times out after 60 minutes).

vEdge Cloud はパケット処理を 行っていない 間も CPU を使用してしまうようなのですが eco-friendly-mode 設定を行うことで CPU 負荷を下げることが可能です。

eco-friendly-mode 設定前

デフォルトで eco-friendly-mode は設定されていません。

1
2
3
4
vedge# show running-config system eco-friendly-mode
system
 no eco-friendly-mode
!

vSphere 上から CPU 使用率を確認すると、かなり高い使用率になっていることが分かります。

file

eco-friendly-mode 設定後

eco-friendly-mode を設定してみます。

1
2
3
4
5
vedge# config
Entering configuration mode terminal
vedge(config)# system eco-friendly-mode
vedge(config-system)# commit and-quit
Commit complete.

これで eco-friendly-mode が設定されました。

1
2
3
4
vedge# show running-config system eco-friendly-mode
system
 eco-friendly-mode
!

vSphere 上から CPU 使用率を確認すると、大幅に下がっていることが分かります。

file