in reply to How do I detect what modules are not being used?
This is a relatively naive solution, but one I'd probably give a try.
I don't know if you're running a UNIX variant, but an option would be to set the atime of all modules to a known value, run the application stack and then check what atime have changed.
You'd have to know of course nothing else is touching the modules, like backups, slocate, finds, etc.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How do I detect what modules are not being used?
by Limbic~Region (Chancellor) on Apr 07, 2005 at 13:06 UTC | |
by redlemon (Hermit) on Apr 07, 2005 at 14:56 UTC |