cs.rx_bandwidth = 5000000
    cs.oseg_cache_clean_group=25;
    cs.oseg_cache_entry_lifetime= "10000s"


    ## Use pack across multiple ohs
    #cs.num_random_objects = 0
    #cs.num_pack_objects = nobjects / cs.num_oh
    #cs.object_pack = packname
    #cs.pack_dump = True
    cs.num_random_objects = 0
    cs.object_sl_file='sl.trace.'+str(edgex)+'x'+str(edgey);
    cs.object_sl_center=(384,384,0);
    cs.object_connect_phase = '20s'
    cs.center=[cs.blocksize*edgex/2,cs.blocksize*edgey/2,0]
    cs.zrange=(-10000,10000)
    cs.object_static = 'static'
    cs.object_query_frac = 0.0

    cs.duration = '420s'

    rates = sys.argv[1:]
    nobjectlist=[250,500,750,1000,1250,1500,1750,2000];#+=
    nobjectlist+=[2500,3000,3500,4000,4500]+range(5000,20000,1000)
    nobjectlist.reverse()

    #nobjectlist = [5000];
    
    #nobjectlist=[19000]
    caches=[256]*len(nobjectlist)
    #caches+=[250]*len(nobjectlist)
Beispiel #2
0
    cs.tx_bandwidth = 50000000
    cs.rx_bandwidth = 5000000
    cs.oseg_cache_clean_group = 25
    cs.oseg_cache_entry_lifetime = "10000s"

    ## Use pack across multiple ohs
    #cs.num_random_objects = 0
    #cs.num_pack_objects = nobjects / cs.num_oh
    #cs.object_pack = packname
    #cs.pack_dump = True
    cs.num_random_objects = 0
    cs.object_sl_file = 'sl.trace.' + str(edgex) + 'x' + str(edgey)
    cs.object_sl_center = (384, 384, 0)
    cs.object_connect_phase = '20s'
    cs.center = [cs.blocksize * edgex / 2, cs.blocksize * edgey / 2, 0]
    cs.zrange = (-10000, 10000)
    cs.object_static = 'static'
    cs.object_query_frac = 0.0

    cs.duration = '420s'

    rates = sys.argv[1:]
    nobjectlist = [250, 500, 750, 1000, 1250, 1500, 1750, 2000]
    #+=
    nobjectlist += [2500, 3000, 3500, 4000, 4500] + range(5000, 20000, 1000)
    nobjectlist.reverse()

    #nobjectlist = [5000];

    #nobjectlist=[19000]
    caches = [256] * len(nobjectlist)