Scala执行Shell文件

时间:2018-02-02 10:30:46

标签: scala shell gatling

我有一个.sh文件,我想在Gatling场景完成后在Scala中运行。

是否有人有任何代码可以执行我的sh脚本。

1 个答案:

答案 0 :(得分:2)

你应该使用Gattling提供的后块: -

请参阅:https://gatling.io/docs/current/general/simulation_structure/#hooks

您可以在此处使用: -

after {  println("Simulation is finished!")}

休息全部是纯粹的scala,所以使用@Andrey上面的答案