Closed giulianobelinassi closed 2 years ago
New linux versions (> 5.13) provides process_vm_readv and process_vm_writev which can significally reduce the running time of trigger. Quickly patching "read_memory" reduces:
process_vm_writev
real 0m8.407s to real 0m7.448s
real 0m8.407s
real 0m7.448s
On the stress test (Xeon E5-2670 v3).
stress
Done.
New linux versions (> 5.13) provides process_vm_readv and
process_vm_writev
which can significally reduce the running time of trigger. Quickly patching "read_memory" reduces:real 0m8.407s
toreal 0m7.448s
On the
stress
test (Xeon E5-2670 v3).