Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Performance logging enhancements #52

Open
FermJacob opened this issue Oct 15, 2019 · 0 comments
Open

Performance logging enhancements #52

FermJacob opened this issue Oct 15, 2019 · 0 comments
Labels
Projects

Comments

@FermJacob
Copy link
Collaborator

There is a feature within MAQS that allows test authors to record the elapsed time around requests (web, ui, db... really any block of code).
That feature creates .XML files in the log folder that contain all of the timers.

This feature is envisioned as an add-on to MAQS that will process those XML files into a database.
It will then provide basic analysis of the timers in aggregate, such as average response times, ranges and standard deviation.

It is envisioned that there will be 3 major parts to this feature:

  • A set of SQL scripts that set up the performance timer database
  • A tool for loading the XML files into the database
  • A base set of analysis reports

The hope is that we will be able to implement these components once, and use them for either Java or C# versions of MAQS.

@FermJacob FermJacob added this to To do in Backlog Oct 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Backlog
  
To do
Development

No branches or pull requests

1 participant