background image
<< How to Write a plugin for JMeter | Jmeter GUI – TestElement Contract >>

Basic structure of JMeter

<< How to Write a plugin for JMeter | Jmeter GUI – TestElement Contract >>
Basic structure of JMeter
JMeter is organized by protocols and functionality. This is done so that developers can build new
jars for a single protocol without having to build the entire application. We'll go into the details of
building JMeter later in the tutorial. Since most of the jmeter developers use eclipse, the article will
use eclipse directory as a reference point.
Root directory - /eclipse/workspace/jakarta-jmeter/