skywalking服务部署

下载服务安装包

复制代码
wget https://dlcdn.apache.org/skywalking/10.0.1/apache-skywalking-apm-10.0.1.tar.gz

目前最新版本是10,离线下载安装包。(主要这个版本需要jdk17版本)

更改配置

复制代码
tar xf apache-skywalking-apm-10.0.1.tar.gz

# 解压到这个目录里
skywalking]# pwd
/data/skywalking
skywalking]# ls
bin  config  config-examples  LICENSE  licenses  LICENSE.tpl  NOTICE  oap-libs  README.txt  tools  webapp  zipkin-LICENSE

修改配置文件(这里写es的地址,之前服务器上已有es了)

复制代码
config]# pwd
/data/skywalking/config
config]# ls application.yml
application.yml

147     clusterNodes: ${SW_STORAGE_ES_CLUSTER_NODES:localhost:9200}

启动服务

复制代码
bin]# pwd
/data/skywalking/bin
 bin]# ls
oapService.bat      oapServiceInit.sh     oapServiceNoInit.sh  startup.bat  webappService.bat
oapServiceInit.bat  oapServiceNoInit.bat  oapService.sh        startup.sh   webappService.sh

# oapService.sh  webappService.sh  在脚本里加入Java变量
JAVA_HOME=/root/jdk-17.0.12

# 运行上面两个脚本后 脚本运行是默认前台启动,需要在后台在运行脚本

访问页面

IP地址:8080

相关推荐
染指11101 分钟前
36.渗透-端口
linux·运维·服务器
takashi_void14 分钟前
如何在本地部署大语言模型(Windows,Mac,Linux)三系统教程
linux·人工智能·windows·macos·语言模型·nlp
勤源科技30 分钟前
全链路智能运维中的多模态数据融合与语义对齐技术
运维
大聪明-PLUS36 分钟前
QEMU:如何组织与 I2C 设备的透明交互
linux·嵌入式·arm·smarc
IsWillian40 分钟前
OpenSSL生成自签名通配符证书
运维·服务器
sulikey1 小时前
【Linux权限机制深入理解】为何没有目录写权限仍能修改文件权限?
linux·运维·笔记·ubuntu·centos
济南java开发,求内推1 小时前
单个服务器部署多个rabbitmq
运维·服务器·rabbitmq
wanhengidc1 小时前
云手机的多元功能应用
运维·服务器·网络·游戏·智能手机
liu****1 小时前
8.list的模拟实现
linux·数据结构·c++·算法·list
biubiubiu07062 小时前
VPS SSH密钥登录配置指南:告别密码,拥抱安全
linux