[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 file changed
tree: eeb5ac6099d276a3ce9da4a431967e278a2a7efd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.