traffic_crashlog¶
概要¶
traffic_crashlog [options]
解説¶
traffic_crashlog is a helper process that catches Traffic Server crashes and writes a crash report log to the logging directory. Other than for debugging or development purposes, traffic_crashlog is not intended for users to run directly.
When traffic_server starts, it will launch a traffic_crashlog process and keep it stopped, activating it only if a crash occurs.
オプション¶
- --host TRIPLE¶
This option specifies the host triple for the process that traffic_crashlog should examine. If a supported host triple is specified, traffic_crashlog expects to receive a
siginfo_t
structure on it's standard input, followed by aucontext_t
.
- --target PID¶
Specifies the process ID of the crashing traffic_server process. If this option is not specified, traffic_crashlog assumes it should examine it's parent process.
- --syslog¶
This option causes traffic_crashlog to log the name of the crash log it creates to the system log.
- --debug¶
This option enables debugging mode. In this mode, traffic_crashlog emits the log to it's standard output.
- --wait¶
This option causes traffic_crashlog to stop itself immediately after it is launched. traffic_server will allow it to continue only when a crash occurs.
- --exec¶
This option will execute the given program argument after the crashlogging occurs, but before control is returned to traffic_server. That is, it will run the program after traffic_server crashes, but before the process is cleaned up. The program will be passed as single argument which is the pid of the target traffic_server process. Output from the program will be saved to the crashlog file.
Caveats¶
traffic_crashlog may generate a crash log containing information you would rather not share outside your organization. Please examine the crash log carefully before posting it in a public forum.
参考¶
records.yaml(5), traffic_server(8)