summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheron Spiegl <tspiegl@gmail.com>2020-06-16 17:46:33 -0500
committerGitHub <noreply@github.com>2020-06-16 17:46:33 -0500
commit935ed682eb6fae3e854c8bd34ad185f31c5ee0d5 (patch)
treed00f1bf38514aee1aa7554fff1599f09d0bd6731
parent2e12e73fec9683d95397b032fc3220ee00377ccc (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a86ce6..976ce49 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ $ sudo make install
- _Are there Mac and Windows versions?_
- No. Tracing syscalls on Mac requires `task_for_pid()`, which requires code signing, which I can't get to work, and anyway I have no interest in paying Apple $100/year to write free software. Process Monitor for Windows is pretty great.
+ No. Tracing syscalls on Mac requires `task_for_pid()`, which requires code signing, which I can't get to work, and anyway I have no interest in paying Apple $100/year to write free software. `dtruss` on Mac can be used to follow a single process and its children, though the `-t` flag seems to only accept a single syscall to filter on. `fs_usage` does something similar though I'm not sure if it follows child processes/threads. Process Monitor for Windows is pretty great.
## Known issues: