LicenseManagerServerScan
Each statistics scan generates a record here. The information can be used to observe license manager scan.
erDiagram
LicenseManagerServer ||--o{ LicenseManagerServerScan : "LicenseManagerServerID"
Fields
| Field |
Type |
Description |
| Features |
numeric |
Number of features scanned |
| ID |
numeric |
Internal ID for the LicenseManagerServerScan entity (Primary Key) |
| LastScan |
datetime |
Date/Time this record was created |
| LicenseManagerServerID |
numeric |
Internal ID that references the LicenseManagerServer entity (Foreign Key) |
| ScanDurationMilliseconds |
numeric |
Duration of this scan in milliseconds |
| UsageLevel |
numeric |
Usage Level of this scan (-1 for low, 0 for normal, 1 for high usage) |
References
| Column Name |
Referenced Table |
Description |
| LicenseManagerServerID |
LicenseManagerServer |
Defines a license manager server for use by the OctoSAM Monitor module |