Add support for performance statistics for all requests sent to the OCPP
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 13 Aug 2021 18:20:51 +0000 (20:20 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 13 Aug 2021 18:20:51 +0000 (20:20 +0200)
commitaef1b33aa631deaf5c939dc6a232ca8cc8147fc6
tree4a5b196440f95627e0f4e5d37938417d41225f69
parenta0ba4ced5cf822e9ff2ac192c17d1d954f32d139
Add support for performance statistics for all requests sent to the OCPP
server.

The distinction between request and response is not done.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ocpp/1.6/OCPP16RequestService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/types/Statistics.ts [moved from src/types/CommandStatistics.ts with 59% similarity]
src/utils/PerformanceStatistics.ts