etcd is adistributedkey-valuestore, used asshared clusterconfigurationbackend. Itautomaticallyelects a masterserver, allowsdynamic configdata withoptional TTLs,provides a JSONAPI over HTTPwith TLS andlong polling,uses the Raftprotocol fordistribution.It's thebasis forCoreOS,integrates withfleet/systemd,and thus alsoprovidesservicediscovery.
LTM is agraphical taskmanager. Itprovidestop-likeprocess listsor anapplication-groupedlist, as wellas a loadgraph. Itallows to killor renicerunningprocesses. Itcomes in asingle JavaJAR.