Advertisement
teknoraver

KPTI bench

Jan 8th, 2018
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. root@apu:~# dmesg |grep isolation
  2. [ 0.000000] Kernel/User page tables isolation: enabled
  3. root@apu:~# dd if=/dev/zero of=/dev/null bs=1 count=1M
  4. 1048576+0 records in
  5. 1048576+0 records out
  6. 1048576 bytes (1.0 MB, 1.0 MiB) copied, 5.33092 s, 197 kB/s
  7. root@apu:~# reboot
  8. Connection to apu.teknoraver.net closed by remote host.
  9. matteo@raver:~$ ssh root@apu.teknoraver.net
  10. Linux apu 4.14.12-apu #38 SMP Mon Jan 8 21:17:50 CET 2018 x86_64
  11.  
  12. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  13. permitted by applicable law.
  14. Last login: Mon Jan 8 22:07:39 2018
  15. root@apu:~# dmesg |grep isolation
  16. root@apu:~# dd if=/dev/zero of=/dev/null bs=1 count=1M
  17. 1048576+0 records in
  18. 1048576+0 records out
  19. 1048576 bytes (1.0 MB, 1.0 MiB) copied, 1.07183 s, 978 kB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement