ZipGrep is a utility that can list and search zip (.war, .ear, .jar, etc) archives for text patterns, without the need to extract the archive's contents.
One of a set of tools we're offering as a way to say thank you for being a part of the community.
If you don't have a dedicated connection LPM slowness could be due to network congestion, but from my experience the greatest impact on LPM speed is always by memory activity.
It's not the consumed amount of main memory which counts, it's the change rate.
A big amount of static memory can be transferred just easily, but continuously changing memory content is a challenge for LPM.
The more "dynamic" the memory is the longer LPM will have to try to transfer as much memory as possible, and the longer the whole process will take.
There is a short moment where LPAR processing has to be suspended in order to transfer the remaining memory content (which is too dynamic to be transferred on the fly) and to pass control to the target system.
The higher this amount of memory the longer the suspend time - this can potentially lead to application outages.
wmp