Open for Voting

Response Time for Script Monitors

Let's say that I've got a script monitor (PowerShell, VBScript, Windows, or Linux) and it returns some data.  That's awesome!  But the "Response Time" information is never populated.  It would be nice if SAM understood how long it took this script to execute and could return it.

Point of clarity:  I (personally) only care about the time that the script took to execute.  I don't care about the connection to the node from the server, the agent response time, or anything else like that.  The script, the whole script, and nothing but the script.
ResponseTime_FR.png

I'd even be willing to update my scripts to return this as an output...

Write-Host "ResponseTime: 1027" #milliseconds