Skip to content

Releases: spaghettidba/WorkloadTools

Filters galore

31 Jul 22:48
Compare
Choose a tag to compare

Filter now support multiple values (#20). You can specify a filter as a single value or a list of values.

Example:

Single valued filter:

"DatabaseFilter": "DS3"

Multi valued filter:

"DatabaseFilter": ["DS3","DS4"]

This release also contains a fix for #46

UPDATE: Horrible bugs in this release, don't use it!!!

Beware the blob!

03 Jun 21:14
Compare
Choose a tag to compare

Well overdue bug fix when replaying events that appear as "blob" in the sqlite database. Those events are timeouts and lack some information, which leads to errors decoding the events from the dataset reader. This version contains the fix for that. See #54

v1.2.13

09 Apr 11:31
Compare
Choose a tag to compare
  • Bug fixes
  • More bug fixes
  • Hey, bug fixes

Under some circumnstances, the listener is unable to convert workload data from the events it captures. Should be fixed with this release.

Messages help troubleshooting

08 Apr 16:15
Compare
Choose a tag to compare

More messages to identify conversion errors

[RETIRED]: bugs!

Bugs happen

25 Mar 14:27
Compare
Choose a tag to compare

Fixed bug reading attention events

MVPSummitEdition

21 Mar 23:08
Compare
Choose a tag to compare

A new release coming straight from the MVP Summit in Redmond!

What's in here?

  • ConvertWorkload is now part of the setup
  • Some fixes to the UI of WorkloadViewer

NULLs are evil

08 Mar 22:59
Compare
Choose a tag to compare

Fixed errors with NULLs around the replay process.

SqlBits 2019

25 Feb 11:58
Compare
Choose a tag to compare

A brand new release for SqlBits 2019.
Some small visual tweaks

More parameters, more control

15 Feb 17:58
Compare
Choose a tag to compare

In this release I moved some parameters from a config file to the properties of the Consumers, so that you can control them from the JSON files.
Check out the documentation for more details

Speed Is The New Black

06 Dec 17:17
Compare
Choose a tag to compare
  • Added ability to convert existing traces to the internal SQLite format for later processing/replay/analysis
  • Countless performance improvements to the UI
  • Improved logging: now you can specify a log path from the command line