extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Resource Monitoring for Windows should report container memory usage

Open evgenyfedorov2 opened this issue 1 year ago • 2 comments

Description

Resource Monitoring for Windows reports memory usage of the process the app is running in. Instead of that, it should consider memory usage of all the processes running in the container as there might be more than one process. Resource Monitoring for Linux does the right thing already - it reports container memory usage.

Reproduction Steps

Check out this line - Resource Monitoring for Windows uses process info to report memory usage.

Expected behavior

Resource Monitoring for Windows sums up memory usage of all processes running in the same container and reports the result for the memory usage counters.

Actual behavior

Resource Monitoring for Windows reports memory usage of the process the app is running in. Resource Monitoring for Windows reports memory usage of the whole container, e.g. all processes running in the container.

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

evgenyfedorov2 avatar Apr 16 '24 11:04 evgenyfedorov2

The issue seems to be a part of #4538

xakep139 avatar Apr 17 '24 10:04 xakep139

Should #4538 be closed as superceded as the Linux side is now resolved?

RussKie avatar Apr 18 '24 00:04 RussKie