Difference between revisions of "Truxton Service"

From truxwiki.com
Jump to navigation Jump to search
Line 41: Line 41:
 
| Starting %1 from thread %2
 
| Starting %1 from thread %2
 
| Records the ETL command line and from what thread in the service it is being spawned.
 
| Records the ETL command line and from what thread in the service it is being spawned.
 +
|-
 +
| style="text-align:center;" | 16
 +
| Informational
 +
| Desired number of %4 instances is %1 while %2 are running, will start %3 instances from thread %5
 +
| Records how many new instances of the ETL process will be started
 +
|-
 +
| style="text-align:center;" | 17
 +
| Informational
 +
| Desired number of %4 instances is %1 while %2 are running, will stop %3 instances from thread %5
 +
| Records how many instances of an ETL process will be stopped because there are too many
 +
|-
 +
| style="text-align:center;" | 18
 +
| Informational
 +
| Stopping %1 process id %2 from thread %3
 +
| Stopping an individual process
 +
|-
 +
| style="text-align:center;" | 19
 +
| Informational
 +
| Not stopping %1 process id %2 because it is exempt from thread %3.
 +
| Some ETL processes cannot be stopped because they have been marked as exempt from control
 
|}
 
|}

Revision as of 05:43, 11 July 2020

The Truxton Service is a Windows Service that hosts the exploitation process scheduling as well as the message bus traffic concentrator.

Overview

Scheduling

Event Log Messages

Number Type Event Log Message Meaning
1 Informational Truxton Service successfully installed by %1. Records who installed the service
2 Informational Truxton Service successfully removed by %1. Records who removed the service
4 Informational Service started. Logs when the service is started
5 Informational Service stopped. Logs when the service is stopped
12 Informational Going off duty (%1) The service is going to off scheduled duty. The numeric value is for internal debugging.
15 Informational Starting %1 from thread %2 Records the ETL command line and from what thread in the service it is being spawned.
16 Informational Desired number of %4 instances is %1 while %2 are running, will start %3 instances from thread %5 Records how many new instances of the ETL process will be started
17 Informational Desired number of %4 instances is %1 while %2 are running, will stop %3 instances from thread %5 Records how many instances of an ETL process will be stopped because there are too many
18 Informational Stopping %1 process id %2 from thread %3 Stopping an individual process
19 Informational Not stopping %1 process id %2 because it is exempt from thread %3. Some ETL processes cannot be stopped because they have been marked as exempt from control