Skip to content

Instantly share code, notes, and snippets.

@phact
Last active August 29, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phact/542bef5b704268c448c1 to your computer and use it in GitHub Desktop.
Save phact/542bef5b704268c448c1 to your computer and use it in GitHub Desktop.
Turn off DSE perf services
#Cassandra
dsetool perf clustersummary disable
dsetool perf cqlsysteminfo disable
dsetool perf dbsummary disable
dsetool perf resourcelatencytracking disable
dsetool perf userlatencytracking disable
dsetool perf cqlslowlog disable
dsetool perf cqlslowlog -1
#Search
dsetool perf solrslowlog disable
dsetool perf solrindexingerrorlog disable
dsetool perf solrupdatehandlerstats disable
dsetool perf solrrequesthandlerstats disable
dsetool perf solrindexstats disable
dsetool perf solrcachestats disable
dsetool perf solrlatencysnapshots disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment