show
Command Function
Displays the existing tuning data, which can be overall data or data of a specified round, and analyzes parameter importance.
Syntax
1 | show [-h] {round,top,importance} ... |
Parameter Description
Parameter |
Option |
Description |
|---|---|---|
-h/--help |
- |
Displays the help information about the show subcommand. |
round |
- |
Displays information about a specified round. |
top |
- |
Displays the performance data of the first N rounds in descending order. |
importance |
- |
Analyzes the importance of global parameters. NOTE:
You can set this parameter to find what parameters can improve performance during multiple rounds of tuning. In the command output, a higher value in the importance(%) column indicates stronger correlation between the parameter and the tuning effect. |
Example
- Displaying the full tuning result
1show
Command output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
[2025-05-22 09:20:47 UTC] [KAT] [message] - ============================== Auto Tuning Report ============================== [2025-05-22 09:20:47 UTC] [KAT] [message] - Total round : 10 [2025-05-22 09:20:47 UTC] [KAT] [message] - Total run : 11 [2025-05-22 09:20:47 UTC] [KAT] [message] - Fail times : 0 [2025-05-22 09:20:47 UTC] [KAT] [message] - Application : Spark [2025-05-22 09:20:47 UTC] [KAT] [message] - Application version : 3.3.1 [2025-05-22 09:20:47 UTC] [KAT] [message] - Test tool : spark_tpcds [2025-05-22 09:20:47 UTC] [KAT] [message] - Tuning direction : low [2025-05-22 09:20:47 UTC] [KAT] [message] - Algorithm : HPO [2025-05-22 09:20:47 UTC] [KAT] [message] - Performance description : latency(s) [2025-05-22 09:20:47 UTC] [KAT] [message] - Parameter groups : Spark,System [2025-05-22 09:20:47 UTC] [KAT] [message] - Baseline performance : 38.204 [2025-05-22 09:20:47 UTC] [KAT] [message] - Top 10 performance : [2025-05-22 09:20:47 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:20:47 UTC] [KAT] [message] - | Rank | Round | Performance | Improvement (%) | [2025-05-22 09:20:47 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:20:47 UTC] [KAT] [message] - | 1 | round 9 | 23.932 | 59.64 | [2025-05-22 09:20:47 UTC] [KAT] [message] - | 2 | round 4 | 24.401 | 56.57 | [2025-05-22 09:20:47 UTC] [KAT] [message] - | 3 | round 7 | 24.55 | 55.62 | [2025-05-22 09:20:47 UTC] [KAT] [message] - | 4 | round 6 | 26.219 | 45.71 | [2025-05-22 09:20:47 UTC] [KAT] [message] - | 5 | round 3 | 27.931 | 36.78 | [2025-05-22 09:20:47 UTC] [KAT] [message] - | 6 | round 8 | 28.791 | 32.69 | [2025-05-22 09:20:47 UTC] [KAT] [message] - | 7 | round 10 | 30.64 | 24.69 | [2025-05-22 09:20:47 UTC] [KAT] [message] - | 8 | round 1 | 31.488 | 21.33 | [2025-05-22 09:20:47 UTC] [KAT] [message] - | 9 | round 2 | 37.137 | 2.87 | [2025-05-22 09:20:47 UTC] [KAT] [message] - | 10 | round 5 | 44.262 | -13.69 | [2025-05-22 09:20:47 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:20:47 UTC] [KAT] [message] - Note: [2025-05-22 09:20:47 UTC] [KAT] [message] - The performance value is the return value of the run test step, [2025-05-22 09:20:47 UTC] [KAT] [message] - Performance improvement (%) = [2025-05-22 09:20:47 UTC] [KAT] [message] - (baseline performance - round performance) / round performance * 100 [2025-05-22 09:20:47 UTC] [KAT] [message] - Case package locate: /home/DevKit-CLI-25.xx.xx-Linux-Kunpeng/train-20250522-165754 [2025-05-22 09:20:47 UTC] [KAT] [message] - ================================================================================
- Displaying the data of a specified round (the first round).
1show round 1
Command output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
[2025-05-22 09:21:24 UTC] [KAT] [message] - ======================== info of Round 1 =================================== [2025-05-22 09:21:24 UTC] [KAT] [message] - # Performance: 31.488 [2025-05-22 09:21:24 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:21:24 UTC] [KAT] [message] - ---------------------- Params --------------------------------- [2025-05-22 09:21:24 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:21:24 UTC] [KAT] [message] - Spark: [2025-05-22 09:21:24 UTC] [KAT] [message] - spark.driver.cores = 31 [2025-05-22 09:21:24 UTC] [KAT] [message] - spark.driver.memory = 55 ... ... ... [2025-05-22 09:21:24 UTC] [KAT] [message] - spark.executor.extraJavaOptions(G1HeapWastePercent) = 28 [2025-05-22 09:21:24 UTC] [KAT] [message] - spark.executorEnv.MALLOC_CONF = narenas: 2 [2025-05-22 09:21:24 UTC] [KAT] [message] - System: [2025-05-22 09:21:24 UTC] [KAT] [message] - kernel.numa_balancing = 0 [2025-05-22 09:21:24 UTC] [KAT] [message] - transparent_hugepage_mode = always [2025-05-22 09:21:24 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:21:24 UTC] [KAT] [message] - ---------------------- Run Info -------------------------------- [2025-05-22 09:21:24 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:21:24 UTC] [KAT] [message] - Run record: 1 [2025-05-22 09:21:24 UTC] [KAT] [message] - Result: success [2025-05-22 09:21:24 UTC] [KAT] [message] - Performance: 31.488 [2025-05-22 09:21:24 UTC] [KAT] [message] - Run time: 2025-05-22 09:00:31.574111 [2025-05-22 09:21:24 UTC] [KAT] [message] - Finish time: P2025-05-22 09:00:31.574120 [2025-05-22 09:21:24 UTC] [KAT] [message] - [2025-05-22 09:21:24 UTC] [KAT] [message] - ================================================================================
The command output contains details about all parameters used in a specified tuning round.
- Displaying the data of the top five rounds by performance
1show top 5
Command output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
[2025-05-22 09:21:40 UTC] [KAT] [message] - ============================== Auto Tuning Report ============================== [2025-05-22 09:21:40 UTC] [KAT] [message] - Total round : 10 [2025-05-22 09:21:40 UTC] [KAT] [message] - Total run : 11 [2025-05-22 09:21:40 UTC] [KAT] [message] - Fail times : 0 [2025-05-22 09:21:40 UTC] [KAT] [message] - Application : Spark [2025-05-22 09:21:40 UTC] [KAT] [message] - Application version : 3.3.1 [2025-05-22 09:21:40 UTC] [KAT] [message] - Test tool : spark_tpcds [2025-05-22 09:21:40 UTC] [KAT] [message] - Tuning direction : low [2025-05-22 09:21:40 UTC] [KAT] [message] - Algorithm : HPO [2025-05-22 09:21:40 UTC] [KAT] [message] - Performance description : latency(s) [2025-05-22 09:21:40 UTC] [KAT] [message] - Parameter groups : Spark,System [2025-05-22 09:21:40 UTC] [KAT] [message] - Baseline performance : 38.204 [2025-05-22 09:21:40 UTC] [KAT] [message] - Top 5 performance : [2025-05-22 09:21:40 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:21:40 UTC] [KAT] [message] - | Rank | Round | Performance | Improvement (%) | [2025-05-22 09:21:40 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:21:40 UTC] [KAT] [message] - | 1 | round 9 | 23.932 | 59.64 | [2025-05-22 09:21:40 UTC] [KAT] [message] - | 2 | round 4 | 24.401 | 56.57 | [2025-05-22 09:21:40 UTC] [KAT] [message] - | 3 | round 7 | 24.55 | 55.62 | [2025-05-22 09:21:40 UTC] [KAT] [message] - | 4 | round 6 | 26.219 | 45.71 | [2025-05-22 09:21:40 UTC] [KAT] [message] - | 5 | round 3 | 27.931 | 36.78 | [2025-05-22 09:21:40 UTC] [KAT] [message] - -------------------------------------------------------------------------------- [2025-05-22 09:21:40 UTC] [KAT] [message] - Note: [2025-05-22 09:21:40 UTC] [KAT] [message] - The performance value is the return value of the run test step, [2025-05-22 09:21:40 UTC] [KAT] [message] - Performance improvement (%) = [2025-05-22 09:21:40 UTC] [KAT] [message] - (baseline performance - round performance) / round performance * 100 [2025-05-22 09:21:40 UTC] [KAT] [message] - Case package locate: /home/DevKit-CLI-25.xx.xx-Linux-Kunpeng/train-20250522-165754 [2025-05-22 09:21:40 UTC] [KAT] [message] - ================================================================================
- Displaying the parameter importance analysis information
1show importanceCommand output:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Param Group | Parameter | importance(%) | bound | Top 5 ------------------------------------------------------------------------------------------------------------- Spark |spark.executor.extra|16.74% |[5, 50] |[18, 14, 27, 28, 27] |JavaOptions(G1HeapWa| | | |stePercent) | | | ------------------------------------------------------------------------------------------------------------- Spark |spark.executor.extra|11.63% |[1, 128] |[115, 112, 77, 45, 85] |JavaOptions(Parallel| | | |GCThreads) | | | ------------------------------------------------------------------------------------------------------------- ... ... ... ------------------------------------------------------------------------------------------------------------- Spark |spark.executor.extra|0.02% |('-XX:+UseParallelGC|['-XX:+UseParallelGC', '-XX:+U |JavaOptions(UseGC) | |', '-XX:+UseG1GC') |seParallelGC', '-XX:+UseParall | | | |elGC', '-XX:+UseParallelGC', ' | | | |-XX:+UseParallelGC'] -------------------------------------------------------------------------------------------------------------