- Display Name
Costly Session - Too Big [BB]
- Internal Name
E_REPORT_WS_SESSION_COSTLY_TOO_BIG
- Advanced Mode only
- True
- Description
- Counts sessions that are too big
- ImageSrc
- default.gif
- DisplayInPortal
- false
- DisplayInSessionList
- false
- Trigger
SessionEnd
JavaScript™: (Advanced Mode only)
// Costly Session - Too Big [BB]
function %%NameSpace%%$%%InternalName%%()
{ if (($S.TotalREQBytes + $S.TotalRSPBytes) > 5242880)
{ $F.setFact("%%NameSpace%%.%%Fact1%%", 'TLT$NULL');
}
}