powershell / powershell通过jmeter / BSF采样器/ beanshell挂起时运行

时间:2012-12-12 01:46:16

标签: powershell jmeter powercli

我希望有人遇到这个问题,并可能会给我一些关于下一步尝试的提示。

我正在尝试在jmeter中运行一些powercli脚本(在powershell中运行)。 我正在使用beanhell

在jmeter中使用BSF采样器

我正在使用这个脚本:

exec("powershell.exe -PSConsoleFile "C:\Program Files\VMware\InfrastructurVSphere PowerCLI\vim.psc1"
 - command .\CoreApplAdmin.ps1");

测试运行(我在屏幕上看到测试的输出),但测试在运行后没有返回。基本上,它挂了。我不得不杀了jmeter。我在jmeter日志中没有看到任何内容。

有什么想法吗?非常感谢任何信息/建议。

1 个答案:

答案 0 :(得分:0)

使用Os Process sampler,它更符合您的要求