I would like to know if anyone has any ideas on how to craft an NRQL query to compare CPU usage between various deployed AWS EC2 instance types. Any ideas?
New Relic NRQL: comparing CPU usage between deployed EC2 instance types
1.1k Views Asked by Paul At
1
There are 1 best solutions below
Related Questions in NEWRELIC
- Rails - Logging events with tags or types and getting an email alert - best practices?
- Android - NewRelic/Retrofit - bug with okhttp on every request
- Spring Boot + newRelic
- Charting errors in NewRelic
- NewRelic says "No data reporting for this application"
- Heroku. New Relic Procfile command doesn't work
- How do I add X-Request-Start in HAProxy?
- Does the New Relic REST API support uptime?
- New Relic not logging custom parameters on transactions
- Unable to install new relic on Ubuntu with Jetty server
- webrequest.httprequest not returning any value
- Run New Relic in Xamarin Android application
- preferredTestQuery never use with c3p0 0.9.5.2 and Tomcat 7
- "Compare with yesterday and last week" checkbox disappeared in New Relic
- How to make a curl request with json in jenkins pipeline groovy script
Related Questions in NRQL
- Is `like` more expensive than `=` in New Relic?
- How can I create baseline alert or anomality detection with Newrelic and prometheus metrics?
- Is it possible to get 95% percentile response time data from new relic rest api?
- How to find number of days between 2 dates in different format in NRQL?
- Using IN Operator in Nested Select in NRQL (New Relic)
- Response time graph in New Relic with percentiles
- NRQL IF statement to select wanted value
- New relic to show the errors for all apps togather
- how to calculate packet drop % for AWS NAT Gateway in New Relic
- Query data for unique combinations of facets without COUNT or SUM?
- Getting "Parsing failed" Error for all NRQL queries while posting via HttpURLConnection in Java program
- NRQL using the FACET count value as a filter
- Alerts based on Java Heap Usage
- New Relic NRQL: comparing CPU usage between deployed EC2 instance types
- How to alert on slack about a HTTP request if it takes more time to complete than specific time
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you are using New Relic Infrastructure, you should be able to use NRQL similar to this:
Reference: Default Infrastructure attributes and events
Caveat: I have not used New Relic Infrastructure, and have not tested that query.
If you are not using New Relic Infrastructure, this does not appear to be supported via NRQL. See this related thread and response on the New Relic forum: Query servers CPU usage in New Relic
Also, if you don't need to use NRQL to craft the query, you can create a metric widget using the Metric Explorer that might meets your needs. See: Metric Explorer: Search and chart metrics sent by New Relic agents. Specifically the example: "Add metric widget for CPU usage faceted by host".