Просмотр исходного кода

Remove duplicated params in dstat (#4667)

Nate 6 лет назад
Родитель
Сommit
4a57a8c26e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      toolset/benchmark/benchmarker.py

+ 2 - 2
toolset/benchmark/benchmarker.py

@@ -285,8 +285,8 @@ class Benchmarker:
         output_file = "{file_name}".format(
             file_name=self.results.get_stats_file(framework_test.name,
                                                   test_type))
-        dstat_string = "dstat -Tafilmprs --aio --fs --ipc --lock --raw --socket --tcp \
-                                      --raw --socket --tcp --udp --unix --vm --disk-util \
+        dstat_string = "dstat -Tafilmprs --aio --fs --ipc --lock --socket --tcp \
+                                      --raw --udp --unix --vm --disk-util \
                                       --rpc --rpcd --output {output_file}".format(
             output_file=output_file)
         cmd = shlex.split(dstat_string)