Merge pull request #56 from wu-sheng/fix/416

Forgot to submit.
tree: 1e04c3127d62870f8789ce07c7ee5dfaea2f4880
  1. bin/
  2. docker/
  3. src/
  4. travis/
  5. .travis.yml
  6. LICENSE
  7. pom.xml
  8. README.md
README.md

Sky Walking Web UI

The web UI for sky-walking APM.

Build Status

This independent UI repository works since sky-walking 3.0.

  1. Realtime Application Topological Graph
  2. Distributed Trace Query.
  3. Application Instances Overview.
  4. JVM Metric View of application instances.
  5. The relationship of services.

Recommand browsers: Safari & Chrome

QuickStart

  1. Requirement: Java 8+
  2. Download and startup
> curl -O https://github.com/wu-sheng/sky-walking-ui/releases/download/<project-version>/skywalking-web.tar.gz  
> tar -xvf skywalking-web.tar.gz  
> cd skywalking-web/bin  
> ./startup.sh
  1. Configuring skywalking-ui
  • Set server listening port in config/application.properties
  • Set log in config/log4j2.xml
  • Set addresses of collector servers in config/collector_config.properties
  1. open http://127.0.0.1:8080/

QuickStart-zh

  1. 需要JDK8+
  2. 通过命令下载应用程序,或直接前往发布页面下载
> curl -O https://github.com/wu-sheng/sky-walking-ui/releases/download/<project-version>/skywalking-web.tar.gz  
> tar -xvf skywalking-web.tar.gz  
> cd skywalking-web/bin  
> ./startup.sh
  1. 配置应用程序
  • config/application.properties文件中,设置webui的监听端口
  • config/collector_config.properties文件中,设置collector集群或单实例地址,对应的collector.config中的配置项是http.port
  1. 浏览器打开 http://127.0.0.1:8080/