| 1234567891011121314151617181920212223 |
- {
- "profiles": {
- "qmonlib.console": {
- "commandName": "Project"
- },
- "Scan": {
- "commandName": "Project",
- "commandLineArgs": "scan -genfile:general.json -dbg"
- },
- "Scan with data": {
- "commandName": "Project",
- "commandLineArgs": "scan -dbg -data -purge"
- },
- "Monitor": {
- "commandName": "Project",
- "commandLineArgs": "monitor -iid:test -channel:Quadarax.Foundation.Core.QMonitor.Emit.TestStructures.ServiceStatus -purge -dbg"
- },
- "Monitor w/o purge": {
- "commandName": "Project",
- "commandLineArgs": "monitor -iid:test -channel:Quadarax.Foundation.Core.QMonitor.Emit.TestStructures.ServiceStatus -dbg -genfile:general.json"
- }
- }
- }
|