Know of any tools to monitor the REAL performance

2019-07-10 16:21发布

There are times (like this morning for 15 minutes) when the performance of my cc1.4xlarge is horrible and it is not anything running on my instance as evidenced by the aws console monitoring graphs and my own investigation.

It seems like the physical box that it is on is having problems or maybe Xen isn't properly allocating resources.

Are there any tools that will monitor not the "reported" stats on the CPU and disk, but do actual performance tests, e.g. divide some floats 1,000 times and make sure it completes within a typical time, write/read stuff to disk?

3条回答
放荡不羁爱自由
2楼-- · 2019-07-10 17:07

Manage Engine is an amazing Amazon EC2 Monitoring tool. It has 30-days trial. You should try.

  1. CPU Utilization, Network Traffic, Disk I/O
  2. Metrics of Attached EBS Volumes
  3. Out-of-the-box Performance Reports

Manage Engine WebSite

查看更多
别忘想泡老子
3楼-- · 2019-07-10 17:25

CopperEgg monitors EC2 instances every 5 seconds and not only shows CPU and other key performance metrics, but CPU components, like Steal and IOwait, which can be real performance robbers on AWS.

http://copperegg.com/aws

查看更多
冷血范
4楼-- · 2019-07-10 17:27

What about Nagios? Its monitoring agent is quite powerful.

查看更多
登录 后发表回答