Bestconf can find better configurations for a specific large-scale system under a given application workload.
Given the diverse application workloads, a large-scale system with hundreds of configuration parameters, such as Spark, Hadoop, Cassandra, MySQL and Tomcat, does not necessarily offer the best performance under their default configurations.
Currently, Bestconf has been tested on the following systems:
-------->>>Spark
-------->>>Cassandra
-------->>>Hive+Hadoop
-------->>>Tomcat Server
-------->>>MySQL
-
Download the latest release of BestConf:
curl -O --location https://github.com/zhuyuqing/bestconf/archive/master.zip unzip bestconf-master.zip cd bestconf-master/deploy
-
Set up a system for tuning. We offer two deployable examples in the project: one is called 4BI(Hive+Hadoop under Hibench tests) and the other is called 4tomecat(Tomcat under JMeter tests).
-
Run BestConf command.
On Linux: Update all system and deployment related scripts accordingly and move them to the correct path on the servers. Move the system-specific jar file to lib. (For example, move deploy/4BI/bestconfBI.jar to deploy/lib)
cd deploy bin/start.sh
Import the whole Bestconf project into eclipse and enjoy!~