TIPS
This article is based on Skywalking 6.6.0 To write , theoretical support Skywalking All versions .
This paper discusses how to install a single machine quickly Skywalking.
download
Go to
http://skywalking.apache.org/downloads/
, According to your own operating system , Download it .For children's shoes with bad network , You can download the following Baidu disk address :
1 |
link : https://pan.baidu.com/s/12jDtNoxVfulIOZFK5EYvaA Extraction code : dsy3 |
Environmental requirements
- JDK Version in JDK 8 - JDK 12 Between
- Be careful : If you use
ElasticSearch7
Version of , You need toJDK 11+
- Be careful : If you use
- Make sure the following ports are available :
- 11800: and Skywalking communication gRPC port
- 12800: and Skywalking communication HTTP port
- 8080:UI Port occupied
TIPS
You can use the following command to query whether the port is occupied .
1
2
3
4
5
6 # Linux/macOS
netstat -an|grep 8080
# For the use of windows Classmate , You can use
netstat -ano|findstr 8080
If there is no result , Just explain 8080 The port is not occupied . The same is true for other ports , And so on .
install & start-up
install Skywalking Relatively simple , decompression , And then depending on the operating system , Execute the corresponding command .
Linux or macOS
perform :
1 |
cd apache-skywalking-apm-bin/bin |
Windows
perform :
1 |
cd apache-skywalking-apm-bin/bin |
home page
visit http://localhost:8080
, You can see an interface similar to the following
stop it
1 |
jps |