Commit Graph
1294 Commits
Author SHA1 Message Date
gongdewei a705ba97a0 split into channel-server-starter and channel-server-app modules 2020-09-08 17:50:15 +08:00
gongdewei 7d7b685c55 move to channel folder 2020-09-08 13:48:55 +08:00
gongdewei a97874cd4d close console on error 2020-09-08 11:28:20 +08:00
gongdewei a9d9efff6c fix empty keys error 2020-09-08 11:27:15 +08:00
gongdewei ab6e6a9f40 Change agent manage service to reactive 2020-09-07 20:37:42 +08:00
gongdewei eb33c06f4f fix redis blocking 2020-09-07 20:32:59 +08:00
gongdewei df6b3b9e16 process redis messages asynchronously, based on ReactiveRedisTemplate, reducing waiting threads 2020-09-07 16:22:03 +08:00
gongdewei 3927d82acf Improve agent info 2020-09-04 19:33:28 +08:00
gongdewei 50da1d4b7d auto clean redis message queue data by expire 2020-09-03 20:27:03 +08:00
gongdewei 63a181f9e9 close console when receive final status 2020-09-03 20:25:59 +08:00
gongdewei 3db4d55591 Optimize sending large amounts of console data and improve agent status processing 2020-09-03 18:06:30 +08:00
gongdewei 924a86ca55 Improve web console status processing 2020-09-03 18:01:47 +08:00
gongdewei b558f2b602 support WebConsole over channel server 2020-09-02 21:18:29 +08:00
gongdewei 45ebabb2aa add config for channel server backend port 2020-08-31 14:49:04 +08:00
gongdewei 3f2491f539 Improve channel client heartbeat 2020-08-31 14:26:36 +08:00
gongdewei 8d50b9bd2a change default storage profile to redis 2020-08-31 14:26:08 +08:00
gongdewei a59835eefa catch redis blocking pop timeout error 2020-08-31 14:25:34 +08:00
gongdewei 25ccbf4607 support redis storage 2020-08-20 20:34:40 +08:00
gongdewei 91a6ad24ae clean up outdated agents, extract AgentBizSerivce 2020-08-19 11:07:12 +08:00
gongdewei 14841d5b0a Improve javaagent doc 2020-08-18 21:22:38 +08:00
gongdewei ab16cd41c5 check telnet port before connect telnet server 2020-08-18 21:01:20 +08:00
gongdewei 4746751f31 add channel server info to session command 2020-08-18 17:43:39 +08:00
gongdewei 0c83e5eb01 configure channel server 2020-08-18 17:42:49 +08:00
gongdewei 591f481cc7 support channel server address, reduce redundant log messages 2020-08-18 17:15:12 +08:00
gongdewei 42680614c0 Support stop channel client 2020-08-17 16:13:58 +08:00
gongdewei 6ba5af4c40 removing join_session action 2020-08-17 16:02:16 +08:00
gongdewei d758829f4e Integrated channel client 2020-08-17 15:58:41 +08:00
gongdewei d98376c044 replace Session's SharingResultDistributor with ResultDistributor 2020-08-17 15:48:04 +08:00
gongdewei 851d08caaf ending streaming command by response status 2020-08-15 19:33:02 +08:00
gongdewei 29df061aa0 support streaming sse response for async exec 2020-08-15 18:59:29 +08:00
gongdewei dd16d6f55e upgrade version 2020-08-15 10:52:09 +08:00
gongdewei bc86fd041f Merge remote-tracking branch 'origin/master' into channel-server 2020-08-15 10:42:48 +08:00
Hollow ManandGitHub 80d716c9bd Fix displaying (#1436) 2020-08-15 00:05:55 +08:00
gongdewei 06b76a6814 add channel server 2020-08-14 20:03:40 +08:00
Hollow ManandGitHub 08fa2a04de Fix tutorial links (#1435) 2020-08-14 17:34:56 +08:00
Hollow ManandGitHub 30d4a1acc7 Fix typos and links (#1434) 2020-08-14 17:21:14 +08:00
Hollow ManandGitHub 3d99c4429b add classloader command scenario #847 (#1375) 2020-08-14 14:05:02 +08:00
Hollow ManandGitHub 52062ea082 add HTTP API case scenario #847 (#1423) 2020-08-14 14:02:57 +08:00
Hollow ManandGitHub 8f3dd1e0e9 add Troubleshoot logger conflicts case scenario #847 (#1338) 2020-08-14 14:00:17 +08:00
Hollow ManandGitHub 3dc3f36b9d Classloader support matching classloader by class name. (#1428) 2020-08-14 13:55:44 +08:00
Hollow ManandGitHub 92dd9a2fb0 Fix intro.md (#1367) 2020-08-13 17:03:31 +08:00
gongdeweiandGitHub e652137af2 add get java app classpath case of http api (#1426) 2020-08-13 17:00:59 +08:00
Hollow ManandGitHub 0366205bda add Find CPU usage Top N threads case scenario #847 (#1336) 2020-08-13 15:06:22 +08:00
Hollow ManandGitHub f125099387 add Troubleshooting method invoke exception case scenario #847 (#1335) 2020-08-13 14:52:09 +08:00
Hollow ManandGitHub 1179fe16be add sm command scenario #847 (#1371) 2020-08-13 13:56:26 +08:00
Hollow ManandGitHub 2e979ff35f add sc command scenario #847 (#1370) 2020-08-13 13:54:10 +08:00
Hollow ManandGitHub 35aa6cf686 add mc-redefine command scenario #847 (#1376) 2020-08-13 10:52:11 +08:00
Hollow ManandGitHub 9b56029152 add profiler command scenario #847 (#1421) 2020-08-13 10:49:09 +08:00
Hollow ManandGitHub dbc525d2a9 Arthas logger command scenario tutorial #847 (#1365) 2020-08-12 20:23:09 +08:00
hengyunabc efb6d1cc93 ignore ClassNotFoundException AgentBootstrap. #1422 2020-08-12 20:21:19 +08:00