mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 08:12:08 +00:00
19 lines
518 B
ReStructuredText
19 lines
518 B
ReStructuredText
=====================
|
||
Nodetool statusbinary
|
||
=====================
|
||
**statusbinary** - Provides the status of native transport - CQL (binary protocol) In case that you don’t want to use CQL you can disable it using the :doc:`disablebinary <disablebinary>` command. By default CQL is active.
|
||
|
||
For example:
|
||
|
||
::
|
||
|
||
nodetool statusbinary
|
||
Result can be one of the following:running Ornot running
|
||
|
||
See also
|
||
|
||
* :doc:`enablebinary <enablebinary>`
|
||
* :doc:`disablebinary <disablebinary>`
|
||
|
||
.. include:: nodetool-index.rst
|