Hi,
it is possible using transformation script or script DCI. One way is to collect bandwidth usage as usual (like inbound/outbound traffic delta), and then in transformation script return previous value + current delta. To reset it at period start check current time and if it is period start return 0.
Another approach could be to create separate script DCI and use GetSumDCIValue function to calculate to calculate total value over required period for normal bandwidth usage DCI.
Best regards,
Victor
it is possible using transformation script or script DCI. One way is to collect bandwidth usage as usual (like inbound/outbound traffic delta), and then in transformation script return previous value + current delta. To reset it at period start check current time and if it is period start return 0.
Another approach could be to create separate script DCI and use GetSumDCIValue function to calculate to calculate total value over required period for normal bandwidth usage DCI.
Best regards,
Victor