beego process monitoring

1. The default monitor is off, power monitoring by setting the configuration parameters,

App.conf need to add the following to the file:

EnableAdmin = true

Access Address: http://127.0.0.1:8080/qps

2. Modify the listening address and port (optional item)

App.conf need to add the following to the file:

AdminAddr = "localhost"
AdminPort = 8088

Access Address: http://127.0.0.1:8088/qps 

3. Access results

Released seven original articles · won praise 2 · Views 320

Guess you like

Origin blog.csdn.net/miss_74735/article/details/105120624