We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54469fd commit c196dddCopy full SHA for c196ddd
source/reference/command/serverStatus.txt
@@ -693,7 +693,6 @@ extra_info
693
694
"extra_info" : {
695
"note" : "fields vary by platform.",
696
- "heap_usage_bytes" : <num>,
697
"page_faults" : <num>
698
},
699
@@ -706,11 +705,6 @@ extra_info
706
705
707
A string with the text ``"fields vary by platform."``
708
709
-.. serverstatus:: extra_info.heap_usage_bytes
710
-
711
- The total size in bytes of heap space used by the database process.
712
- Available on Unix/Linux systems only.
713
714
.. serverstatus:: extra_info.page_faults
715
716
The total number of page faults. The
0 commit comments