BES Relays with High Connections WebReport

written by Calilaugh

Hi All,

I’m trying to produce a report for Relay servers with a high number of connections. Currently I use QNA in webreports and use " (it, multiplicity of it) of an unique values of relay servers of bes computers". How do I create a webrerpot that will send me this information automatically and produce the output in descending order. I’m still new to TEM. Thank You!

written by TJessee

In your reports, create a custom report with this

<?relevance ( html "" & html ("") & it & html "
Relay Clients
" ) of concatenations of trs of ( td of it & td "align=left" of (multiplicity of it as string) ) of unique values of relay servers of bes computers ?>

written by jgstew

you can filter the report to only contain relays with connections over a certain threshold:

(it, multiplicity of it) of an unique values whose(multiplicty of it > 1000) of relay servers of bes computers