NLEwsld—Wordset load
Load command event, logged when a dynamic wordset is loaded. A wordset is a container of words that customize the vocabulary used by the application at runtime.
A wordset can have an optional ID and is specified either by a URI or an inline object as the response body.
In addition to the Tokens used for every event, this event has the following tokens:
Token | Meaning |
---|---|
ID | ID associated with the wordset. |
IFBYTES | Total bytes fetched. |
IFCPU | Total CPU milliseconds (user and system) consumed during the fetch. |
IFTIME | Total clock-time milliseconds to complete the fetch. |
LDCPU | Total CPU milliseconds consumed during the wordset conversion. |
LDTIME | Total clock-time (user and system) milliseconds to complete loading of the wordset. |
RC | Return code for the API call. |
TYPE | MIME type of the wordset. Can be specified in the request or determined from the HTTP server response. |
URI |
URI for the wordset, as specified in the load command. Note: In-line bodies for wordsets are conveyed as |