diff options
author | Qi Wang <interwq@gwu.edu> | 2017-08-25 20:24:49 (GMT) |
---|---|---|
committer | Qi Wang <interwq@gmail.com> | 2017-08-30 23:47:32 (GMT) |
commit | e55c3ca26758bcb7f6f1621fd690caa245f16942 (patch) | |
tree | c6417b9418237c31395eb814a88f52d0ce7a478c /doc | |
parent | 47b20bb6544de9cdd4ca7ab870d6ad257c0ce4ff (diff) | |
download | jemalloc-e55c3ca26758bcb7f6f1621fd690caa245f16942.zip jemalloc-e55c3ca26758bcb7f6f1621fd690caa245f16942.tar.gz jemalloc-e55c3ca26758bcb7f6f1621fd690caa245f16942.tar.bz2 |
Add stats for metadata_thp.
Report number of THPs used in arena and aggregated stats.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index 0c95604..f7fbe30 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -2207,6 +2207,20 @@ struct extent_hooks_s { considered.</para></listitem> </varlistentry> + <varlistentry id="stats.metadata_thp"> + <term> + <mallctl>stats.metadata_thp</mallctl> + (<type>size_t</type>) + <literal>r-</literal> + [<option>--enable-stats</option>] + </term> + <listitem><para>Number of transparent huge pages (THP) used for + metadata. See <link + linkend="stats.metadata"><mallctl>stats.metadata</mallctl></link> and + <link linkend="opt.metadata_thp">opt.metadata_thp</link>) for + details.</para></listitem> + </varlistentry> + <varlistentry id="stats.resident"> <term> <mallctl>stats.resident</mallctl> @@ -2523,6 +2537,18 @@ struct extent_hooks_s { profiles.</para></listitem> </varlistentry> + <varlistentry id="stats.arenas.i.metadata_thp"> + <term> + <mallctl>stats.arenas.<i>.metadata_thp</mallctl> + (<type>size_t</type>) + <literal>r-</literal> + [<option>--enable-stats</option>] + </term> + <listitem><para>Number of transparent huge pages (THP) used for + metadata. See <link linkend="opt.metadata_thp">opt.metadata_thp</link> + for details.</para></listitem> + </varlistentry> + <varlistentry id="stats.arenas.i.resident"> <term> <mallctl>stats.arenas.<i>.resident</mallctl> |