Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revive dtrace #926

Open
wants to merge 3 commits into
base: develop-3.0
Choose a base branch
from
Open

revive dtrace #926

wants to merge 3 commits into from

Conversation

llelf
Copy link

@llelf llelf commented Mar 6, 2019

dtrace -q -n 'erlang*:::user_trace-i4s4
{ printf("%s|%10s %10s  %s\n", cwd, riak_op.bk, riak_op.op, riak_op.stage)  }
' 
devstage1|     A,k-0        get  init
devstage1|     A,k-0        put  init
devstage1|     A,k-0        put  prepare
devstage1|     A,k-0        put  validate
devstage1|     A,k-0        put  precommit
devstage1|     A,k-0        put  execute_local
devstage1|     A,k-0        put  waiting_local_vnode
devstage1|     A,k-0        put  waiting_local_vnode
devstage1|     A,k-0        put  execute_remote
devstage1|     A,k-0        put  waiting_remote_vnode
devstage1|     A,k-0        put  waiting_remote_vnode
devstage1|     A,k-0        put  waiting_remote_vnode
devstage1|     A,k-0        put  process_reply
devstage1|     A,k-0        put  postcommit
devstage1|     A,k-0        put  finish

riak_kv changes coming soon

@llelf
Copy link
Author

llelf commented Mar 6, 2019

/cc @mrallen1 @slfritchie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant