• /
  • ログイン
  • 無料アカウント

Average browser (end user) page throughput example (v2)

The average browser throughput appears at the top right of the Throughput by browser chart on your Summary page. This is the average pages per minute (PPM) by browser type in the time range shown on the chart.

Average page throughput

To obtain the average for the time range (default is last 30 minutes), use the following command. Be sure to replace the ${APP_ID} and ${API_KEY} variables in this example with your specific application ID and REST API key.

curl -X GET 'https://api.newrelic.com/v2/applications/${APP_ID}/metrics/data.json' \
     -H 'X-Api-Key:${API_KEY}' -i \
     -d 'names[]=EndUser&values[]=requests_per_minute&summarize=true'

その他のヘルプ

さらに支援が必要な場合は、これらのサポートと学習リソースを確認してください:

問題を作成するこのページを編集する
Copyright © 2020 New Relic Inc.