CPU Data Import

Description

CPU Data Import provides a generic import mechanism for CPU data from a CSV or Excel file.

Note

This Data Provider is new in Squore 18.0

Usage

CPU Data Import has the following options:

  • ( root_node , default: Resources)

  • Data File ( xls_file ) Specify the path to the file containing CPU information.​

  • Sheet Name ( xls_sheetname ) Specify the name of the Excel sheet that contains the CPU list.​

  • CPU Column name ( xls_key ) Specify the header name of the column which contains the CPU key.​

  • Grouping Structure ( xls_groups ) Specify the headers for Grouping Structure, separated by ";".​

  • Filtering ( xls_filters ) Specify the list of Header for filtering For example: "column_name_1=regex1;column_name_2=regex2;​

  • ( csv_separator , default: ;)

  • ( cpu_loop_column_name , default: Total Loop Time [ms])

  • ( cpu_idle_column_name , default: Average idle Time per loop [ms])

  • ( cpu_worst_column_name , default: Worse case idle Time per loop [ms])

  • ( createOutput , default: true)

The full command line syntax for CPU Data Import is:

-d "type=import_cpu,root_node=[text],xls_file=[text],xls_sheetname=[text],xls_key=[text],xls_groups=[text],xls_filters=[text],csv_separator=[text],cpu_loop_column_name=[text],cpu_idle_column_name=[text],cpu_worst_column_name=[text],createOutput=[booleanChoice]"