Looping Tharik.


*Dakshika Jayathilaka*
PMC Member & Committer of Apache Stratos
Associate Technical Lead
WSO2, Inc.
lean.enterprise.middleware
0771100911

On Sat, Aug 27, 2016 at 5:02 PM, Aneela Safdar <[email protected]> wrote:

> Hi,
>
> I am trying scatter plot and there are some values missing in the final
> output I dont know why. I am plotting port_numbers against ip_addresses and
> the problem is its keeping only latest ip_address and port_number pair
> discarding any previous port_number related to that ip.
>
> G1 : source_ip as X-axis, source_port as Y-axis and protocol as color
> (type - ordinal)
> G12: destination_ip as X-axis, destination_port as Y-axis and protocol as
> color (type - ordinal)
>
> Below plot is the result of following data
>
> source_ip, source_port, destination_ip, destination_port, protocol
> 192.168.227.102,123,192.168.227.101,21,ftp
> 192.168.227.102,101,192.168.227.101,21,ftp
> 192.168.227.105,445,192.168.227.101,21,ftp
> 192.168.227.105,123,192.168.227.101,21,ftp
> 192.168.227.105,65576,192.168.227.101,22,ssh
> 192.168.227.109,123,192.168.227.101,22,ssh
> 192.168.227.109,123,192.168.227.101,22,ssh
> 192.168.227.109,3345,192.168.227.101,22,ssh
> 192.168.227.233,123,192.168.227.101,445,smb
> 192.168.227.233,123,192.168.227.101,445,smb
> 192.168.227.233,111,192.168.227.101,445,smb
> 192.168.227.202,123,192.168.227.101,3302,smtp
> 192.168.227.202,233,192.168.227.101,3302,smtp
> 192.168.227.102,123,192.168.227.101,3302,smtp
> 192.168.227.102,123,192.168.227.101,25,sql
> 192.168.227.102,123,192.168.227.101,25,sql
>
> For example:
> The only destination_port and dest_ip are the latest ones and similarly
> with source ips. There is no record of  dest_port 3302 or 445 or 21, 22 etc
> in second graph. Where are thesepairs??
>
> Any Suggestions??
>
> [image: Inline image]
>
> Regards,
> Aneela Safdar
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to