The module <System> of subsystem "Data Acquisition"
Module:
System
Name:
System DA
Type:
DAQ
Source:
daq_System.so
Version:
2.1
Author:
Roman Savochenko, Maxim Lysenko(2009)
Description:
Provides data acquisition from the OS. Supported OS Linux data sources: HDDTemp, Sensors, Uptime, Memory, CPU, UPS etc.
License:
GPL
Introduction
The module is a sort of gateway between the system OpenSCADA and OS (operating system). The module receives data from various data sources of the OS and allows to manage components of the OS.
The module provides the ability to automatically search for the supported and active data sources with the establishment of parameters for access to them as well as the implementation of the function of the horizontal reservation, that is working in conjunction with the remote station of the same level.
1. The controller of data
To add a data source of operating system there is created and configured the controller in the system OpenSCADA. Example of the configuration tab of the controller of the given type shown in Fig. 1.
Fig.1. Tab of configuration of the controller.
From this tab you can set:
The state of the controller, as follows: Status, "Enable","Run" and the name of the database containing the configuration.
Id, name and description of the controller.
The state in which the parameter to be switched at boot time: "To enable", "To start".
Automatic search of active data sources and the creation of parameters for them for modes: "Manual", "Fast sources", "Slow sources", "All sources".
Name of the table to store the configuration of the controller parameters.
The acquisition schedule policy and the priority of the task of data acquisition.
2. Parameters
Module System provides only one type of parameters — "All parameters". Additional configuration fields of the parameters of the module (Fig. 2) are:
part of the system;
optional (depending on the data source).
Fig.2. Tab of configuration of the parameter.
The table below there is a list of supported data sources of the operating system, the value of the additional configuration field and attributes of the parameters.
Data source
Value of the additional configuration field
Attributes of the parameter
Demands
Processor unit (CPU)
Name/number of the process. It can be a number of processor or to be "in general" for all processors <gen>.
[real] load: Load (%)
[real] sys: System (%)
[real] user: User (%)
[real] idle: Idle (%)
Memory (MEM)
Not used
[dec] free: Free (êÁ);
[dec] total: Total (êÁ);
[dec] use: Used (êÁ);
[dec] buff: Buffers (êÁ);
[dec] cache: Cache (êÁ);
[dec] sw_free: Swap, free (êÁ);
[dec] sw_total: Swap, total (êÁ);
[dec] sw_use: Swap, used (êÁ).
Sensors (sensors)
Not used
Attributes are defined by sensors that are available on the motherboard. For each sensor the unique attribute is created.
The library libsensors or program mbmon is used. Higher priority in the use is given to the library libsensors, because mbmon has problems on multicore architectures.
HDD temperature (hddtemp)
HDD. Disks, available in the system.
[string] disk: Name;
[string] ed: Unit of measurement;
[real] t: Temperature.
It must be installed configured and running as a service program hddtemp
Uptime (uptime)
Uptime:
System;
Station.
[dec] full: Seconds full;
[dec] sec: Seconds;
[dec] min: Minutes;
[dec] hour: Houres;
[dec] day: Days.
HDD Smart (hddsmart), slow
Disk. Disks, available in the system.
Attributes are defined by SMART-fields available for this disc. For each field the unique attribute is created.
It must be installed and available smartctl utility.
HDD statistics (hddstat)
Disk or partition. Disks or partitions, available in the system.
[real] rd: Read (B), reset on value 2.212;
[real] rdSp: Read speed (B/s);
[real] wr: Written (B), reset on value 2.212;
[real] wrSp: Write speed (B/s).
Net statistics (netstat)
Network interface. Network interfaces, available in the system.
[real] rcv: Recieved (B), reset on value 4.39;
[real] rcvSp: Receive speed (B/s);
[real] trns: Transfered (B), reset on value 4.39;
[real] trnsSp: Transmit speed (B/s).
UPS (NUT) (ups), slow
UPS. Accessible into the system or the network UPS.
Attributes are defined by provided the UPS fields. For each field the unique attribute is created.
Into the system or the network (is not detected automatic and the address you need set directly) must be accessible the demon NUT "upsd".