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

Closely track mempool byte total. Add "getmempoolinfo" RPC. #4638

Merged
merged 1 commit into from Aug 15, 2014

Conversation

jgarzik
Copy link
Contributor

@jgarzik jgarzik commented Aug 5, 2014

Goals:

  • Gain live insight into the mempool.
  • Groundwork for future work that caps mempool size.

"\nReturns details on the active state of the TX memory pool.\n"
"\nResult:\n"
"{\n"
" \"size\": xxxxx (numeric) Current tx countl\n"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

count1

@BitcoinPullTester
Copy link

Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/p4638_0a09a649d35d53342ed777c5619705f276f92df2/ for binaries and test log.
This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/
Contact BlueMatt on freenode if something looks broken.

@jgarzik
Copy link
Contributor Author

jgarzik commented Aug 7, 2014

Updated to fix typo @sipa noticed.

@dgenr8
Copy link
Contributor

dgenr8 commented Aug 9, 2014

ACK, tested on my regtest setup. I didn't test ::check.

@laanwj
Copy link
Member

laanwj commented Aug 14, 2014

Untested ACK, needs rebase

Goal:  Gain live insight into the mempool.  Groundwork for future work
that caps mempool size.
@laanwj laanwj merged commit 6f2c26a into bitcoin:master Aug 15, 2014
laanwj added a commit that referenced this pull request Aug 15, 2014
6f2c26a Closely track mempool byte total. Add "getmempoolinfo" RPC. (Jeff Garzik)
@jgarzik jgarzik deleted the 2014_mempool_stats branch August 24, 2014 04:23
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants