soa4java / sky-walking-ui

The web UI for sky-walking APM

Home Page:https://github.com/wu-sheng/sky-walking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sky Walking Web UI

Sky Walking logo

The web UI for sky-walking APM.

Build Status

This independent UI repository works since sky-walking 3.0.

  1. Topological graph of application cluster, inclusing tps of every application.
  2. Alarms.
  3. Trace query.
  • Tested browsers
Operation System Browser Version
Windows 7 Chrome 57.0.2987.133
IE 11 11.0.9600.18617
Firefox 50.1.0
Mac OS 10.12 Safari 10.1 (12603.1.30.0.34)
Chrome 57.0.2987.133
FireFox 52.0.2

QuickStart

  1. Requirement: Java 8+
  2. Download and startup
> curl -O https://github.com/wu-sheng/sky-walking-ui/releases/download/v3.0.1-2017/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

QuickStart-zh

  1. 需要JDK8+
  2. 下载应用程序
> curl -O https://github.com/wu-sheng/sky-walking-ui/releases/download/v3.0.1-2017/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

About

The web UI for sky-walking APM

https://github.com/wu-sheng/sky-walking

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.6%Language:CSS 8.8%Language:Java 1.8%Language:HTML 0.6%Language:Shell 0.1%Language:Batchfile 0.0%