All Projects → vapering → vaper

vapering / vaper

Licence: Apache-2.0 license
Take a look at the relations among servers.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
go
31211 projects - #10 most used programming language
shell
77523 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to vaper

Uavstack
UAVStack Open Source All in One Repository
Stars: ✭ 648 (+3950%)
Mutual labels:  monitor, apm, distributed-tracing
Androidperformancemonitor
A transparent ui-block detection library for Android. (known as BlockCanary)
Stars: ✭ 6,241 (+38906.25%)
Mutual labels:  monitor, apm
App perf
Open source application performance monitoring tool with emphasis on ease of setup and use. Providing similar functionality like NewRelic/AppNeta/Skylight etc.
Stars: ✭ 353 (+2106.25%)
Mutual labels:  monitor, apm
Prism
Application Performance Management & Monitoring for iOS (APM)
Stars: ✭ 67 (+318.75%)
Mutual labels:  monitor, apm
Skywalking Kubernetes
Apache SkyWalking Kubernetes Deployment Helm Chart
Stars: ✭ 207 (+1193.75%)
Mutual labels:  apm, distributed-tracing
Dd Trace Java
Datadog APM client for Java
Stars: ✭ 228 (+1325%)
Mutual labels:  apm, distributed-tracing
Mthawkeye
Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)
Stars: ✭ 1,119 (+6893.75%)
Mutual labels:  monitor, apm
Pinpoint
APM, (Application Performance Management) tool for large-scale distributed systems.
Stars: ✭ 11,883 (+74168.75%)
Mutual labels:  apm, distributed-tracing
Adi
ADI(Android Debug Intensive) 是通过 JVMTI 实现的 Android 应用开发调试的增强工具集,目前主要提供性能相关的监控能力。
Stars: ✭ 194 (+1112.5%)
Mutual labels:  monitor, apm
Oknetworkmonitor
A network monitor for OkHttp.
Stars: ✭ 204 (+1175%)
Mutual labels:  monitor, apm
skywalking-client-js
Client-side JavaScript exception and tracing library for Apache SkyWalking APM.
Stars: ✭ 171 (+968.75%)
Mutual labels:  apm, distributed-tracing
Skywalking Docker
SkyWalking Docker file archive for all official releases
Stars: ✭ 206 (+1187.5%)
Mutual labels:  apm, distributed-tracing
Pinpoint C Agent
It is an agent written by C++, PHP, python languages. And we hope to support other languages by this agent. Until now, it supports [PHP],[C/C++] and [PYTHON].
Stars: ✭ 188 (+1075%)
Mutual labels:  apm, distributed-tracing
Apm Agent Rum Js
Elastic APM Real User Monitoring JavaScript agent
Stars: ✭ 166 (+937.5%)
Mutual labels:  apm, distributed-tracing
linux-inspect
linux-inspect implements various Linux inspecting utilities.
Stars: ✭ 32 (+100%)
Mutual labels:  monitor, netstat
Sentry
Sentry is cross-platform application monitoring, with a focus on error reporting.
Stars: ✭ 29,700 (+185525%)
Mutual labels:  monitor, apm
Skyapm Dotnet
The .NET/.NET Core instrument agent for Apache SkyWalking
Stars: ✭ 1,268 (+7825%)
Mutual labels:  apm, distributed-tracing
Apm Agent Php
Elastic APM PHP Agent
Stars: ✭ 129 (+706.25%)
Mutual labels:  apm, distributed-tracing
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+14156.25%)
Mutual labels:  monitor, apm
skywalking-python
The Python agent for Apache SkyWalking
Stars: ✭ 152 (+850%)
Mutual labels:  apm, distributed-tracing

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].