Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

PSSDiag Release (Linux) March 2025 (Signed)

Latest

Choose a tag to compare

@rl-msft rl-msft released this 12 Mar 22:34
eafb9ff

How to Use:

  1. Expand Assests section and download pssdiag_linux20241001.tar
  2. Follow the instructions Run PSSDiag for SQL Server on Linux

Verify downloaded files

Verify the files by computing the hash using sha512sum and compare to the below values.

sha512sum pssdiag_linux20250301.tar

800ebed38844b7d6c2d202db3ec53835610b1f2c1efe7c25d9a1efef91290c1c5080195713085223f805a6b75a0ec343fb6b6fcdff3115655ac033fb23e3b26f

sha512sum pssdiag_linux20250301.tar.sig 

a60c74dbb9578052b5e4f1e5feab2e9e6b4af044d7d0f6c42b0678d4e99fcec983e0bd87ba0f74f8b3e7e1b3fa8a69f6afa215d085054d2c483740659a616847

Verify the Archive by signature using Microsoft PGP key

#Import Microsoft PGP key
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --import -

#Verify PSSDiag with Microsoft PGP key
gpg --verify pssdiag_linux20250301.tar.sig pssdiag_linux20241001.tar

Fix List

Enhancement

. Enabled the collection of historical sar records.
. Enabled the collection of mssql.keytab from non-default locations based on mssql-conf settings.

Bugs

. Corrected typos on the welcome screen and in log names.
. Updated the output archive format to .bz2.
. Fixed an issue with collecting logs when mssql-conf is manually edited without spaces for sections, options, and set values.
. Adjusted PerfStat files to allow import into Nexus.
. Removed ANSI color codes from pssdiag.log to correct formatting.
. Removed ANSI color codes from top and cgroup output to correct formatting.