Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 GNU/Linux 中量化这一点的最佳技术是什么。
这不完全是一个答案,但是..
如果您的意思是写入文件,您可以使用strace并查找pwrite或lseek+write组合。检查偏移量pwrite或lseek找出其顺序与否。
strace
pwrite
lseek
write