summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDoron Roberts-Kedes <doronrk@fb.com>2019-04-12 07:08:50 -0400
committerQi Wang <interwq@gmail.com>2019-04-29 13:35:02 -0700
commit7fc4f2a32c74701e40e98c8ac05aa7cf12d876c9 (patch)
tree2563f5cd932fc9a9bb124653ce5dbe1d18bd129b /doc
parentae124b86849bb5464940db6731183dede6a70873 (diff)
Add nonfull_slabs to bin_stats_t.
When config_stats is enabled track the size of bin->slabs_nonfull in the new nonfull_slabs counter in bin_stats_t. This metric should be useful for establishing an upper ceiling on the savings possible by meshing.
Diffstat (limited to 'doc')
-rw-r--r--doc/jemalloc.xml.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in
index fd0edb30..2bdbe978 100644
--- a/doc/jemalloc.xml.in
+++ b/doc/jemalloc.xml.in
@@ -2947,6 +2947,17 @@ struct extent_hooks_s {
<listitem><para>Current number of slabs.</para></listitem>
</varlistentry>
+
+ <varlistentry id="stats.arenas.i.bins.j.nonfull_slabs">
+ <term>
+ <mallctl>stats.arenas.&lt;i&gt;.bins.&lt;j&gt;.nonfull_slabs</mallctl>
+ (<type>size_t</type>)
+ <literal>r-</literal>
+ [<option>--enable-stats</option>]
+ </term>
+ <listitem><para>Current number of nonfull slabs.</para></listitem>
+ </varlistentry>
+
<varlistentry id="stats.arenas.i.bins.mutex">
<term>
<mallctl>stats.arenas.&lt;i&gt;.bins.&lt;j&gt;.mutex.{counter}</mallctl>