Displaying 2 results from an estimated 2 matches for "lwp_mutex_timedlock".
2010 Mar 30
7
Analyzing java class loading with dtrace
...?TIME (ns)
? ? ?...
? ? ? ? ? ?stat ? ? ? ? ? 18498184
? ? ? ? fstat64 ? ? ? ? ? 18720808
? ? ? ? ? ?open ? ? ? ? ? 21688773
? ? ? ? ?open64 ? ? ? ? ? 41127563
? ? ? ? ?stat64 ? ? ? ? ? 67024580
? ? resolvepath ? ? ? ? ?104326254
? ? ? ? ? yield ? ? ? ? ?514242236
? ? ? ? ? ?read ? ? ? ? ?608379863
lwp_mutex_timedlock ? ? ? ? 1541179345
? ? ? ? pollsys ? ? ? ?37961554776
? ? ? ?lwp_park ? ? ? ?38822747920
? lwp_cond_wait ? ? ?1530739381685
? ? ? ? ?TOTAL: ? ? ?1610584447807
CPU Times
? ? ? ? SYSCALL ? ? ? ? ?TIME (ns)
? ? ?...
? ? ? ? ? ?stat ? ? ? ? ? 14066206
? ? ? ? ?munmap ? ? ? ? ? 14522555
? ? ? ? ?open6...
2007 Mar 13
0
about use dtrace analyze tomcat''s situation
...1430
close 1431
connect 2503
fsat 2505
getdents64 3894
fcntl 6785
doorfs 7043
resolvepath 8684
access 22627
send 73748
write 102515
stat64 126195
lwp_mutex_timedlock 339137
accept 273694273
read 285744641
pollsys 1213647291
lwp_cond_wait 1553123938
can see lwp_cond_wait consume about 1553(s)
pollsys consume about 1213(s)
I want to know what are they doing? but I don''t know how to do....
Hope you can...