m

monitor-1.0

This feature enables the Performance Monitoring Infrastructure (PMI) for other features the server is running. Monitoring data is accessible through standard MXBeans; access through the traditional WebSphere Perf MBean can be enabled.
https://openliberty.io/
Eclipse Public License
Eric Lau
文件下载
文件名 操作
monitor-1.0-22.0.0.12.pom 下载
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>monitor-1.0</artifactId>
  <version>22.0.0.12</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:monitor-1.0:22.0.0.12'
Gradle Kotlin
implementation("io.openliberty.features:monitor-1.0:22.0.0.12")
Scala SBT
libraryDependencies += "io.openliberty.features" % "monitor-1.0" % "22.0.0.12"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='monitor-1.0', version='22.0.0.12')
)
Apache Ivy
<dependency org="io.openliberty.features" name="monitor-1.0" rev="22.0.0.12" />
Leiningen
[io.openliberty.features/monitor-1.0 "22.0.0.12"]
Apache Buildr
'io.openliberty.features:monitor-1.0:jar:22.0.0.12'