File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ $ show-busy-java-threads.sh
106
106
107
107
### 贡献者
108
108
109
- - [ silentforce] ( https://github.com/silentforce ) 改进此脚本,增加对环境变量` JAVA_HOME ` 的判断。 #15
109
+ - [ silentforce] ( https://github.com/silentforce ) 改进此脚本,增加对环境变量` JAVA_HOME ` 的判断。 [ #15 ] ( https://github.com/oldratlee/useful-scripts/pull/15 )
110
110
- [ liuyangc3] ( https://github.com/liuyangc3 )
111
- - 优化性能,通过 ` read -a ` 简化反复的 ` awk ` 操作 # 51
112
- - 发现并解决 ` jstack ` 非当前用户 ` Java ` 进程的问题 # 50
111
+ - 发现并解决 ` jstack ` 非当前用户 ` Java ` 进程的问题。 [ # 50 ] ( https://github.com/oldratlee/useful-scripts/pull/50 )
112
+ - 优化性能,通过 ` read -a ` 简化反复的 ` awk ` 操作。 [ # 51 ] ( https://github.com/oldratlee/useful-scripts/pull/51 )
113
113
114
114
:beer : [ show-duplicate-java-classes] ( ../show-duplicate-java-classes )
115
115
----------------------
Original file line number Diff line number Diff line change @@ -233,6 +233,10 @@ TIME_WAIT 212
233
233
SYN_SENT 17
234
234
```
235
235
236
+ ### 贡献者
237
+
238
+ [ sunuslee] ( https://github.com/sunuslee ) 改进此脚本,增加对` MacOS ` 的支持。 [ #56 ] ( https://github.com/oldratlee/useful-scripts/pull/56 )
239
+
236
240
` Shell ` 开发/测试加强
237
241
====================================
238
242
Original file line number Diff line number Diff line change 5
5
# @Usage
6
6
# $ ./tcp-connection-state-counter.sh
7
7
#
8
- # @author Jerry Lee
8
+ # @author Jerry Lee(@oldratlee)
9
+ # @author @sunuslee
9
10
10
11
# On MacOS, netstat need to using -p tcp to get only tcp output.
11
12
[ -n " $( uname | grep Darwin) " ] && option_for_mac=" -ptcp"
You can’t perform that action at this time.
0 commit comments