nodetool rangekeysample
Returns the sampled keys held across all keyspaces.
Synopsis
nodetool [<connection_options>] rangekeysample| Syntax conventions | Description | 
|---|---|
| UPPERCASE | Literal keyword. | 
| Lowercase | Not literal. | 
| 
 | Variable value. Replace with a valid option or user-defined value. | 
| 
 | Optional.
Square brackets (  | 
| 
 | Group.
Parentheses (  | 
| 
 | Or.
A vertical bar (  | 
| 
 | Repeatable.
An ellipsis (  | 
| 
 | Single quotation (  | 
| 
 | Map collection.
Braces (  | 
| 
 | Set, list, map, or tuple.
Angle brackets (  | 
| 
 | End CQL statement.
A semicolon (  | 
| 
 | Separate the command line options from the command arguments with two hyphens (  | 
| 
 | Search CQL only: Single quotation marks (  | 
| 
 | Search CQL only: Identify the entity and literal value to overwrite the XML element in the schema and solrconfig files. | 
Definition
The short- and long-form options are comma-separated.
Connection options
- -h, --host hostname
- 
The hostname or IP address of a remote node or nodes. When omitted, the default is the local machine. 
- -p, --port jmx_port
- 
The JMX port number. 
- -pw, --password jmxpassword
- 
The JMX password for authenticating with secure JMX. If a password is not provided, you are prompted to enter one. 
- -pwf, --password-file jmx_password_filepath
- 
The filepath to the file that stores JMX authentication credentials. 
- -u, --username jmx_username
- 
The username for authenticating with secure JMX. 
Command arguments
This command takes no arguments.
Examples
Show sampled keys across all keyspaces
nodetool rangekeysampleResults:
---=
RangeKeySample:
	356242581507269238
	-5568512119108849737
	-8044630622444638698
	9139769913044883120
	9139769913044883120
	-9222057613388634431
	-9222057613388634431
	-8774946291924800999
	-8774946291924800999
	-7191538117016975626
	-7191538117016975626
	-4839385740530813564
	-4839385740530813564
	-2391368834889506351
	-2391368834889506351
	-257415902412033945
	-257415902412033945
	2068649272206580393
	2068649272206580393
	4479264904256751477
	4479264904256751477
	6874493789974003618
	6874493789974003618
	-8718305215016653338
	-79752896362648430
	1139519215559584928
	1178565181744072132
	-5883607023773259416
	-5189327806405140569
	2008715943680221220
	3066791452337107542
----