Using ElasticJob may meet some distributed problem which is not easy to observe.
Because of developer cannot debug in production environment, ElasticJob provide dump
command to export job runtime information for debugging.
For security reason, the information dumped had already mask sensitive information, it instead of real IP address to ip1
, ip2
…
Open Listener Port
Using Java API please refer to Java API usage for more details. Using Spring please refer to Spring usage for more details.
Execute Dump
Dump to stdout
echo "dump@jobName" | nc <job server IP address> 9888
Dump to file
echo "dump@jobName" | nc <job server IP address> 9888 > job_debug.txt
当前内容版权归 ElasticJob 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ElasticJob .