Properties on Internal
Internal is available under server through the internal property
server/internal
The available properties are:
| Name | Description | Return type | Typical values |
|---|---|---|---|
| configdir | The path where the dbWatch Server puts the configuration files | Entity | C:/ProgramData/dbWatchControlCenter/config |
| datadir | The path where the dbWatch Server puts data files | Entity | C:/ProgramData/dbWatchControlCenter/data |
| installdir | The dbWatch Server installation directory | Entity | C:/Program Files/dbwatchControlCenter |
| javaarch | If the architecture is 64 or 32 bit | Number | 32, 64 |
| javaversion | The java version used by the Server | String | 1.8.0_372 |
| logdir | The path where the dbWatch Server puts the log files | Entity | C:/ProgramData/dbWatchControlCenter/log |
| memoryactual | The approximate amount of memory (in MB) that the dbWatch Server currently needs | Number | 2242 |
| memorymax | The approximate amount of memory (in MB) that the dbWatch Server is allowed to use | Number | 5461 |
| memoryreserved | The approximate amount of memory (in MB) that is reserved for the dbWatch Server | Number | 1947 |
| memoryusage | The approximate memory usage (in MB) of the dbWatch Server | Number | 1282 |
| perflog | List of topic ids for fdl execution times | List of Entities | version, hostname |
| perflog/avgval | Avg time used to resolve this topic (in ms) | Number | 23 |
| perflog/counter | The number of times this topic has been resolved (since server start) | Number | 9961 |
| perflog/maxval | Maximum time used to resolve this topic (in ms) | Number | 323 |
| perflog/minval | Minimum time used to resolve this topic (in ms) | Number | 3 |
| proplog | List of property ids for fdl execution times | List of Entities | platform_info, active_session_count |
| proplog/avgval | Avg time used to resolve this topic (in ms) | Number | 23 |
| proplog/counter | The number of times this topic has been resolved (since server start) | Number | 9961 |
| proplog/maxval | Maximum time used to resolve this topic (in ms) | Number | 323 |
| proplog/minval | Minimum time used to resolve this topic (in ms) | Number | 3 |
| schedulerrunning | Number of running threads in the scheduler | Number | 90 |
| threadcount | The total number of threads | Number | 362 |
| threadpoolsize | The size of the thread pool | Number | 300 |
| threadqueue | The number of threads waiting in queue | Number | 0 |
| threadtimeout | The amount of time (in seconds) a thread can be idle before it is removed from the thread pool | Number | 60 |
| workercount | The number of threads in the threadpool that are active | Number | 134 |