Skip to content

3.4 Setting of Components

This section describes how to set up the collected data until it is saved to a file.

3.4.1 Configuring the Resource Collector#

Describes how to configure the "Resource Collector" to collect CPU utilization rate of Operating machine. The "Resource Collector" is a component that collects system resources of Operating machine (such as CPU usage, memory consumption, etc.).

You can configure the resource collector as follows.:

  1. Select "Edit mode" in the header mode selection to open the Edit mode window.

  2. Displays the panel 1.

  3. Press the "Collector" indicator in the left menu to display the collector list.

  4. Drag "Resource Collector" and drop it on the panel.

  5. The settings dialog will open automatically. "Enter "name" as desired, check "CPU usage" and click the "Save" button.
    Name example: System resource

3.4.2 Configuring the CSV Serializer#

This section describes how to configure the "CSV serializer" to output the CPU usage rate collected by the resource collector to a file in CSV format. "The "CSV serializer" is a component that takes arbitrary data, processes it into CSV format, and re-outputs it.

The flow of data between components is defined by Flow links. A flow link connects two components and flows data between the connected components.

You can configure the CSV Serializer by the following procedure.:

  1. In the Edit mode window, press the "Serializer" indicator in the left menu to display the Serializer List.

  2. Drag the “CSV Serializer” and drop it on the panel.

  3. The settings dialog will open automatically. "Enter "name" as desired, and click the "Save" button.
    Name example: CSV format

  4. Drag the output port of the Resource Collector.

  5. Release the mouse button at the input port of the CSV Serializer.

  6. A flow link is added between the components.

3.4.3 File Emitter Settings#

Next, we'll explain how to set up the "File Emitter". "The "File Emitter" is the component that receives the data processed by the serializer and outputs it to the local environment as a file.

You can configure the File Emitter by the following procedure.:

  1. In the Edit mode window, press the "Emitter" indicator in the left menu to display the Emitter List.

  2. Drag “File Emitter” and drop it on the panel.

  3. The settings dialog will open automatically. "Enter "Name" and “Category” as desired, and click the "Save" button.
    File name sample: File Output
    Category sample: file1
    Note: Only half-width characters can be entered for "Category".

  4. Drag the output port of the CSV Serializer.

  5. Release the mouse button at the input port of the File Emitter.

  6. A flow link is added between the components.