Related Products: |
EMMK-101, EMMK-102, EMMK-103 |
Related Documents: |
ISCM-0380, ISCM-0385 |
Type: |
Troubleshooting |
Keywords/Labels: |
tracepoints, trace logger |
Summary: |
This article describes logging important event details. |
A tracepoint is a flag that, when enabled, instructs the server to log messages about when particular events occur. For example, the Storage.MajorOps
tracepoint flags events related to file I/O. Review a dynamic list of tracepoints that update as they become available.
-
Click the Navigational menu » Utilities » Trace Logger.
-
(Optional) Double-click a tracepoint in the table to enable or disable a specific tracepoint.
-
(Optional) Create an exception that inverts the status of a tracepoint for a specific device.
-
Select a tracepoint whose name begins with
Device
in the table. -
Click the Edit button.
-
Click Add and enter the name of the device you want to create an exception for in the text field that appears.
-
-
Download logs of a tracepoint or server-crash information as text files.
-
Click the Action menu.
-
Select Download Trace Log or Download Crash Log.
-
Exceptions are useful for storing tracepoint information from a select number of devices instead of all devices.
For example, if you only care about a specific device that is experiencing issues rather than every device in the system, you might disable the Device.SystemEvent.Level1 tracepoint. Additionally, you might create an exception for the one device you are interested in tracking so that the server generates messages for any events that device might have. Exceptions are case-sensitive, so when you add an exception, enter the exact device name.
Please note that this is not a complete list of all available tracepoints.
Tracepoint Name |
Tracepoint Description |
Use Case |
---|---|---|
Authentication.Srptracing |
Reports about operations related to authenticating device credentials. |
You are bringing devices online and troubleshooting connection issues. |
Provisioning.StateChange |
Each time a device tries to connect, reports specific issues related to the device status, such as the software configuration or application being out of date. |
|
Transceiver.Connections |
Reports when devices connect, disconnect, or become authorized to connect to the InsightCM Server. |
|
Device.FileManager.SendData |
Reports when the device sends data events to the server. |
See when a device sends data to the server. |
DataStorage.MajorOps |
Reports general operations for storing data events. |
Monitor the server receiving data events from devices. |
PIHistorian.TagWritten |
Reports whenever InsightCM Server writes a value to the PI software. |
You want to monitor activity by historian software. |