Page MenuHomePhorge

Manually track memory usage
ClosedPublic

Authored by mollekopf on Apr 30 2020, 6:16 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Feb 20 2024, 2:14 PM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 29320
Build 10675: arc lint + arc unit

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.