adding cpu count and ram to server info (#16109)

This commit is contained in:
Aasim Khan
2021-07-20 09:56:52 -07:00
committed by GitHub
parent efaf39f96a
commit 3ce6f9e78c
7 changed files with 21 additions and 3 deletions

8
src/sql/azdata.d.ts vendored
View File

@@ -503,6 +503,14 @@ declare module 'azdata' {
* The Operating System version string of the machine running the instance.
*/
osVersion: string;
/**
* The CPU count of the host running the server.
*/
cpuCount: number;
/**
* The physical memory of the host running the server.
*/
physicalMemoryInMb: number;
/**
* options for all new server properties.
*/