2 writes to VmSwap
System.Diagnostics.Process (2)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.TryReadStatusFile.cs (2)
109valueParsed = ulong.TryParse(value[..^3], out results.VmSwap); 132results.VmSwap *= 1024;
2 references to VmSwap
System.Diagnostics.Process (2)
System\Diagnostics\ProcessManager.Linux.cs (2)
100PoolPagedBytes = (long)procFsStatus.VmSwap, 105PageFileBytes = (long)procFsStatus.VmSwap,