@@ -61,21 +61,7 @@ The stack of busy(26.1%) thread(24018/0x5dd2) of java process(23269) of user(adm
61
61
at com.xxx.foo.services.common.utils.AliTimer$2 .run(AliTimer.java:128)
62
62
at java.util.concurrent.ThreadPoolExecutor$Worker .runTask(ThreadPoolExecutor.java:886)
63
63
at java.util.concurrent.ThreadPoolExecutor$Worker .run(ThreadPoolExecutor.java:908)
64
- at java.lang.Thread.run(Thread.java:662)
65
-
66
- The stack of busy(0.4%) thread(24021/0x5dd5) of java process(23269) of user(admin):
67
- " pool-1-thread-5" prio=10 tid=0x000000005bc1c000 nid=0x5dd5 waiting on condition [0x000000004149e000]
68
- java.lang.Thread.State: WAITING (parking)
69
- at sun.misc.Unsafe.park(Native Method)
70
- - parking to wait for < 0x0000000793e77408> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject )
71
- at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
72
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject .await(AbstractQueuedSynchronizer.java:1987)
73
- at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
74
- at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
75
- at java.util.concurrent.ThreadPoolExecutor$Worker .run(ThreadPoolExecutor.java:907)
76
- at java.lang.Thread.run(Thread.java:662)
77
-
78
- ...
64
+ ...
79
65
```
80
66
81
67
find-in-jars.sh
@@ -86,7 +72,7 @@ find-in-jars.sh
86
72
用法:
87
73
88
74
``` bash
89
- find-in-jars.sh ' sofa \.properties'
75
+ find-in-jars.sh ' log4j \.properties'
90
76
find-in-jars.sh log4j\\ .xml
91
77
find-in-jars.sh ' log4j\.xml$'
92
78
find-in-jars.sh ' log4j\.properties|log4j\.xml'
@@ -98,7 +84,7 @@ find-in-jars.sh 'log4j\.properties|log4j\.xml'
98
84
99
85
``` bash
100
86
$ ./find-in-jars ' Service.class$'
101
- ./spring-2.5.6.SEC03.jar! org/springframework/stereotype/Service.class
87
+ ./WEB-INF/libs/ spring-2.5.6.SEC03.jar! org/springframework/stereotype/Service.class
102
88
./rpc-benchmark-0.0.1-SNAPSHOT.jar! com/taobao/rpc/benchmark/service/HelloService.class
103
89
```
104
90
0 commit comments