Update and rename 47. Process monitoring to 47. Process monitoring.md

master
qibaoguang 2015-03-05 22:32:29 +08:00
parent a8986855fb
commit cd18c3e604
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
### 47. 进程监控
在Spring Boot执行器中你可以找到几个创建有利于进程监控的文件的类
- `ApplicationPidFileWriter`创建一个包含应用PID的文件默认位于应用目录文件名为application.pid
- `EmbeddedServerPortFileWriter`创建一个或多个包含内嵌服务器端口的文件默认位于应用目录文件名为application.port
默认情况下这些writers没有被激活但你可以使用下面描述的任何方式来启用它们。