pairs.add(new HeaderValuePair("max.used.Capacity", maxAvailableServiceCapacity
- freeServiceCapacityQueue.minLength()));
pairs.add(new HeaderValuePair("avg.used.Capacity", maxAvailableServiceCapacity
- freeServiceCapacityQueue.averageLength()));
return new SmartReporter("ServiceStations", 5100, pairs, this);
}