Documentation forAppOptics

Function: scale(set[], options)

Given an arbitrary number of series, returns a set of equal length where each value has been multiplied by the transform factor in the options map. The one supported option is:

  • factor - Number by which to multiply every value in the input series by. This value can be represented as a float value, eg. "0.1", "1.34", "1024", etc. or as a simple fraction: "1/1024" (regex: `\d+/\d+`). The second format is provided as a convenience method so that common transforms (bytes->kilobytes) can be done without having to calculate the fractional float values.
scale(s("AppOptics.memory.memory.used", {"@host":"*"}), {factor:"1/1048576"})

Navigation Notice: When the APM Integrated Experience is enabled, AppOptics shares a common navigation and enhanced feature set with other integrated experience products. How you navigate AppOptics and access its features may vary from these instructions.

The scripts are not supported under any SolarWinds support program or service. The scripts are provided AS IS without warranty of any kind. SolarWinds further disclaims all warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose. The risk arising out of the use or performance of the scripts and documentation stays with you. In no event shall SolarWinds or anyone else involved in the creation, production, or delivery of the scripts be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the scripts or documentation.