- vmstat -s // this command will list the page i/p and o/p values at one time. No option for regular interval.
- sar -B 1 5 // this will display you the page values at regular intervals which you mentioned the delay.
- iostat 1 5 // this will aslo display you the page values at regular intervals which you mentioned the delay.
$ getconf PAGESIZE
OR
$ getconf PAGE_SIZE
Output:
4096