Pinpoint
v2.4.0
v2.4.0
  • Introduction
  • What's New
  • Want a quick tour?
    • Overview
    • History
    • Tech Details
    • Videos
    • Additional Plugins
  • Getting Started
    • Quick-start guide
      • quickstart.Win.en
      • quickstart.Win.ko
    • Installation guide
    • Install with Docker
    • TrobleShooting(Network)
  • Documents
    • Plugin Developer Guide
    • Setting Alarm
    • How to use Application Inspector
    • Separate Logging Per Request
    • Marking Transaction as Fail
    • Monitoring Proxy Server
    • Upgrade Database Hbase2
  • Contribution
    • Contribution
    • Open to Contribution
  • Performance Analysis
  • Twitter
  • Release Notes
  • FAQ
  • Powered by Pinpoint
  • Questions & answers
  • Fork me at Github
  • Earlier documents
  • Resources
Powered by GitBook
On this page
  • Starting
  • Notice
  • Install & Start HBase
  • Start Pinpoint Daemons
  • Check Status
  • Stopping

Was this helpful?

Edit on GitHub
  1. Getting Started
  2. Quick-start guide

quickstart.Win.en

PreviousQuick-start guideNextquickstart.Win.ko

Last updated 2 years ago

Was this helpful?

Starting

Download Pinpoint with git clone https://github.com/pinpoint-apm/pinpoint.git or the project as a zip file and unzip.

Install Pinpoint by running mvnw.cmd install -DskipTests=true

Notice

If you run QuickStart's cmd file on Windows, you must run it at quickstart\bin directory.

If you want to run it in a different directory, you need to set the absolute path of the quickstart\bin directory in the QUICKSTART_BIN_PATH environment variable.

Install & Start HBase

Download HBase-1.0.x-bin.tar.gz from ) and unzip it to quickstart\hbase directory.

Rename the unzipped directory to hbase so that the final HBase directory looks like quickstart\hbase\hbase.

Start HBase - Run start-hbase.cmd

Initialize Tables - Run init-hbase.cmd

Start Pinpoint Daemons

Collector - Run start-collector.cmd

TestApp - Run start-testapp.cmd

Web UI - Run start-web.cmd

Check Status

Once HBase and the 3 daemons are running, you may visit the following addresses to test out your very own Pinpoint instance.

You can feed trace data to Pinpoint using the TestApp UI, and check them using Pinpoint Web UI. TestApp registers itself as test-agent under TESTAPP.

Stopping

Web UI - Run stop-web.cmd

TestApp - Run stop-testapp.cmd

Collector - Run stop-collector.cmd

HBase - Run stop-hbase.cmd

Web UI -

TestApp -

download
Apache download site
http://localhost:28080
http://localhost:28081