Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Get memory usage #207

Merged
merged 6 commits into from
Feb 21, 2020
Merged

Get memory usage #207

merged 6 commits into from
Feb 21, 2020

Commits on Feb 14, 2020

  1. Add psutil as dependency

    bjoernricks committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    bf6f600 View commit details
    Browse the repository at this point in the history
  2. Add get_memory_usage command

    The command allows to return the current memory usage of the main
    process and its subprocesses. Currently it only can list the current
    process of the request handling process and its direct children.
    Therefore it show the main process and the target processes only.
    bjoernricks committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    fa4852a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f79b02b View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    bjoernricks committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    cb4de2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9aac16 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    839c6c2 View commit details
    Browse the repository at this point in the history