Skip to content

Commit

Permalink
READMEを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
masarasi committed Nov 28, 2024
1 parent 3704496 commit 51047b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mackerel-plugin-jvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JVM(jstat) custom metrics plugin for mackerel.io agent.
## Synopsis

```shell
mackerel-plugin-jvm -javaname=<javaname> [-pidfile=</path/to/pidfile>] [-jstatpath=</path/to/jstat] [-jpspath=/path/to/jps] [-jinfopath=/path/to/jinfo] [-remote=<host:port>] [-metric-key-prefix=<prefix>] [-metric-label-prefix=<prefix>]
mackerel-plugin-jvm -javaname=<javaname> [-pidfile=</path/to/pidfile>] [-jstatpath=</path/to/jstat] [-jpspath=/path/to/jps] [-jinfopath=/path/to/jinfo] [-remote=<host:port>] [-metric-key=<metric key>] [-metric-label=<metric label>]
```

## Requirements
Expand Down Expand Up @@ -39,7 +39,7 @@ You can check javaname by jps command.
```

Please choose an arbitrary name as `javaname` when you use `pidfile` option.
It is used as a prefix of graph label.
It is used as a graph label.

## User to execute this plugin

Expand Down

0 comments on commit 51047b4

Please sign in to comment.