Skip to content

vapering/vaper

Repository files navigation

Vaper

Take a look at the relations among servers.

简体中文 | English

中文文档
Documentation

DEMO

Screenshot

2d demo

Quick start

run vaper-server only

git clone https://github.com/vapering/vaper.git
cd vaper
docker-compose up -d

Open the http://ip:3000
run vaper in host or container:

curl -o vaper_agent https://github.com/vapering/vaper/releases/download/v0.0.1/vaper_agent
chmod +x ./vaper_agent
nohup ./vaper_agent -a start -ServerUrl http://ip:3000 >>./vaper_agent.log 2>&1 &

run vaper-server with a elasticsearch service

git clone https://github.com/vapering/vaper.git
cd vaper/docker-compose-examples/elasticsearch
docker-compose up -d

run vaper-agent in all containers
sh run_vaper-agent_in_containers.sh

Open the http://ip:3000

Todo

  • Provide other tools to catch data, such as shell scripts.
  • Test the agent performance in heavily-loaded network.
  • Unit test......

Issues

If you have any problems with or questions, please contact me through a GitHub issue.

Contributing

You are invited to contribute new features, fixes, or updates, large or small.