-
Notifications
You must be signed in to change notification settings - Fork 0
Jagger Operation Modes
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
Note - Use the same version of JVM for all nodes
Master and Kernel(s) are running in one JVM
Master and Kernel(s) are running in one JVM. Agent is started separately on System Under Test site
Master coordinates a farm of Kernels that generate workload and collect telemetry from Agents. Agents are optionally deployed on boxes with System Under Test