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

Update to stats for various things #47

Merged
merged 1 commit into from
Jul 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 62 additions & 7 deletions docs/running-a-node/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,49 +51,104 @@ All configuration nodes and values are optional, with the default values shown i
```
type:
traffic
traffic_tcp
error
message
block
ledger
rollback
bootstrap
vote
http_callback
peering
ipc
tcp
udp
observer
confirmation_height
drop

details:
all
// error specific
bad_sender
insufficient_work

http_callback
unreachable_host

// observer specific
observer_confirmation_active_quorum
observer_confirmation_active_conf_height
observer_confirmation_inactive

// ledger, block, bootstrap
send
receive
open
change
state_block
epoch_block
fork

// Message specific
keepalive
publish
republish_vote
confirm_req
confirm_ack
node_id_handshake

// Bootstrap specific
// bootstrap, callback
initiate
initiate_lazy
initiate_wallet_lazy

// Bootstrap specific
bulk_pull
bulk_pull_account
bulk_pull_deserialize_receive_block
bulk_pull_error_starting_request
bulk_pull_failed_account
bulk_pull_receive_block_failure
bulk_pull_request_failure
bulk_push
bulk_pull_blocks
frontier_req
error_socket_close

// Vote specific
vote_valid
vote_replay
vote_invalid

// Peering
handshake
vote_overflow

// udp
blocking
overflow
invalid_magic
invalid_network
invalid_header
invalid_message_type
invalid_keepalive_message
invalid_publish_message
invalid_confirm_req_message
invalid_confirm_ack_message
invalid_node_id_handshake_message
outdated_version

// tcp
tcp_accept_success
tcp_accept_failure
tcp_write_drop

// ipc
invocations

// peering
handshake

// confirmation height
blocks_confirmed
invalid_block

dir (direction) :
in
Expand Down Expand Up @@ -304,4 +359,4 @@ samples,2018.03.29 01:45:41
01:45:41,bootstrap,initiate,out,1
```

---
---