XLOG trace mode

The following trace information is accessible via the XLOG interface:

You can access this information using the following commands:

Command

Description

divactrl load -c <x> - ReadXlog

Reads XLOG information from board <x>, decodes it, and prints it to standard output.

divactrl load -c <x> - ReadXlog -File <y>.txt

Reads XLOG information from board <x>, decodes it, and writes it to file <y>.txt.

 

The shellscript divalog provides an abbreviation for divactrl -ReadXlog. Note that this is different from the similar named "divalogd" accounting utility.

divactrl load -c <x> - FlushXlog

Reads XLOG information from board <x>, decodes it, and prints it to standard output. Exits after no more XLOG messages are available.

divactrl load -c <x> - FlushXlog -File <y>.txt

Reads XLOG information from board <x>, decodes it, and writes it to file <y>.txt. Exits after no more XLOG messages are available.