- avoid UBSAN conversions
- print N/A on no data (i.e. as unprivileged user)
- fix rate calculation to show bytes (instead of a thousandth)
- print bytes as human number (i.e. 8MB) instead of 8388608
- stabilize sorting by adjusting NAN values to very tiny negative number
[VXID]={.name="VXID",.title=" VXID ",.description="VServer process ID",.flags=PROCESS_FLAG_LINUX_VSERVER,},
#endif
[RCHAR]={.name="RCHAR",.title="RD_CHAR ",.description="Number of bytes the process has read",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[WCHAR]={.name="WCHAR",.title="WR_CHAR ",.description="Number of bytes the process has written",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[SYSCR]={.name="SYSCR",.title="RD_SYSC ",.description="Number of read(2) syscalls for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[SYSCW]={.name="SYSCW",.title="WR_SYSC ",.description="Number of write(2) syscalls for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[RBYTES]={.name="RBYTES",.title="IO_RBYTES",.description="Bytes of read(2) I/O for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[WBYTES]={.name="WBYTES",.title="IO_WBYTES",.description="Bytes of write(2) I/O for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[CNCLWB]={.name="CNCLWB",.title="IO_CANCEL",.description="Bytes of cancelled write(2) I/O",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[IO_READ_RATE]={.name="IO_READ_RATE",.title="DISK READ ",.description="The I/O rate of read(2) in bytes per second for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[RCHAR]={.name="RCHAR",.title="RCHAR ",.description="Number of bytes the process has read",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[WCHAR]={.name="WCHAR",.title="WCHAR ",.description="Number of bytes the process has written",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[SYSCR]={.name="SYSCR",.title=" READ_SYSC ",.description="Number of read(2) syscalls for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[SYSCW]={.name="SYSCW",.title=" WRITE_SYSC ",.description="Number of write(2) syscalls for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[RBYTES]={.name="RBYTES",.title=" IO_R ",.description="Bytes of read(2) I/O for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[WBYTES]={.name="WBYTES",.title=" IO_W ",.description="Bytes of write(2) I/O for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[CNCLWB]={.name="CNCLWB",.title=" IO_C ",.description="Bytes of cancelled write(2) I/O",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[IO_READ_RATE]={.name="IO_READ_RATE",.title=" DISK READ ",.description="The I/O rate of read(2) in bytes per second for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[IO_WRITE_RATE]={.name="IO_WRITE_RATE",.title=" DISK WRITE ",.description="The I/O rate of write(2) in bytes per second for the process",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[IO_RATE]={.name="IO_RATE",.title=" DISK R/W ",.description="Total I/O rate in bytes per second",.flags=PROCESS_FLAG_IO,.defaultSortDesc=true,},
[CGROUP]={.name="CGROUP",.title=" CGROUP ",.description="Which cgroup the process is in",.flags=PROCESS_FLAG_LINUX_CGROUP,},