-
Notifications
You must be signed in to change notification settings - Fork 38.8k
rpc: Add getrpcinfo command #14982
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
rpc: Add getrpcinfo command #14982
Conversation
|
Concept ACK |
|
@Empact @practicalswift I guess you concept ACK? |
|
Concept Ack. Does Line 733 in 24b3b78
|
|
Concept ACK.
|
|
Concept ACK |
|
concept ACK . could it add things like port it's listening to? |
|
I guess you have to know that to call this RPC? |
|
@promag the computer knows this, yes ;P |
|
So I'd say if everyone is Concept ACK, I think it makes sense to fix the nits, utACK and merge this and add further ideas in later PRs. |
9d4d3ab to
a0ac154
Compare
|
@laanwj updated. |
|
utACK a0ac154 |
|
tested ACK 251a91c It currently mildly useful and I can't follow the discussion why uptime is gone. But this is a great starting point for a general RPC state report. |
a0ac154 doc: Add getrpcinfo release notes (João Barbosa) 251a91c qa: Add tests for getrpcinfo (João Barbosa) d0730f5 rpc: Add getrpcinfo command (João Barbosa) 068a8fc rpc: Track active commands (João Barbosa) bf43832 rpc: Remove unused PreCommand signal (João Barbosa) Pull request description: The new `getrpcinfo` command exposes details of the RPC interface. The details can be configuration properties or runtime values/stats. This can be particular useful to coordinate concurrent functional tests (see #14958 from where this was extracted). Tree-SHA512: 7292cb6087f4c429973d991aa2b53ffa1327d5a213df7d6ba5fc69b01b2e1a411f6d1609fed9234896293317dab05f65064da48b8f2b4a998eba532591d31882
The new
getrpcinfocommand exposes details of the RPC interface. The details can be configuration properties or runtime values/stats.This can be particular useful to coordinate concurrent functional tests (see #14958 from where this was extracted).