Skip to content

Commit

Permalink
docs: fixed incorrect description
Browse files Browse the repository at this point in the history
  • Loading branch information
komar007 committed Sep 10, 2024
1 parent 55ea90f commit ecb150b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ fast, especially if you need to enumerate all the processes (that's what `ps --f
calculate the process trees). And having to calculate the loads for a number of windows meant doing
the heavy work a number of times.

So `pidtree_mon` is a solution to this problem. It optimizes this task by spawining the daemon that
computes the process forest once a second and calculates total loads for requested subtrees on
demand.
So `pidtree_mon` is a solution to this problem. It optimizes this task by spawining a daemon that
computes the process forest once a second and calculates total loads for all subtrees, and then
allows clients to read the data they are interested in on demand.

The exact counterpart of the above configuration using `pidtree_mon` would be:

Expand Down

0 comments on commit ecb150b

Please sign in to comment.