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 answers
Related Questions in NEWRELIC
- failed to setup new relic custom instrumentation in my node js app
- New relic in React
- NRI-FLEX Integration Unable to Return the Correct Headers
- INVALID_PARAMETER: The parameter provided does not correspond to any valid entity Terraform NewRelic
- Inconsistencies in Server Performance Arising from Infrastructure Configuration
- Create New Relic SLI for AWS Lambda
- To view percentage change for time periods in NRQL
- Next JS 12 Giving 404 Error for Invalid Static Route JSON File
- How to create alert for low storage on K8sVolumeSample metric in NewRelic
- Why can't New Relic display some metrics for a Ruby on Rails action?
- ERROR: syntax error at or near "entity" LINE 14: FACET entity.name AS 'instanceId'
- Configuring newrelic for RDS
- Persistent apache coredumps originating from NewRelic PHP packageEdit
- New relic not displaing api name for metrics only showing serviceExceute as endpoint
- Error in NewRelic on publishing to kafka in Python
Related Questions in NRQL
- To view percentage change for time periods in NRQL
- How to create alert for low storage on K8sVolumeSample metric in NewRelic
- Is it possible to get 95% percentile response time data from new relic rest api?
- How can I create baseline alert or anomality detection with Newrelic and prometheus metrics?
- Is `like` more expensive than `=` in New Relic?
- How can I compare one field with another in NRQL?
- Convert timestamp with month name to readable time stamp with jq
- NRQL query to fetch highest error rate & slowest average response time
- group by same key UUID across different event and subtract timestamp
- How to get unique AppVersion on unique Uuid in New Relic using NRQL?
- Is there a NewRelic API to consume service levels (SLIs, SLOs)?
- Get Percentage Difference as a separate column when using COMPARE WITH clause in Newrelic NRQL
- NRQL using the FACET count value as a filter
- 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
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?
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)
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".