return osUtil;
}
public void activate() {
measurement = new OverloadMeasurement();
sipInitial = measurement.new TrafficState(type(),
TrafficType.SIP_INITIAL);
sipSubsequent = measurement.new TrafficState(type(),
TrafficType.SIP_SUBSEQUENT);
http = measurement.new TrafficState(type(), TrafficType.HTTP);
all = measurement.new TrafficState(type(), TrafficType.ALL);
}