From d98672fea8081048a65f5644902941536d4dca7d Mon Sep 17 00:00:00 2001 From: Wen-Jun Zhang <32285008+wjzhangmsft@users.noreply.github.com> Date: Mon, 5 Jul 2021 19:23:06 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 42ff6e6..be2518e 100644 --- a/README.md +++ b/README.md @@ -132,43 +132,53 @@ The following are several sample commands that uses the tool with Kudu debug con ![image](https://user-images.githubusercontent.com/32285008/122183087-79a61380-cebd-11eb-9276-a34d6ccf1e05.png) + 2) Monitor and display exceptions ![image](https://user-images.githubusercontent.com/32285008/121565037-a934c600-ca4e-11eb-9f3d-f287933ed944.png) + 3) Capture a manual dump ![image](https://user-images.githubusercontent.com/32285008/121565536-19434c00-ca4f-11eb-9312-e4e8f6086c4b.png) + 4) Capture two exception dumps based on filter string. ![image](https://user-images.githubusercontent.com/32285008/121566060-b56d5300-ca4f-11eb-8ff3-5caca299f0b8.png) + 5) Exclude/filter uninterested exceptions based on specified strings delimited with '|' ![image](https://user-images.githubusercontent.com/32285008/121568609-7391dc00-ca52-11eb-83d6-696c973e4a06.png) + 6) Collect dump based on specified address of breakpoint. ![image](https://user-images.githubusercontent.com/32285008/122042223-769f1a80-ce0c-11eb-9529-8c5ca17c6b02.png) + 7) Skip the first 3 SqlException. Capture two memory dumps for the 4th and 5th ones and specify output path to: c:\home\dump. ![image](https://user-images.githubusercontent.com/32285008/122184337-b32b4e80-cebe-11eb-88f5-cf91a546e8c5.png) + 8) Use -de 'Dump for each' option to capture dumps for 3 different exception types: SqlException, InvalidOperationException and ServiceOperationsProviderException. ![image](https://user-images.githubusercontent.com/32285008/122683703-89ae5200-d233-11eb-8d6d-5676ef170f83.png) + 9) Use SmartDump to write a log of exceptions for your site. ![image](https://user-images.githubusercontent.com/32285008/122149025-fd480c00-ce8d-11eb-8ae9-650f4367ecf3.png) ![image](https://user-images.githubusercontent.com/32285008/122149126-28326000-ce8e-11eb-9b6a-cee89a2d77bd.png) + 10) Capture against process of onpromise environment ![image](https://user-images.githubusercontent.com/32285008/121570281-4f36ff00-ca54-11eb-8089-df7fb2e14924.png) + # Project > This repo has been populated by an initial template to help get you started. Please