Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto-tx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vamp
auto-tx
Commits
ef3de89b
"README.md" did not exist on "c4e2fa3393c9326167a017a0e8a0031c7cf1f110"
Commit
ef3de89b
authored
6 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Add README for AutoTxDiagnostics
Refers to
#53
parent
97825ddb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ATxDiagnostics/README.md
+42
-0
42 additions, 0 deletions
ATxDiagnostics/README.md
with
42 additions
and
0 deletions
ATxDiagnostics/README.md
0 → 100644
+
42
−
0
View file @
ef3de89b
# AutoTx Diagnostics
The
`AutoTxDiagnostics`
tool can be used to show some diagnostics information
and continously print performance monitoring messages to the console. With the
latter it allows to investigate performance-critical situations without the need
to actually run the
`AutoTx`
service itself.
## Basic Usage
By default, the log level for messages is set to
*Debug*
and
***all***
available
performance monitors will be enabled. For this, simply run the tool:
```
.\AutoTxDiagnostics.exe
```
## Advanced Usage
To run the tool with log level
*Trace*
, simply add
`trace`
as the first
parameter on the command line when starting:
```
.\AutoTxDiagnostics.exe trace
```
The second parameter can be used to explicitly request a specific combination of
performance monitors to be active. To run for example only the
*Disk I/O*
monitoring, start the tool like this:
```
.\AutoTxDiagnostics.exe trace PhysicalDisk
```
Combinations of monitors have to be separated by a comma, for example:
```
.\AutoTxDiagnostics.exe trace PhysicalDisk,CPU
```
## Exit Codes
The diagnostics tool can be terminated by pressing
`Ctrl+C`
.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment