What we have supported and what we are going to support: support plan
Dependency | Version |
---|---|
python | python 3.5+ |
python async | python 3.7.1+ |
gcc | gcc 4.7+ |
cmake | 3.0+ |
*inux | |
pinpoint | 2.0+(GRPC) |
-
Install python virtual environment, and please refer to https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
-
Install pinpointPy (Python virtual environment is recommended).
$ pip install pinpointPy
There are two ways to install Collector-Agent, just choose one:
-
Use Dockerized Collector-Agent:
docker pull eeliu2020/pinpoint-collector-agent:latest docker run --add-host collectorHost:your-pinpoint-hostname -d -p 9999:9999 eeliu2020/pinpoint-collector-agent
- | TPR(ms) | RPS(#/sec) |
---|---|---|
pinpoint-py | 4.487 | 445.73 |
- | 4.498 | 444.69 |
- | 4.526 | 441.88 |
pure | 4.440 | 450.44 |
- | 4.479 | 446.51 |
- | 4.425 | 451.96 |
Result | +0.05ms | -1% |
TPR: time per request
RPS: requests per second