我们使用 New Relic,我的任务是想办法每天早上发送一封电子邮件,其中包含我们通宵负载和性能测试的结果。我需要能够发送测试运行的某个时间范围的快照,显示吞吐量、Web 事务时间、顶级数据库调用等内容。
问问题
135 次
1 回答
0
You can generate dynamic permalinks for any given time window in New Relic by using UNIX time. For example:
https://rpm.newrelic.com/accounts/<your_account_id>/applications/<your_application_id>?tw%5Bend%5D=1501877076&tw%5Bstart%5D=1501875276
Adjust the tw[end]
and tw[start]
values to the time range you want to return.
于 2017-08-04T20:07:14.470 回答