Skip to content

Releases: bakthava/LLM-Metrics-Visualizer

Version 0.2 - JDK 8 Compatible

08 Apr 23:45

Choose a tag to compare

JDK 8 Compatibility Release

  • Compiled with Java 8 target (release 8)
  • Bytecode version 52 (compatible with JDK 8 and later)
  • All features from v0.1 maintained
  • Ready for production use on Java 8+ environments

Features:

  • TTFT (Time to First Token) measurement
  • TPOT (Time per Output Token) calculation
  • RPS (Requests per Second) tracking
  • Input/Output token metrics per request and per minute
  • Response time percentiles (Min, Avg, Max, 90th)
  • Grouped metrics by sampler name

v0.1 - LLM Metrics Visualizer

28 Mar 18:14

Choose a tag to compare

Initial release of LLM Metrics Visualizer JMeter Plugin.

A custom JMeter listener that captures real-time LLM performance metrics:

  • TTFT (Time To First Token)
  • TPOT (Time Per Output Token)
  • RPS, input/output tokens per minute
  • Per-sampler aggregation with 90th percentile

Compatible with Java 8+ and JMeter 5.6.3+