nodetool gettraceprobability

Get the probability for tracing a request.

Get the current trace probability.

Synopsis

nodetool <options> gettraceprobability 
  • Options are:
    • ( -h | --host ) <host name> | <ip address>
    • ( -p | --port ) <port number>
    • ( -pw | --password ) <password >
    • ( -u | --username ) <user name>
    • ( -pwf <passwordFilePath | --password-file <passwordFilePath> )
  • -- separates an option and argument that could be mistaken for a option.
  • value is a probability between 0 and 1.

Description

Provides the current trace probability. To set the trace probability, see nodetool settraceprobability.