update whoisactive extension (#10164)

* update whoisactive extension

* update readme
This commit is contained in:
Alan Ren
2020-04-27 10:51:54 -07:00
committed by GitHub
parent 1d3568a2aa
commit 53c726459e
10 changed files with 4468 additions and 8122 deletions

View File

@@ -40,4 +40,10 @@ Special thank to Adam Machanic for partnering with us and make this sp_whoisacti
## What's new in Server Reports v1.1?
* Changed CPU usage, CPU delta, memory usage, memory delta to show only top 10 data
* Added details option on each chart to display details of data entries
* Improved "Get plans" and "Find leader of block" tasks. The tasks will open new editor, configure current dashboard connection, and run the query.
* Improved "Get plans" and "Find leader of block" tasks. The tasks will open new editor, configure current dashboard connection, and run the query.
## How to produce an extension installation package
Run the following commands sequentially in the context of this directory:
- `yarn install` - to install the dependencies
- `yarn build` - to build the code
- `vsce package` - to produce an extension installation package