6 留言 (6 留言)0 反應 (0 反應)1 負責人 (1 負責人)Shell6,944 star (6,944 star)2,765 fork (2,765 fork)batch import
featurehelp wanted
描述
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.
- 議題類型
- feature
- 研究方向
- 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.