diff options
author | Lukas Larsson <[email protected]> | 2015-11-16 14:57:12 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2015-11-16 15:45:06 +0100 |
commit | 9d0a5bf2c1cc564fd38268cbb5313cd8813ea138 (patch) | |
tree | 021538f095dcde9fb51ce20e819fdc4a03a2c8d2 /erts/doc/src/erlang.xml | |
parent | 263d1e6bb37cb09f0d09039da625f14db656f552 (diff) | |
download | otp-9d0a5bf2c1cc564fd38268cbb5313cd8813ea138.tar.gz otp-9d0a5bf2c1cc564fd38268cbb5313cd8813ea138.tar.bz2 otp-9d0a5bf2c1cc564fd38268cbb5313cd8813ea138.zip |
erts: Add garbage_collection_info to process_info/2
This info request returns greater details about the current
gc state. This info is not included in the default process_info/1
as it would clutter the default printout with too much information.
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 2e82bb62a9..e4d3533c75 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -4621,6 +4621,17 @@ os_prompt% </pre> The content of <c><anno>GCInfo</anno></c> can be changed without prior notice.</p> </item> + <tag><c>{garbage_collection_info, <anno>GCInfo</anno>}</c></tag> + <item> + <p><c><anno>GCInfo</anno></c> is a list containing miscellaneous + detailed information about garbage collection for this process. + The content of <c><anno>GCInfo</anno></c> can be changed without + prior notice. + See <seealso marker="#gc_start">gc_start</seealso> in + <seealso marker="#trace/3">erlang:trace/3</seealso> for details about + what each item means. + </p> + </item> <tag><c>{group_leader, <anno>GroupLeader</anno>}</c></tag> <item> <p><c><anno>GroupLeader</anno></c> is group leader for the I/O of |