6 comments (6 comments)0 reactions (0 reactions)1 assignee (1 assignee)Shell6,944 stars (6,944 stars)2,765 forks (2,765 forks)batch import
featurehelp wanted
Description
Mac下使用解析命令行参数出错。Mac的getopt不兼容GNU。
Mac下show-busy-java-threads出错。Mac的ps不兼容GNU。
- 比如 不支持 输出 线程
ID(即 -L 选项)。
Mac下的ps的-L是:
List the set of keywords available for the -O and -o options.
- Issue type
- feature
- Research direction
- The issue describes two separate problems: getopt incompatibility and ps L option behavior difference on MacOS. Investigate the current show busy java threads script at the repository root. For getopt, consider implementing manual argument parsing to avoid GNU getopt. For ps, find an alternative way to list Java threads on MacOS, possibly using jstack or other tools. Review comments in the issue for any existing solutions or partial patches.