mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
DB-717 add iterations limit to tokustat
This commit is contained in:
parent
1728a6f7cb
commit
fa0d1d97ad
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ def usage():
|
|||
print "diff the tokudb engine status"
|
||||
print "--host=HOSTNAME (default: localhost)"
|
||||
print "--port=PORT"
|
||||
print "--interations=MAX_ITERATIONS (default: forever)"
|
||||
print "--iterations=MAX_ITERATIONS (default: forever)"
|
||||
print "--interval=TIME_BETWEEN_SAMPLES (default: 10 seconds)"
|
||||
print "--q='show engine tokudb status'"
|
||||
print "--q='select * from information_schema.global_status'"
|
||||
|
|
Loading…
Reference in a new issue