>>-perfcli-- --startsvccollection-- ---devid--device_id-- ------> >---devip--device_ip-- ---devuser--device_user-- ---------------> >---freq--frequency-- ---length--hours-- -----------------------> >--collection_name | ------------------------------------------><
You can use the startsvccollection command to collect data. After you create and name a data collection task for an SVC, you can start the data collection task in one of these ways:
The following example starts a collection against two SVC devices to run every 10 minutes for 5 hours.
perfcli startsvccollection -dev 1234.12345,6789.67890 -devip 192.168.0.10,192,168.0.11 -devuser bob,susie -freq 10 -length 5 collection1
The following example starts a collection against a single SVC device to run every hour for 24 hours.
perfcli startsvccollection -devid 1237.12348 -devip 195.178.0.20 -freq 60 -length 24 collectiona