diff --git a/README.md b/README.md index 2d650ee..3f6112d 100644 --- a/README.md +++ b/README.md @@ -594,6 +594,23 @@ futriix:~> show sessions === Active Sessions === session_12345 - Created: 2026-01-15 10:55:15.123, Last active: 2026-01-15 10:57:30.456 session_12346 - Created: 2026-01-15 10:56:20.789, Last active: 2026-01-15 10:57:15.234 + + +# Статистика транзакций с временными метками + futriix:~> stats transactions +=== Transaction Statistics === + Total transactions: 150 + Committed: 145 (96.7%) + Aborted: 5 (3.3%) + + Average duration: 234 ms + Min duration: 45 ms + Max duration: 1523 ms + + Transactions by hour: + 10:00 - 11:00: 45 transactions + 11:00 - 12:00: 52 transactions + 12:00 - 13:00: 38 transactions ```

(К началу)