>>-perfcli-- --startesscollection-- ---devid--device_id [...]---> >-- ---devip--device_ip [...]-- -- ---freq--frequency-- --------> >---length--hours-- --collection_name | -----------------------><
startesscollection コマンドを使用して、データを収集することができます。 ESS 用のデータ収集タスクを作成して名前を付けたら、次のいずれかの方法でそのデータ収集タスクを開始できます。
以下の例は 2 つの ESS 装置に対して収集を開始して、5 時間にわたり、10 分ごとに収集を実行します。
perfcli startcollection -devid 1234.12345,6789.67890 -devip 192.168.0.10,192,168.0.11 -freq 10 -length 5 collection2
以下の例は、1 つの ESS 装置に対して収集を開始して、1 時間にわたり毎分、収集を実行します。
perfcli startcollection -devid 1234.12345 -devip 192.168.0.10 -freq 1 -length 1 collection2
結果出力:
Performance task collection2 successfully started.