aboutcode-org / aboutcode-org/tracecode-toolkit-strace

suggestions for improving strace command

未關閉
#2 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
Python
星號
25
分支
8
PR 合併指標
30 天內沒有已合併 PR

描述

For our paper we used the following strace options:

strace -e trace=file,process,dup,dup2,close,pipe,pipe2,fcntl -q -f -s 512

The -e option might be useful to reduce the amount of data that is stored. We actually stored quite a bit of data (512 bytes) per trace call. I don't clearly remember if that was too much or not, but since the paths in the Nix store can be quite long I think that's why ;-)

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。