SOS: Upcoming release has a few new commands – DumpThreadConfig

Since we are actively working on getting an updated version of SOS added to the debugger package that will work with .NET 2.0 and later, I thought I would post about some of the new functionality that you can expect to see in the updated version.

The first new command:

!DumpThreadConfig (!dtc for short)

This command will pull out most of the useful settings around the Threadpool and print them out.  Here is how the output looks:

dtc

From this, we can see if autoConfig is set, and we can also get all the settings.  It prints out the setting and then what it is based on the number of processors that the process was using.

This is a much faster and cleaner way to get these settings and means you don’t have to go searching in any config files to find the data.

I’ll post some more new commands and new switches soon.  So keep watching this blog for them.

kick it on DotNetKicks.com