cfs-stress tool
Synopsis
Where is the cassandra.yaml
file?
The location of the cassandra.yaml
file depends on the type of installation:
Installation Type | Location |
---|---|
Package installations + Installer-Services installations |
|
Tarball installations + Installer-No Services installations |
|
cfs-stress [options] cfs_directory listen_address
The default IP address is the listen_address
property in the cassandra.yaml
file.
If not using localhost, specify the correct IP address.
Syntax conventions
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. |
Description
The cfs-stress tool
performs stress testing of the Cassandra File System (CFS) layer.
Data | Description |
---|---|
progress |
Total progress of the stress operation. |
bytes |
Total bytes written/read. |
curr rate |
Current rate of bytes being written/read per second. |
avg rate |
Average rate of bytes being written/read per second. |
max latency |
Maximum latency in milliseconds during the current reporting window. |