Skip to content

Jagger Operation Modes

dlatnikov edited this page Jul 30, 2013 · 2 revisions

Terms

Master - Jagger unit responsible for real time coordination of Kernels, data processing. Master can host Coordination service and master DB with final results. Besides this master host catalog of the distributed data storage

Kernal - Jagger unit responsible for workload generation, data storage, agents polling

Agent - optional Jagger unit deployed on boxes with System Under Test to monitor system under test hardware and JVM state

Operation modes

Local mode

Master and Kernel(s) are running in one JVM Top level structure

Local mode with started agent(s)

Master and Kernel(s) are running in one JVM. Agent is started separately on System Under Test site Top level structure

Distributed mode with agent(s)

Master coordinates a farm of Kernels that generate workload and collect telemetry from Agents. Agents are optionally deployed on boxes with System Under Test Top level structure

Clone this wiki locally