diff options
author | Doron Roberts-Kedes <doronrk@fb.com> | 2019-04-12 07:08:50 -0400 |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2019-04-29 13:35:02 -0700 |
commit | 7fc4f2a32c74701e40e98c8ac05aa7cf12d876c9 (patch) | |
tree | 2563f5cd932fc9a9bb124653ce5dbe1d18bd129b /doc | |
parent | ae124b86849bb5464940db6731183dede6a70873 (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.in | 11 |
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.<i>.bins.<j>.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.<i>.bins.<j>.mutex.{counter}</mallctl> |