LicenseManagerServerBuffer¶
Holds the text of the response of the LM specific commands that the observer service parsed
Fields¶
Field | Type | Description |
---|---|---|
Buffer | text | Message returned from the license manager statistics / diagnostics tools |
Command | nvarchar | For FLexLM this can either be 'lmstat' or 'lmdiag' |
ID | bigint | Internal ID for the LicenseManagerServerBuffer entity (Primary Key) |
LastScan | datetime2 | Date/Time this buffer was scanned |
LicenseManagerServerID | bigint | Internal ID that references the LicenseManagerServer entity (Foreign Key) |