Skip to content

Commit

Permalink
(PE-37113) benchmark: print info legend at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrw committed Jan 5, 2024
1 parent 593e4fc commit 7a4bfdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/puppetlabs/puppetdb/cli/benchmark.clj
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,10 @@
[rate-monitor-ch run-interval commands-per-puppet-run]
(let [run-interval-seconds (time/in-seconds run-interval)
expected-node-message-rate (/ commands-per-puppet-run run-interval-seconds)]
(println-err
(str "q/s - queries per second\n"
"s/q - seconds per query (average completion time)\n"
"err - command or query errors during interval"))
(go-loop [cmds 0
queries 0
errors 0
Expand Down

0 comments on commit 7a4bfdf

Please sign in to comment.