這是對(duì) JMeter 官方網(wǎng)站上一篇文章的翻譯。
點(diǎn)擊這里可以訪問原文JMeterTroubleShooting。
check the log file. This is normally in the launch (i.e. bin) directory, and is called "JMeter.log".
查看 JMeter 的日志文件,通常這個(gè)日志文件在你啟動(dòng) JMeter 的目錄下,例如%JMeter_HOME%in 目錄,文件名通常是 JMeter.log。(這個(gè)日志文件中的內(nèi)容只是與 JMeter 本身運(yùn)行有關(guān)的日志信息,與腳本的執(zhí)行沒有直接關(guān)系,腳本執(zhí)行的情況請(qǐng)查看 JMeter result 文件,擴(kuò)展名為 .jtl——譯者注)
check the JMeter documentation to ensure that the test script has been set up correctly
查看 JMeter 的文檔并確認(rèn)測(cè)試腳本的設(shè)置是正確的
check the JMeterFAQ.
查看 JMeter 官方網(wǎng)站上的 FAQ(常見問題列表)
check the mailing lists to see if anyone else has had the same or a similar problem
查看 JMeter 的用戶郵件列表中是否別人已經(jīng)遇到過跟你一樣或者類似的問題(JMeter 是一個(gè)很受歡迎的開源性能測(cè)試工具,有很多人在使用它進(jìn)行性能測(cè)試,所以很多問題都可以在郵件列表中找到答案。——譯者注)
check Bugzilla - you might have hit a known bug, and there may be a workround documented in Bugzilla
查看 JMeter 官方網(wǎng)站的 Bugzilla(一個(gè)的缺陷跟蹤管理系統(tǒng)——譯者注)——你可能遇到了一個(gè)已知的bug,并且已經(jīng)記錄在 Bugzilla 中了。
try setting the logging level to DEBUG for some or all of the JMeter packages (details are in the JMeter.properties file)
嘗試修改 JMeter 的日志級(jí)別為 DEBUG,以獲得更多的有關(guān) JMeter 運(yùn)行的信息,來確認(rèn)問題的原因。(修改 JMeter 日志級(jí)別請(qǐng)?jiān)?JMeter.properties 文件中搜索 log_level 并修改相應(yīng)的選項(xiàng)——譯者注)
If all the above fail to provide an answer, please read [WWW] How To Ask Questions The Smart Way before posting a message on the the JMeter User mailing list.
如果上面這些都無法幫你解決你遇到的問題,請(qǐng)發(fā)送一個(gè)信息到 JMeter 的用戶郵件列表——發(fā)送前請(qǐng)先看一下“如何聰明的提問http://www.catb.org/~esr/faqs/smart-questions.html。
以上內(nèi)容主要為意譯,同時(shí)盡量忠實(shí)于原文,如果大家發(fā)現(xiàn)譯文有與原文原意相駁的地方,請(qǐng)給我留言,我會(huì)立即修改 ^_^