Skip to content

Commit a25beb2

Browse files
Fabio D'Ursocopybara-github
authored andcommitted
[roll] Roll fuchsia [starnix] Show ZX_INFO_MEMORY_STALL info in /proc/pressure/memory
This CL makes starnix generate /proc/pressure/memory with real stats, including averages over the last 10/60/300 seconds, that are computed by Starnix according to data periodically sampled from Zircon. The a dedicated service (child of the Starnix runner) is responsible for keeping track of the averages and, in general, mediate access to the new PSI services. This provides an injection point for test. Indeed, a new integration test uses this method to feed known data to a puppet program running within Starnix instance and verify that it gets back the expected readings. Note: The ProcfsTest.ProcPressure test is now embedded in the new integration test, which tests the cpu and io PSI files too (the expectation being that in the future they will also be served over the same protocol, like memory PSI is today). Original-Bug: 319649348 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1176632 Original-Revision: c792ba7fffb2e412ba50fd818ea2a2cd4e736a80 GitOrigin-RevId: f93201b35645dc853657ffcc753ecb601557761a Change-Id: Ia45c7208b7e3c9b5b209b104da28590ca5247a0b
1 parent 91b996a commit a25beb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="f32448fe89d38228aa067544d64b3f172e75f37a"/>
14+
revision="c792ba7fffb2e412ba50fd818ea2a2cd4e736a80"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)