Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 982 Bytes

README.md

File metadata and controls

80 lines (54 loc) · 982 Bytes

GoProbe

GoProbe is an active probing tool designed for high availability.

GoProbe is expected to work even if:

  • Some of it's replicas failed due to some reason.

Table of Contents

1. Quick Start

start se

./goprobe

You can manipulate probe job through Restful API:

GET /task

GET /tasks

POST /task

DELETE /task/:id

API Docs See:

2. Features

Probers:

  • TCP
  • UDP
  • HTTP
  • TLS
  • ICMP
  • gRPC
  • WebSocket
  • DNS
  • SSH
  • Dubbo
  • Thrift
  • Client
    • Redis
    • MySQL
    • PostgreSQL
    • Zookeeper
    • Clickhouse
    • Kafka
    • and more...

Event

Metrics export

  • Promethues

3. Usage

4. Configure

n-1. Roadmap

You can view the project roadmap here.

n. License