Product Home
DTM DB Stress Online Documentation Prev Page Prev Page
General Information
Product Profile
Product Versions
Execution Modes
Task Properties
General Properties
Task Options
Parameters
Task Connection
Task Scripts
Group of tasks
Execution Console
Execution Reports
Data Generator
Project Properties
Connect to Database
Quick Start
Direct Connection
Connect to Desktop File
Data Sources
DSN File
OLE DB Connection
Connection Profile
Connection Information
Troubleshooting Guide
Statistics
Settings
Diagram
Log Viewer
Hot Keys
Advanced Options
Dynamic Statements
Command Line
Performance Counters
Show Execution Plan
SQL Library
Report Comparison
Version Controls
SQL console
Report Visualizer
Additional Information
Installation
Uninstall
License
Demo and Full versions
Technical support
How to order
Upgrade
Trademark Information
Database utilities

Execution Report

The program can create three report types. They are:

  1. HTML report contains summary information, execution times for project, tasks and threads.
  2. Text/Excel report contains threads-level information in machine readable tab-delimited format. It can be open by Microsoft Excel.
  3. SQL statements report. This report contains actually executed SQL statements with time of execution and fetching.
  4. Internal report. This report is suitable for report comparison and available in the Enterprise edition only.

Following table describes most important report items.

Item Description
Project Initialization Time Sum of initialization time of all active project's tasks
Total Project Execution Time Actual (objective) time of the project execution including initialization and termination
Execution Mode Please refer to "modes" for details
Task Initialization Time Actual (objective) time of the task preparation including all threads creation and run
Total Task Duration Sum of the all task's threads execution time
Executed times Number of completed iterations of the current thread
Average Speed Average number of completed iterations per second
Max Duration Maximum time (seconds) was spend to current thread execution
Min Duration Minimum time (seconds) was spend to current thread execution
Total Duration Total thread execution time including initialization and data rows fetching