triton-inference-server / client

Triton Python, C++ and Java client libraries, and GRPC-generated client examples for go, java and scala.
BSD 3-Clause "New" or "Revised" License
520 stars 225 forks source link

add json exporting #660

Closed debermudez closed 1 month ago

debermudez commented 1 month ago

New file delivering results in json format. Uses a protocol to act as an interface.

File is too large to take an effective screenshot: profile_export_genai_perf.json

Immediate follow up work needed to clean up how metrics are gathered, because the stats data is now duplicated. Plan is to move the console and csv to use protocols, and update the methods to use the data structure.