Page MenuHomeFreeBSD

salvopolizzi03_gmail.com (Salvo Polizzi)
User

Projects

User does not belong to any projects.

User Details

User Since
Feb 22 2026, 1:22 PM (7 w, 1 d)

Recent Activity

Mar 5 2026

salvopolizzi03_gmail.com added a comment to D55653: procstat: report vm mappings size.
In D55653#1273825, @kib wrote:
In D55653#1273804, @kib wrote:

Why is this needed? Size is end-start.
Note that there are huge amount of scripts used by people who parse procstat vm output based on the text format, with the fixed assignment of the columns. The output layout for text is kind of ABI, due to this.

If you insist that it is must be added, it probably fine for structured output like json/xml, but even less useful because its parsing already requires some full language that can do end-start. For the text columnar format, the new column perhaps requires a new option to enable it.

In which case maybe we add size to the very end? this wasn't mentioned in the review description, but this is related to bug https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293416 for context

Note that the field in the last column, which contains the path, might be empty. This makes additions after it even worse than just breaking the layout as proposed in patch.

I do suggest to add an option to enable the size column.

Mar 5 2026, 4:16 PM

Mar 4 2026

salvopolizzi03_gmail.com updated the diff for D55653: procstat: report vm mappings size.
Mar 4 2026, 8:42 PM
salvopolizzi03_gmail.com requested review of D55653: procstat: report vm mappings size.
Mar 4 2026, 6:54 PM