Skip to content

Commit ebd7008

Browse files
committed
[doc] documentation.
1 parent fb1736f commit ebd7008

File tree

5 files changed

+1006
-385
lines changed

5 files changed

+1006
-385
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
SCOUTER is an open source APM like new relic and appdynamics.
1111
(APM means application performance monitoring or application performance management.)
1212

13-
- **Monitoring target (currently)**
13+
- **Monitoring target (scouter agent)**
1414
- Java application - Web applications (on Tomcat, JBoss, Resin...), Standalone java applications
1515
- OS - Linux, Windows, Unix
1616

17-
- **Monitoring target (to-be : contributing welcome)**
18-
- Redis, Apache HTTPD, nginX, Nodejs ...
17+
- **Monitoring target (telegraf agent support)**
18+
- Redis, nginX, apache httpd, haproxy, Kafka, MySQL, MongoDB, RabbitMQ, ElasticSearch, Kube, Mesos ...
1919

2020
![Screen](./scouter.document/img/main/dashboard-sample-1.png)
2121

@@ -38,6 +38,7 @@ SCOUTER can help you.
3838
- [Live demo](./scouter.document/main/Live-Demo.md)
3939
- [How to analyze XLog View](./scouter.document/client/Reading-XLog.md)
4040
- [Customizable alarm - Alert plugins guide](./scouter.document/main/Alert-Plugin-Guide.md)
41+
- [Telegraf server feature](./scouter.document/main/Telegraf-Server.md)
4142
- [Client screen help](./scouter.document/client/How-To-Use-Client.md)
4243

4344
## Download
@@ -63,8 +64,8 @@ SCOUTER can help you.
6364
- **[aws-monitor](https://github.com/nices96/scouter-pulse-aws-monitor)** : gathering performance metrics of EC2, RDS, ELB from cloudwatch in AWS.
6465

6566
### 3rd-party UIs
66-
- **scouter paper** : [scouter-paper](https://github.com/mindplates/scouter-paper)
67-
![scouter-pater](./scouter.document/img/main/scouter-paper.png)
67+
- **scouter paper** : [scouter-paper](https://mindplates.github.io/scouter-paper/)
68+
![scouter-pater](https://mindplates.github.io/scouter-paper/img/img12.png)
6869

6970
### Plugins
7071
- **Server plugin**

README_kr.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
오픈소스 APM인 Scouter는 JVM(WAS, Standalone application)을 사용하는 어플리케이션 및 OS 자원에 대한 모니터링 모니터링 기능을 제공한다.
1212
- **APM** : Application performance montoring / application performance management
13-
- 모니터링 대상 (현재)
13+
- 모니터링 대상 (전용 agent)
1414
- Java application - Web application (on Tomcat, JBoss, Resin ...), Standalone java application
1515
- OS - LInux, Windows, Unix
16-
- 모니터링 대상 (TOBE)
17-
- Redis, Apach HTTPD, nginX, Nodejs...
16+
- 모니터링 대상 (Telegraf agent)
17+
- Redis, nginX, apache httpd, haproxy, Kafka, MySQL, MongoDB, RabbitMQ, ElasticSearch, Kube, Mesos ...
1818

1919

2020
![Screen](./scouter.document/img/main/dashboard-sample-1.png)
@@ -37,6 +37,7 @@
3737
- [Live demo 접속](./scouter.document/main/Live-Demo_kr.md)
3838
- [XLog 로 분석하기](./scouter.document/client/Reading-XLog_kr.md)
3939
- [사용자 정의 알람 스크립팅 - Alert plugins guide](./scouter.document/main/Alert-Plugin-Guide_kr.md)
40+
- [Telegraf server feature](./scouter.document/main/Telegraf-Server_kr.md)
4041
- [Client 화면 설명](./scouter.document/client/How-To-Use-Client_kr.md)
4142

4243
## Download
@@ -63,8 +64,8 @@
6364
- **[aws-monitor](https://github.com/nices96/scouter-pulse-aws-monitor)** : AWS의 Cloudwatch에서 EC2/RDS/ELB의 성능 카운터 정보를 수집
6465

6566
### 3rd-party UIs
66-
- **scouter paper** : [scouter-paper](https://github.com/mindplates/scouter-paper)
67-
![scouter-pater](./scouter.document/img/main/scouter-paper.png)
67+
- **scouter paper** : [scouter-paper](https://mindplates.github.io/scouter-paper/)
68+
![scouter-pater](https://mindplates.github.io/scouter-paper/img/img12.png)
6869

6970
### Plugins
7071
- **Server plugin**

scouter.document/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [Scouter plugins guide](./main/Plugin-Guide.md)
1919
- [Customizable alarm - Alert plugins guide](./main/Alert-Plugin-Guide.md)
2020
- [Web api guide](./tech/Web-API-Guide.md)
21+
- [Telegraf server feature](./main/Telegraf-Server.md)
2122
- [How to trace NON-HTTP service](./use-case/NON-HTTP-Service-Trace.md)
2223
- [Stand-alone Java Batch Agent](./main/Stand-alone-Java-Batch-Agent.md)
2324
- [TagCounting Analysis](./use-case/TagCounting-Analysis.md)

scouter.document/index_kr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- [method 상세 프로파일](./use-case/Method-Profiling_kr.md)
1919
- [Scouter 확장 - Plugin guide](./main/Plugin-Guide_kr.md)
2020
- [Web api 가이드](./tech/Web-API-Guide_kr.md)
21+
- [Telegraf server feature](./main/Telegraf-Server_kr.md)
2122
- [사용자 정의 알람 설정 - Alert plugins guide](./main/Alert-Plugin-Guide_kr.md)
2223
- [단독 실행형 자바 배치 모니터링 에이전트](./main/Stand-alone-Java-Batch-Agent_kr.md)
2324
- [TagCounting Analysis](./use-case/TagCounting-Analysis_kr.md)

0 commit comments

Comments
 (0)