Properties on Internal
Internal is available under server through the internal property
server/internal
The available properties are:
| Name | Description | Return type | Typical values | Extra |
|---|---|---|---|---|
| installdir | The dbWatch Server installation directory | Entity | C:/Program Files/dbwatchControlCenter | |
| configdir | The path where the dbWatch Server puts the configuration files | Entity | C:/ProgramData/dbWatchControlCenter/config | |
| logdir | The path where the dbWatch Server puts the log files | Entity | C:/ProgramData/dbWatchControlCenter/log | |
| datadir | The path where the dbWatch Server puts data files | Entity | C:/ProgramData/dbWatchControlCenter/data | |
| javaversion | The java version used by the Server | String | 1.8.0_372 | |
| javaarch | If the architecture is 64 or 32 bit | Number | 32, 64 | |
| memoryusage | The approximate memory usage (in MB) of the dbWatch Server | Number | 1282 | |
| memoryreserved | The approximate amount of memory (in MB) that is reserved for the dbWatch Server | Number | 1947 | |
| memorymax | The approximate amount of memory (in MB) that the dbWatch Server is allowed to use | Number | 5461 | |
| threadqueue | The number of threads waiting in queue | Number | 0 | |
| threadcount | The total number of threads | Number | 362 | |
| threadtimeout | The amount of time (in seconds) a thread can be idle before it is removed from the thread pool | Number | 60 | |
| threadpoolsize | The size of the thread pool | Number | 300 | |
| workercount | The number of threads in the threadpool that are active | Number | 134 |