Page MenuHomePhorge

Manually track memory usage
ClosedPublic

Authored by mollekopf on Apr 30 2020, 6:16 PM.
Tags
None
Referenced Files
F11819052: D1237.diff
Sat, Apr 20, 3:42 AM
Unknown Object (File)
Fri, Apr 12, 2:50 PM
Unknown Object (File)
Wed, Apr 3, 4:15 PM
Unknown Object (File)
Thu, Mar 28, 11:32 PM
Unknown Object (File)
Thu, Mar 28, 9:18 PM
Unknown Object (File)
Thu, Mar 28, 5:37 PM
Unknown Object (File)
Mar 16 2024, 7:28 PM
Unknown Object (File)
Mar 11 2024, 11:32 AM
Subscribers
None

Details

Summary

memory_get_usage() does not return useful results at it seems like the
bulk of the memory is used outside of the php engine (e.g. in
resources).

RSS usage can for instance be tracked using the following snippet:

`ps --pid $pid --no-headers -orss`;

The current accumulation method is in no way accurate and will probably
require some tuning to be on the safe side.

Diff Detail

Repository
rS syncroton
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.May 4 2020, 11:50 AM
This revision was automatically updated to reflect the committed changes.