Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

lidalei/ZooKeeperClusterMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZooKeeper Cluster Monitor

This project is to implement a cluster monitor on top of ZooKeeper. It was developed as a course project (Large Scale Systems Project) at Technical University of Madrid.

Package Description

  • smartzkclient is used to create Monitor, InstanceManager and Orchestrator. The ZkClient class provides functions to interact with ZooKeeper Server. These functions handle ZooKeeper exceptions and return appropriate values, such as null and false.
  • jmeter and zoo are used to perform Jmeter Benchmark test. The new version is in diegoburgos/ZooKeeperJMeter.

How to Test

First, start ZooKeeper server. Second, run StartMonitor.java. Third, run TestMonitor.java. The default ZooKeeper host is localhost:2181, which can be changed in smartzkclient.ApplicationResources.java.

About

A basic cluster monitor supported by ZooKeeper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages