Skip to content

Calculate some network parameters of links in ONOS 2.4

Notifications You must be signed in to change notification settings

vanvantong/onos-parameters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Network parameters in ONOS

  • Calculate network parameters of links (delay, packet loss and link utilization on each link)

  • Change above files following below directories to measure parameters against time (please backup these files before changing it).

  • These files are used for ONOS 2.4.

  • Directories:

    LinkDiscovery: onos/providers/lldpcommon/src/main/java/org/onosproject/provider/lldpcommon/LinkDiscovery.java
    
    ONOSLLDP: onos/utils/misc/src/main/java/org/onlab/packet/ONOSLLDP.java
    
    LldpLinkProvider: onos/providers/lldp/src/main/java/org/onosproject/provider/lldp/impl/LldpLinkProvider.java
    
  • The network parameters are measured and stored at "/home/vantong/onos/providers/lldpcommon/src/main/java/org/onosproject/provider/lldpcommon/link_para.csv".

Note: Please change "vantong" in source code to the name of your computer.

About

Calculate some network parameters of links in ONOS 2.4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages