| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| scouter-min-2.20.0.tar.gz | 2023-05-29 | 27.7 MB | |
| scouter-all-2.20.0.tar.gz | 2023-05-29 | 61.8 MB | |
| scouter.client.product-win32.win32.x86_64.zip | 2023-05-29 | 50.2 MB | |
| scouter.client.product-macosx.cocoa.x86_64.tar.gz | 2023-05-29 | 49.6 MB | |
| scouter.client.product-macosx.cocoa.aarch64.tar.gz | 2023-05-29 | 49.6 MB | |
| scouter.client.product-linux.gtk.x86_64.tar.gz | 2023-05-29 | 49.5 MB | |
| README.md | 2023-05-29 | 1.7 kB | |
| v2.20.0 source code.tar.gz | 2023-05-29 | 68.3 MB | |
| v2.20.0 source code.zip | 2023-05-29 | 70.4 MB | |
| Totals: 9 Items | 427.0 MB | 0 | |
Notification
- execute the command to run scouter client for Mac(OSX)
xattr -cr scouter.client.app - The following JAVA environment variable must be added to dynamically load SCRIPT PULGIN in a JAVA PROCESS running in JAVA 11 or later environments.
-Dadd-opensjava.base/java.lang=ALL-UNNAMED- To generate a thread dump via scouter in a java 11 or later environment, the following java environment variable must be added.
-Djdk.attach.allowAttachSelf=true- On issue to display xlog list table, remove the directory
~/.scouter/xlogcolumnfile/. (@user.home/scouter/xlogcolumnfile/on Windows)
Features
client
[client] Added client for Apple silicon. (thx. zbum)
agent.java
[agent.java] Support java 20. [agent.java] Support virtual threads and include all or partial virtual thread information in thead dump. [agent.java] Support jakarta servlet. (thx. zbum) [agent.java] The lowest supported version has been changed to java 8. [agent.java] Support tracing for redisson. [agent.java] enable or disable java agent script plugin (javassist) behavior as a setting. (In response to javassist memory issues in certain environments) [agent.java] Added option to exclude stuck services from metering when handling force end in xlog that have not been terminated. (profile_force_end_stuck_ignore_metering)
agent.host
[agent.host] Removed sigar from dependencies and replaced with oshi as it is no longer updated for collecting OS metrics.
collector server
[server] Clean up duplicate elements when counters-site.xml is saved where duplicate elements exist.
webapp
[webapp] Added serveral APIs and improved functionality. (thx. yosong.heo, gaiajeon)