Can someone point me to the documentation or breakdown the cs-uri-query component in crm iis log?
when the uri stem is like:
XRMServices/2011/Organization.svc
there is usually a uri query like:
+OnBeginRequest:09/26/2015-00:01:10.490+SdkB(Retrieve:2):00:01:10.490+SdkE:00:01:10.506+LogEntries:0+SDKSqlCalls:1+SDKSqlCallsMs:0+GC:369+LogEntries:0+SqlCalls:0+SqlCallsMs:0+GC:369+OnEndRequest:00:01:10.506
with these details what can we learn about the request? Are the LogEntries, SqlCalls, SqlCallsMs, GC fields counts? I am interested in performance indicators and what I can garner from the iis logs.