Skip to content

Commit

Permalink
Readme updated to include wfo command.
Browse files Browse the repository at this point in the history
  • Loading branch information
krk committed Oct 17, 2015
1 parent 37f2ba4 commit b6d6c3f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@ A [WinDbg](https://msdn.microsoft.com/en-us/library/windows/hardware/ff551063(v=
Usage:

* .load cosos
* !waitingforobjects - Finds kernel objects that are waited upon by threads.

![wfo text output](https://github.com/krk/cosos/blob/master/images/wfo%20text%20output.png)

* !wfo c:\waitchains\waitchain.dot - Writes wait-chain information to a Graphviz dot file.
![wfo rendered dot file](https://github.com/krk/cosos/blob/master/images/wfo%20dot%20rendered.png)

* !gcview *shows the heap map in a Qt5.5 window.*

![gcview Qt window](https://github.com/krk/cosos/blob/master/images/gcview%20example.png)

* !gcview c:\images\dump-101 *saves native heap as dump-101.png and GC heap as dump-101-gc.png*

![gcview dump-101](https://github.com/krk/cosos/blob/master/images/dump101.png)
![gcview dump-101-gc](https://github.com/krk/cosos/blob/master/images/dump101-gc.png)
![gcview dump-101-gc](https://github.com/krk/cosos/blob/master/images/dump101-gc.png)
Binary file added images/wfo dot rendered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wfo text output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6d6c3f

Please sign in to comment.