Update README.md
This commit is contained in:
parent
83f8d04225
commit
f712501518
|
@ -389,9 +389,9 @@ textboxes:
|
||||||
|
|
||||||
### JMX
|
### JMX
|
||||||
|
|
||||||
<details><summary>Java application uptime</summary>
|
<details><summary>Java application uptime example</summary>
|
||||||
|
|
||||||
Prerequisite: download [jmxterm jar file](https://docs.cyclopsgroup.org/jmxterm)
|
- Prerequisite: download [jmxterm jar file](https://docs.cyclopsgroup.org/jmxterm)
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
textboxes:
|
textboxes:
|
||||||
|
@ -404,4 +404,4 @@ textboxes:
|
||||||
transform: echo $sample | tr -dc '0-9' | awk '{printf "%.1f min", $1/1000/60}'
|
transform: echo $sample | tr -dc '0-9' | awk '{printf "%.1f min", $1/1000/60}'
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Reference in New Issue