return pools;
}
private static WindowPoolInfo createWindowPoolInfo( WindowPoolStats stats )
{
return new WindowPoolInfo( stats.getName(), stats.getMemAvail(), stats.getMemUsed(),
stats.getWindowCount(), stats.getWindowSize(), stats.getHitCount(),
stats.getMissCount(), stats.getOomCount() );
}