apprentice has asked for the wisdom of the Perl Monks concerning the following question:
I know all about how to get that information.
However, accurately detecting what is and is not a leak based on an array of values could be tricky.
For instance, some processes may be cyclical in use of certain resources, but max could irregularly increase over time and what about when the increase is only at the end of the list of values, etc.
In this case, it would be better to not have to reinvent the wheel, but I have not been able to find any such algorithms or modules via searching the web, cpan, etc.
Can anyone point me to any such algorithm(s) or contribute your thoughts to how to proceed?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: leak detection in other (non-perl) processes
by zentara (Cardinal) on Mar 23, 2012 at 22:14 UTC | |
|
Re: leak detection in other (non-perl) processes
by JavaFan (Canon) on Mar 23, 2012 at 18:34 UTC | |
by apprentice (Scribe) on Mar 23, 2012 at 18:45 UTC | |
by Eliya (Vicar) on Mar 23, 2012 at 19:21 UTC | |
by apprentice (Scribe) on Mar 23, 2012 at 19:53 UTC | |
by BrowserUk (Patriarch) on Mar 23, 2012 at 20:52 UTC | |
by Eliya (Vicar) on Mar 23, 2012 at 20:17 UTC |