エラスティック検索を使用してアプリを設計しました。そして、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' }
],