| json-format | false | whether to output in JSON format|
| json-format | false | whether to output in JSON format|
| disable-sub-class | false | whether to enable matching child classes. The default value is `true`. If exact match is desire, turn off this flag|
| disable-sub-class | false | whether to enable matching child classes. The default value is `true`. If exact match is desire, turn off this flag|
| support-default-method | true | whether to enable matching default method in interface. The default value is `true`. Refer to [#1105](https://github.com/alibaba/arthas/issues/1105) |
| support-default-method | true | whether to enable matching default method in interface. The default value is `true`. Refer to [#1105](https://github.com/alibaba/arthas/issues/1105) |
| save-result | false | whether to save execution result. All execution results will be saved to `~/logs/arthas-cache/result.log` when it's turned on|
| save-result | false | whether to save execution result. All execution results will be saved to `~/logs/arthas-cache/result.log` when it's turned on|
| job-timeout | 1d | default timeout for background jobs. Background job will be terminated once it's timed out (i.e. 1d, 2h, 3m, 25s)| print-parent-fields | true | This option enables print files in parent class, default value true.|
| job-timeout | 1d | default timeout for background jobs. Background job will be terminated once it's timed out (i.e. 1d, 2h, 3m, 25s)| print-parent-fields | true | This option enables print files in parent class, default value true.|
@ -32,6 +32,8 @@ All supported configuration: [Reference](https://github.com/alibaba/arthas/blob/
### View Endpoint Information
### View Endpoint Information
> Need to configure spring boot to expose endpoint: [Reference](https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-endpoints).
Assuming the endpoint port is 8080, it can be viewed via the following url.
Assuming the endpoint port is 8080, it can be viewed via the following url.
<td>whether to enable matching default method in interface. The default value is <code>true</code>. Refer to <ahref="https://github.com/alibaba/arthas/issues/1105">#1105</a></td>
<td>whether to enable matching default method in interface. The default value is <code>true</code>. Refer to <ahref="https://github.com/alibaba/arthas/issues/1105">#1105</a></td>
</tr>
</tr>
<tr>
<tr>
<td>debug-for-asm</td>
<td>false</td>
<td>whether to enable ASM debugging log</td>
</tr>
<tr>
<td>save-result</td>
<td>save-result</td>
<td>false</td>
<td>false</td>
<td>whether to save execution result. All execution results will be saved to <code>~/logs/arthas-cache/result.log</code> when it's turned on</td>
<td>whether to save execution result. All execution results will be saved to <code>~/logs/arthas-cache/result.log</code> when it's turned on</td>
<h2>View Endpoint Information<aclass="headerlink"href="#view-endpoint-information"title="Permalink to this headline">¶</a></h2>
<h2>View Endpoint Information<aclass="headerlink"href="#view-endpoint-information"title="Permalink to this headline">¶</a></h2>
<blockquote>
<div><p>Need to configure spring boot to expose endpoint: <aclass="reference external"href="https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-endpoints">Reference</a>.</p>
</div></blockquote>
<p>Assuming the endpoint port is 8080, it can be viewed via the following url.</p>
<p>Assuming the endpoint port is 8080, it can be viewed via the following url.</p>