Unverified Commit 5f867ad7 authored by 吴晟's avatar 吴晟 Committed by GitHub
Browse files

Update screenshot. (#1877)

* Update README.md

* Update Screenshots.md

* Update Screenshots.md

* Update Screenshots.md
parent 884dd8c5
Loading
Loading
Loading
Loading
+15 −4
Original line number Diff line number Diff line
@@ -65,10 +65,21 @@ Please report unacceptable behavior to dev@skywalking.apache.org .
  - Password: admin

# Screenshot
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/Dashboard.png"/>


- [See all screenshots](/docs/Screenshots.md)
<table>
  <tr>
    <td width="50%" align="center"><b>Under javaagent observing</b></td>
    <td width="50%" align="center"><b>Observe on Istio</b></td>
  </tr>
  <tr>
    <td><img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Topology.png"/>
</td>
    <td><img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png"/>
</td>
   <tr>
     <td align="center"><a href="docs/Screenshots.md#agent">More screenshots</a></td>
     <td align="center"><a href="docs/Screenshots.md#istio">More screenshots</a></td>
  </tr>
</table>

# Compiling project
Follow this [document](docs/en/guides/How-to-build.md).
+27 −9
Original line number Diff line number Diff line
# Agent

- Overview dashboard
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/Dashboard.png"/>
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Dashboard.png"/>

- Discovery topological graph of application clusters automatically.
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/Topology.png"/>
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Topology.png"/>

- Application overview
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/application.png"/>
- Service overview
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/service.png"/>

- Process(VM) metrics
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/server.png"/>
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Service_instance_info.png"/>

- Service metrics
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/Service.png"/>
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/endpoint.png"/>

- Trace
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/trace_list.png"/>
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/trace.png"/>

<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/trace.png"/>
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Trace-detail.png"/>

- Alarm
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/application-alarm.png"/>
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/service-alarm.png"/>

# Istio
- Overview dashboard
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Dashboard.png"/>

- Discovery topological graph of application clusters automatically.
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png"/>

- Service overview
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Service.png"/>

- Service instance metrics
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Service-instance-info.png"/>

- Service metrics
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/endpoint.png"/>