我设计了一个使用弹性搜索的应用程序。当我尝试使用 node load.js 编写测试用例时。我有一个问题,当我增加用户数量时,我收到警告“警告:HTTP 请求期间出错:错误:ECONNREFUSED,无法联系 DNS 服务器”并且我无法纠正问题,所以请帮我解决这个错误.
nl.run({
name: "test",
host: 'localhost',
port: 9200,
//path: '/my_river/page/_search?q=sweden',
numUsers: 2000, //Increased my num of user**
timeLimit: 180,
targetRps: 500,
stats: [
'result-codes',
{ name: 'latency', percentiles: [0.9, 0.99] },
'concurrency',
'rps',
'uniques',
{ name: 'http-errors', successCodes: [200,404], log: 'http-errors.log' }
],