Querying the MSI table of contents
MSI's Table of Contents (ToC) lists some basic information about the data available.
With no arguments, msiTocEntry returns the names of the thread entries in the table of contents.
This syntax is the same as keylget.
For example:
Input: msiTocEntry
Output: conn_0 conn_1 conn_2 conn_3
If a particular thread name is specified, then the command returns that thread's entry. The data are returned in a keyed list.
For example:
Input: msiTocEntry conn_0
Output: {INDEX 1} {ALIVE 0} {CREATED 1}
{NAME conn_0}