get Bytes and Rate by port and application
Bytes, Bytes Rate of flows where (Port='445') and (Application = 'Application-1')
get sum of Bytes and average of Bytes Rate by Port and Application
sum(Bytes), avg(Bytes Rate) of flows where (Port='445') and (Application = 'Application-1')
get traffic by destination city
sum(Bytes), avg(Bytes Rate) of flows where Destination City = 'City-1' and (Application = 'Application-1')
get flows to application
flow to Application 'Application-1'