mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Reference - finish Util RPCs
- Update last util RPC (getmemoryinfo)
This commit is contained in:
parent
c21a890aed
commit
6fdba2bc89
1 changed files with 10 additions and 3 deletions
|
@ -9,10 +9,15 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% assign summary_getMemoryInfo="returns information about memory usage." %}
|
||||
|
||||
<!-- __ -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
*Added in Bitcoin Core 0.14.0*
|
||||
|
||||
**_Not implemented in Dash Core (as of 0.12.2)_**
|
||||
|
||||
{% comment %}
|
||||
The `getmemoryinfo` RPC {{summary_getMemoryInfo}}
|
||||
|
||||
*Parameters: none*
|
||||
|
@ -28,8 +33,8 @@ The `getmemoryinfo` RPC {{summary_getMemoryInfo}}
|
|||
- n: "→<br>`locked`"
|
||||
t: "string : object"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "An object containing information about locked memory manager"
|
||||
|
||||
d: "An object containing information about locked memory manager"
|
||||
|
||||
- n: "→→<br>`used`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -59,7 +64,7 @@ The `getmemoryinfo` RPC {{summary_getMemoryInfo}}
|
|||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "Number unused chunks"
|
||||
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Bitcoin Core 0.14.1*
|
||||
|
@ -88,4 +93,6 @@ Result:
|
|||
|
||||
* [GetMemPoolInfo][rpc getmempoolinfo]: {{summary_getMemPoolInfo}}
|
||||
|
||||
{% endcomment %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue