We have a pretty big install, that seems to semi-regularly fail at about 11am on a Wednesday (in a completely different timezone - which is nice). We're trying to track down "why?" using all the usual things:
- AwareIM Logging files for review
- AWS RDS MySQL logging for review
We use AWS and Cloudwatch a little, but haven't really gotten into it. My question is, has anyone set this up properly with Aware? We use Linux OS on our ESC2 instances, what I would really like to be able to track is similar to the "top" linux command and specifically the 2 x "Java" processes that is Aware and the CPU/Memory that is being consumed on a minute-by-minute basis.
One thing I can't get my head around...
Cloudwatch reports "CPU Utilisation" and it never peaks over 37% (so this seems fine), but when I look at the CPU/Memory utilisation of the two Java processes (using linux "sudo top" command) we often are peaking at 130%, so they seem to report quite different things.
Any tips/learnings for how to set this up would be greatly appreciated?