Page Tree
Other Releases
The System Monitor communication driver gets information about the local system, such as the processor, memory, hard disk, and network information. When running a distributed application, the metrics will refer to the server computer. Using the Channel remote execution, you can get information from other computers running the application.
Communication Driver Name: System Monitor
Current Version: 1.0.0.0
Implementation DLL: T.ProtocolDriver.SystemMonitor.dll
Max number of nodes: Only one node can be defined to each channel
Supported Operands:
Operand | Read | Write | Data Type | Address Size |
---|---|---|---|---|
Processor | Yes | Real | 8 bytes | |
MemoryAvailable | Yes | Real | 8 bytes | |
MemoryInUse | Yes | Real | 8 bytes | |
MemoryTotal | Yes | Real | 8 bytes | |
MemoryPhysicalAvailable | Yes | Real | 8 bytes | |
MemoryPhysicalInUse | Yes | Real | 8 bytes | |
MemoryPhysicalTotal | Yes | Real | 8 bytes | |
HDWriteBytesPerSecond | Yes | Real | 8 bytes | |
HDReadBytesPerSecond | Yes | Real | 8 bytes | |
NetDataReceivedBytesPerSecond | Yes | Real | 8 bytes | |
NetDataSentBytesPerSecond | Yes | Real | 8 bytes |
The syntax for the Ping address points is: <Property>
Where:
You can map each property to a Tag in the application, or you can define only one line under Edit > Device > Points, mapping the entire data structure to a Template Tag
In order to use template tags:
Create the tag template “SystemMonitor” by using Member names as the properties names
Create a tag from the Template “SystemMonitor”
Under Edit > Device > Points, put your tag in the TagName column, and select the address SystemMonitor and the address field. The system will automatically get all the members of the template when running the application
The most common error is related to the Windows cache of the performance counter. To recover the system, execute the following commands in the Command prompt while running the prompt with Administrator privileges: C:\windows\system32>lodctr/r
If you still have this error: Error: Unable to rebuild performance counter setting from system backup store, error code is 2
Then, you should run:
The expected message is:
The status of the driver's execution can be observed through the diagnostic tools, which are:
• Trace window
• Property Watch
• Module Information