Skip to content

PSSDiag release 16.23.08.08 (Windows) August 2023 (signed)

Latest
Compare
Choose a tag to compare
@PiJoCoder PiJoCoder released this 04 Aug 17:59
· 3 commits to master since this release

How to Use:

  1. Download the PSSDIAG_v_16_23_08_08.zip (this is a zip file that contains .EXE, DLLs and .PS1 files digitally signed by Microsoft)
  2. Extract the contents of the .zip file in a path location of your choice
  3. Execute DiagManager.exe to launch the Pssdiag & Sqldiag Configuration Manager

For details, see Pssdiag wiki

Verify downloaded file:

You can verify the download by computing the hash of the PSSDIAG_v_16_23_08_08.zip file, using this command:

certutil -hashfile PSSDIAG_v_16_23_08_08.zip SHA512

Compare to this:

0a1a64849530ae390fc326bae2ff09b758e67ede3d38e24ad5813619315e86d39a78bb6310de5a12fcb823e746853d4bc64c87126c4b55a70e53f4acbae114f4

Fixlist

  • Update to db scoped config to always include is_value_default #217
  • Remove WaitForExe.cmd, sql_module_list.cmd, multicopy.cmd, multicopyr.cmd, and PssLooksAlive custom diag, ClearOrphanedBLGs.cmd, OutputCurTime.cmd, OutputCurTime.vbs -not used #219
  • Avoid memory grants for diagnostic query #223
  • Remove SQL processor utilization query against sys.dm_os_ring_buffers #224
  • Switch serialization classes in ObjectCopier.Clone() to JsonSerializer for better security #226
  • Remove any build/compile directives for DiagUtil #231 #178
  • Fixed XML document related API calls with more secure XMLReader objects #231