Releases: bakthava/LLM-Metrics-Visualizer
Releases · bakthava/LLM-Metrics-Visualizer
Version 0.2 - JDK 8 Compatible
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
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+