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

相关推荐
SkyWalking中文站1 小时前
认识 Horizon UI · AI Assistant:用日常语言查询你的可观测性数据
运维·监控·自动化运维
艾莉丝努力练剑2 小时前
OpenCode AI 编程:Ubuntu 24.04 环境安装与使用指南
linux·服务器·网络·人工智能·tcp/ip·ubuntu
崇山峻岭之间2 小时前
Keil5输出hex转换为bin的设置
linux·运维·服务器
Hoxy.R3 小时前
KingbaseES读写分离高可用集群扩容、备库重建与故障切换实战
运维·数据库
谷雪_6583 小时前
Linux 网络命名空间:从内核原理到企业级容器网络架构全景实战
linux·网络·架构
qq_163135754 小时前
Linux 【03- chgrp命令超详细教程】
linux
CodeStats4 小时前
【编程语言】深度梳理C/C++、Java、Python、Go、Rust的区别
java·linux·c语言·c++·python·rust·go
考虑考虑4 小时前
nginx配置ssl
运维·后端·nginx
我会尽全力 乐观而坚强5 小时前
MySQL库与表的操作
linux·数据库·mysql
着迷不白5 小时前
Linux 磁盘管理完全指南:分区、文件系统、挂载与 LVM 实战
linux·运维·服务器