[roll] Roll fuchsia [kernel] Improve output of "k zx ps" with large numbers of handles.
The "fx zx ps" command prints the number of kernel objects in each process.
The first column is the KOID of the process, while the second column is
the number of handles.
If the number of handles is 1000 or greater, the two columns will merge
into each other, making the output hard to read:
id #h: #jb #pr #th #vo #vm #ch #ev #po #so #tm #fi #?? [name]
1888186493: 1 1 5 72 26 186319 0 1 63 0 0 4 [archivist.cm]
This CL gives marginally improves the situation by unconditionally
putting at least one space between the two:
id #h: #jb #pr #th #vo #vm #ch #ev #po #so #tm #fi #?? [name]
1888 186493: 1 1 5 72 26 186319 0 1 63 0 0 4 [archivist.cm]
While columns are still misaligned due to the large numbers present,
they can be more easily read.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/528792
Original-Revision: 47e373047faa02cfa8b0e875227cdf22b3089123
GitOrigin-RevId: e7f89e8fc4c4b6825959435201472ab102478039
Change-Id: I9509c64ce3aafc7a74534cf80283b15b4ccc39cc
This repository contains Fuchsia's Global Integration manifest files.
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 via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.