[COMMIT scylla-cluster-tests master] feature(nosqlbench): add documentation

2 views
Skip to first unread message

Commit Bot

<bot@cloudius-systems.com>
unread,
Sep 27, 2021, 10:20:36 AM9/27/21
to scylladb-dev@googlegroups.com, Dmitry Kropachev
From: Dmitry Kropachev <dmitry.k...@gmail.com>
Committer: Bentsi <ben...@scylladb.com>
Branch: master

feature(nosqlbench): add documentation

---
diff --git a/sdcm/nosql_thread.py b/sdcm/nosql_thread.py
--- a/sdcm/nosql_thread.py
+++ b/sdcm/nosql_thread.py
@@ -25,6 +25,12 @@


class NoSQLBenchStressThread(DockerBasedStressThread): # pylint: disable=too-many-instance-attributes
+ """
+ A stress thread that is running NoSQLBench docker on remote loader and getting results back
+ If you have questions regarding NoSQLBench command line please checkout following documentation:
+ https://github.com/scylladb/scylla-cluster-tests/blob/master/docs/sct-events.md
+ """
+
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self._per_loader_count = {}
Reply all
Reply to author
Forward
0 new messages