Skip to content

Commit

Permalink
add flush/rbs rate info. (yugabyte#45)
Browse files Browse the repository at this point in the history
Process seems cleaner, keeping that for now.
  • Loading branch information
bbaddepudi authored Mar 14, 2019
1 parent afc4a3f commit d01a7fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/latest/admin/yb-tserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Flag | Mandatory | Default | Description
`--flagfile` | N | N/A | Load flags from the specified file.
`--version` | N | N/A | Show version and build info.
`--use_cassandra_authentication` | N | false | If enabled, it will require YCQL client authentication (username/password), enable YCQL security statements (CREATE/DROP/GRANT/REVOKE ROLE and GRANT/REVOKE PERMISSION), and enforce permissions for YCQL statements.
`rocksdb_compact_flush_rate_limit_bytes_per_sec` | N | 256MB | Used to control rate of memstore flush and SSTable file compaction.
`remote_boostrap_rate_limit_bytes_per_sec` | N | 256MB | Rate control across all tablets being remote bootstrapped from or to this process.

## Admin UI

Expand Down

0 comments on commit d01a7fc

Please sign in to comment.