| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| scouter-min-2.17.1.tar.gz | 2022-03-27 | 22.4 MB | |
| scouter-all-2.17.1.tar.gz | 2022-03-27 | 58.3 MB | |
| scouter.client.product-win32.win32.x86_64.zip | 2022-03-27 | 50.1 MB | |
| scouter.client.product-macosx.cocoa.x86_64.tar.gz | 2022-03-27 | 49.6 MB | |
| scouter.client.product-linux.gtk.x86_64.tar.gz | 2022-03-27 | 49.5 MB | |
| README.md | 2022-03-26 | 1.4 kB | |
| v2.17.1 source code.tar.gz | 2022-03-26 | 68.3 MB | |
| v2.17.1 source code.zip | 2022-03-26 | 70.4 MB | |
| Totals: 8 Items | 368.6 MB | 0 | |
Important
- execute the command to run scouter client for Mac(OSX)
xattr -cr scouter.client.app - scouter client for Mac needs Java11+
- On issue to display xlog list table, remove the directory
~/.scouter/xlogcolumnfile/. (@user.home/scouter/xlogcolumnfile/on Windows)
Features
[client]
- support Mac OSX Monterey
- add socks5 settings on login popup
- [cubrid] When multiple objects are connected, unable to display information in viewer for CUBRID.
- [cubrid] added autoscroll on table and deleted unused sort function.
[agent.java]
- Only when the
trace_propagete_b3_headeroption is true, the b3 header is used to determine gxid and txid. - webflux support bug fix. (fix unfinished xlog on some jvm environment.
- add stuck service profile stop option.
- add scouter weaver feature for direct access scouter xlog on your code.
[scouter.weaver]
- add scouter weaver feature for direct access scouter xlog on your code.
- https://github.com/scouter-project/scouter/blob/master/scouter.document/weaver/Weaver-Guide.md
[agent.host][agent.java]
- new feature of host object name convesion for kubernetes pods.
- it appends sequencial number for host object name of kube deployment name. (eg. {deployment_name}_0, {deployment_name}_1 ...)
- can be disabled by
kube_pod_sequence_name_enabled=falseat scouter's host conf file and java agent conf file.