You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- List attributes that match one of your instance configurations but that are not collected because it would exceed the number of metrics that can be collected:
- Start the collection of metrics based on your current configuration and display them in the console:
244
-
`sudo /etc/init.d/datadog-agent jmx collect`
231
+
The `datadog-agent jmx` command allows you to run troubleshooting commands on JMXFetch integrations. On Linux systems, you will need to prepend the command with `sudo -u dd-agent` so that the Datadog Agent runs as the correct user.
232
+
233
+
#### datadog-agent jmx collect
234
+
Running `datadog-agent jmx collect` starts the collection of metrics based on your current configuration and displays them in the console.
235
+
236
+
#### datadog-agent jmx list
237
+
The `datadog-agent jmx list` has a number of available subcommands:
238
+
- `collected`- List attributes that will actually be collected by your current instance's configuration.
239
+
- `everything`- List every attribute available that has a type supported by JMXFetch.
240
+
- `limited`- List attributes that match one of your instances' configurations but that are not being collected because it would exceed the number of metrics that can be collected.
241
+
- `matching`- List attributes that match at least one of your instances' configurations.
242
+
- `not-matching`- List attributes that don't match any of your instances' configurations.
243
+
- `with-metrics`- List attributes and metrics data that match at least one of your instances' configurations.
244
+
- `with-rate-metrics`- List attributes and metrics data that match at least one of your instances' configurations, including rates and counters.
0 commit comments