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 4702b2f commit 790262dCopy full SHA for 790262d
source/reference/command/serverStatus.txt
@@ -677,7 +677,6 @@ extra_info
677
678
"extra_info" : {
679
"note" : "fields vary by platform.",
680
- "heap_usage_bytes" : <num>,
681
"page_faults" : <num>
682
},
683
@@ -690,11 +689,6 @@ extra_info
690
689
691
A string with the text ``"fields vary by platform."``
692
693
-.. serverstatus:: extra_info.heap_usage_bytes
694
-
695
- The total size in bytes of heap space used by the database process.
696
- Available on Unix/Linux systems only.
697
698
.. serverstatus:: extra_info.page_faults
699
700
The total number of page faults. The
0 commit comments