From 0bd1e9906840d8cc9e01f3fc6496eb7193d95afc Mon Sep 17 00:00:00 2001 From: Julien Xfennec Date: Mon, 22 May 2023 11:12:14 +0200 Subject: add a note about macOS in the 'How does it work' section (#179) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d519f3..d1a080e 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,10 @@ and much more. How does it work ---------------- -It simply scans `/proc` for interesting commands, and then looks at +It simply scans `/proc` for interesting commands*, and then looks at directories `fd` and `fdinfo` to find opened files and seek positions, and reports status for the largest file. It's very light and compatible with virtually any command. + +(*) on macOS, it does the same thing using libproc -- cgit v1.2.3