Take a look at the relations among servers.
简体中文 | English
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 &
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
- Provide other tools to catch data, such as shell scripts.
- Test the agent performance in heavily-loaded network.
- Unit test......
If you have any problems with or questions, please contact me through a GitHub issue.
You are invited to contribute new features, fixes, or updates, large or small.