Created
January 2, 2020 23:37
-
-
Save frankmullerl/7fb9470e22869312d97011c0faf0046b to your computer and use it in GitHub Desktop.
LCNT output continued (macOS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> erlang:system_info(system_version). | |
"Erlang/OTP 22 [erts-10.6] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:144] [hipe] [lock-counting] [dtrace]\n" | |
> erlang:statistics(reductions). | |
{165925199,165925199} | |
> length(erlang:processes()). | |
135 | |
> lcnt:rt_opt({copy_save, true}), | |
> lcnt:clear(), | |
> timer:sleep(12000), | |
> lcnt:collect(), | |
> lcnt:conflicts(). | |
lock id #tries #collisions collisions [%] time [us] duration [%] | |
----- --- ------- ------------ --------------- ---------- ------------- | |
#Port<[email protected]> 1 4 1 25.0000 72690401 80.9626 | |
#Port<[email protected]> 1 4 1 25.0000 66781229 74.3810 | |
#Port<[email protected]> 1 4 1 25.0000 64143043 71.4426 | |
#Port<[email protected]> 1 4 1 25.0000 62565517 69.6855 | |
#Port<[email protected]> 1 4 1 25.0000 62098458 69.1653 | |
#Port<[email protected]> 1 5 1 20.0000 24399047 27.1757 | |
#Port<[email protected]> 1 5 1 20.0000 23925151 26.6479 | |
#Port<[email protected]> 1 5 1 20.0000 22352902 24.8967 | |
#Port<[email protected]> 1 6 2 33.3333 19684920 21.9251 | |
#Port<[email protected]> 1 5 1 20.0000 13771787 15.3390 | |
run_queue 14 199318 4893 2.4549 108105 0.1204 | |
#Port<[email protected]> 1 4 1 25.0000 32732 0.0365 | |
#Port<[email protected]> 1 4 1 25.0000 29041 0.0323 | |
code_server 5 33746 700 2.0743 4213 0.0047 | |
#Port<[email protected]> 1 5 1 20.0000 3081 0.0034 | |
#Port<[email protected]> 1 2862 107 3.7386 2590 0.0029 | |
#Port<[email protected]> 1 4 1 25.0000 2503 0.0028 | |
drv_ev_state 128 18755 128 0.6825 2448 0.0027 | |
#Port<[email protected]> 1 4 1 25.0000 1560 0.0017 | |
port_sched_lock 3214 40381 90 0.2229 1449 0.0016 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment