You can use measures from Silk Performer to measure the performance and reliability of your applications based on custom data. Beside measures that are explicitly created by functions in a script, you can also import summary measures.
To add such new measures to Silk Performance Manager:
[PE_]<measure_name>\<measure_type_name>The prefix PE_ is optional and works similar as the corresponding prefix for custom counters in Silk Performance Manager. If the performance prefix is specified and the monitor is configured accordingly in Silk Performance Manager, the measure is considered for performance metric calculation in Silk Performance Manager. The measure_name is what at some places in Silk Performer is called the key to a measurement group. The measure name is the name you can specify when using script functions like WebPageUrl or BrowserNavigate functions in Silk Performer. For example, the BDL code BrowserNavigate("http://lnz-testsite/tti/slowImages.php?count=4", "Slow image"); creates the measure with the name Slow image. A corresponding special project attribute in Silk Performer could have the value PE_Slow image\Time To Interact[s].