10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
.Return information about JVM
|
|
[source,js]
|
|
---------
|
|
client.cluster.nodeInfo({ jvm: true })
|
|
.then(function (response) {
|
|
// enjoy your sweet info!
|
|
}, function (error) {
|
|
// scream!
|
|
})
|
|
--------- |