I am using vmstat on my linux machine, and it shows
➜ ~ vmstat [16:56:44]
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
r b swpd free buff cache si so bi bo in cs us sy id wa st
1 0 0 18290200 1056100 8039540 0 0 1 6 4 7 1 0 99 0 0
when I check man vmstat, it says swpd: the amount of virtual memory used. which doesn't make any sense to me, because how can my virtual memory used is zero? Is the man page of vmstat wrong?