about summary refs log tree commit diff stats
path: root/bash/metrics
diff options
context:
space:
mode:
Diffstat (limited to 'bash/metrics')
-rwxr-xr-xbash/metrics18
1 files changed, 18 insertions, 0 deletions
diff --git a/bash/metrics b/bash/metrics
new file mode 100755
index 0000000..ad430b5
--- /dev/null
+++ b/bash/metrics
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+# Metrics Viewer
+# This script displays performance metrics from the unified logging system.
+
+# Source the logging system
+source ./logging.sh
+
+echo "AI Thinking System - Performance Metrics"
+echo "========================================"
+echo ""
+
+# Display metrics summary
+get_metrics_summary
+
+echo ""
+echo "Detailed metrics file: ${METRICS_FILE}"
+echo "Session logs directory: ${LOG_DIR}" 
\ No newline at end of file