aboutsummaryrefslogtreecommitdiffstats
path: root/policyhandler/onap/process_info.py
AgeCommit message (Collapse)AuthorFilesLines
2018-05-182.4.4 policy-handler - log process memoryAlex Shatov1-0/+152
- in search of the memory leak that is falsely reported by docker stats, the following runtime logging was added = process_memory - rss and other memory of the current process = virtual_memory - the memory info of the whole system = thread_stacks - the active threads with the full stack on each Change-Id: I5f5ab3a477bfba3aecc5963547aa82da6269670b Signed-off-by: Alex Shatov <alexs@att.com> Issue-ID: DCAEGEN2-514