Theo
Theo

Reputation: 57

JMeter - list of installed plugins

I am using JMeter 5.2, only via Command Line Mode.

For debugging purposes I need to get a list of all currently installed plugins for the JMeter version.

How I could achieve that?

Upvotes: 1

Views: 650

Answers (1)

Ori Marko
Ori Marko

Reputation: 58872

You can use plugin manager using CLI:

command-line is simple:

PluginsManagerCMD <command> [<params>]

In your case execute status

PluginsManagerCMD status

Upvotes: 1

Related Questions