stats: update sparc fs due to recent changes to memory class.

This commit is contained in:
Nilay Vaish 2013-09-15 13:45:59 -05:00
parent c9e45f01e4
commit 143dfa31df
2 changed files with 147 additions and 169 deletions

View file

@ -8,32 +8,33 @@ time_sync_spin_threshold=200000
[system] [system]
type=SparcSystem type=SparcSystem
children=bridge cpu disk0 hypervisor_desc intrctrl iobus membus nvram partition_desc physmem physmem2 rom t1000 children=bridge clk_domain cpu cpu_clk_domain disk0 hypervisor_desc intrctrl iobus membus nvram partition_desc physmem0 physmem1 rom t1000 voltage_domain
boot_osflags=a boot_osflags=a
clock=2 cache_line_size=64
clk_domain=system.clk_domain
hypervisor_addr=1099243257856 hypervisor_addr=1099243257856
hypervisor_bin=/dist/m5/system/binaries/q_new.bin hypervisor_bin=/scratch/nilay/GEM5/system/binaries/q_new.bin
hypervisor_desc=system.hypervisor_desc hypervisor_desc=system.hypervisor_desc
hypervisor_desc_addr=133446500352 hypervisor_desc_addr=133446500352
hypervisor_desc_bin=/dist/m5/system/binaries/1up-hv.bin hypervisor_desc_bin=/scratch/nilay/GEM5/system/binaries/1up-hv.bin
init_param=0 init_param=0
kernel= kernel=
load_addr_mask=1099511627775 load_addr_mask=1099511627775
mem_mode=atomic mem_mode=atomic
mem_ranges=1048576:68157439 2147483648:2415919103 mem_ranges=1048576:68157439 2147483648:2415919103
memories=system.partition_desc system.physmem system.rom system.hypervisor_desc system.physmem2 system.nvram memories=system.hypervisor_desc system.nvram system.physmem1 system.physmem0 system.partition_desc system.rom
num_work_ids=16 num_work_ids=16
nvram=system.nvram nvram=system.nvram
nvram_addr=133429198848 nvram_addr=133429198848
nvram_bin=/dist/m5/system/binaries/nvram1 nvram_bin=/scratch/nilay/GEM5/system/binaries/nvram1
openboot_addr=1099243716608 openboot_addr=1099243716608
openboot_bin=/dist/m5/system/binaries/openboot_new.bin openboot_bin=/scratch/nilay/GEM5/system/binaries/openboot_new.bin
partition_desc=system.partition_desc partition_desc=system.partition_desc
partition_desc_addr=133445976064 partition_desc_addr=133445976064
partition_desc_bin=/dist/m5/system/binaries/1up-md.bin partition_desc_bin=/scratch/nilay/GEM5/system/binaries/1up-md.bin
readfile=tests/halt.sh readfile=tests/halt.sh
reset_addr=1099243192320 reset_addr=1099243192320
reset_bin=/dist/m5/system/binaries/reset_new.bin reset_bin=/scratch/nilay/GEM5/system/binaries/reset_new.bin
rom=system.rom rom=system.rom
symbolfile= symbolfile=
work_begin_ckpt_count=0 work_begin_ckpt_count=0
@ -47,7 +48,7 @@ system_port=system.membus.slave[0]
[system.bridge] [system.bridge]
type=Bridge type=Bridge
clock=2 clk_domain=system.clk_domain
delay=100 delay=100
ranges=133412421632:133412421639 134217728000:554050781183 644245094400:652835028991 725849473024:1095485095935 1099255955456:1099255955463 ranges=133412421632:133412421639 134217728000:554050781183 644245094400:652835028991 725849473024:1095485095935 1099255955456:1099255955463
req_size=16 req_size=16
@ -55,12 +56,16 @@ resp_size=16
master=system.iobus.slave[0] master=system.iobus.slave[0]
slave=system.membus.master[2] slave=system.membus.master[2]
[system.clk_domain]
type=SrcClockDomain
clock=2
voltage_domain=system.voltage_domain
[system.cpu] [system.cpu]
type=AtomicSimpleCPU type=AtomicSimpleCPU
children=dtb interrupts isa itb tracer children=dtb interrupts isa itb tracer
branchPred=Null
checker=Null checker=Null
clock=2 clk_domain=system.cpu_clk_domain
cpu_id=0 cpu_id=0
do_checkpoint_insts=true do_checkpoint_insts=true
do_quiesce=true do_quiesce=true
@ -79,6 +84,10 @@ max_loads_any_thread=0
numThreads=1 numThreads=1
profile=0 profile=0
progress_interval=0 progress_interval=0
simpoint_interval=100000000
simpoint_profile=false
simpoint_profile_file=simpoint.bb.gz
simpoint_start_insts=
simulate_data_stalls=false simulate_data_stalls=false
simulate_inst_stalls=false simulate_inst_stalls=false
switched_out=false switched_out=false
@ -106,10 +115,15 @@ size=64
[system.cpu.tracer] [system.cpu.tracer]
type=ExeTracer type=ExeTracer
[system.cpu_clk_domain]
type=SrcClockDomain
clock=2
voltage_domain=system.voltage_domain
[system.disk0] [system.disk0]
type=MmDisk type=MmDisk
children=image children=image
clock=2 clk_domain=system.clk_domain
image=system.disk0.image image=system.disk0.image
pio_addr=134217728000 pio_addr=134217728000
pio_latency=200 pio_latency=200
@ -126,21 +140,20 @@ table_size=65536
[system.disk0.image.child] [system.disk0.image.child]
type=RawDiskImage type=RawDiskImage
image_file=/dist/m5/system/disks/disk.s10hw2 image_file=/scratch/nilay/GEM5/system/disks/disk.s10hw2
read_only=true read_only=true
[system.hypervisor_desc] [system.hypervisor_desc]
type=SimpleMemory type=SimpleMemory
bandwidth=0.000000 bandwidth=0.000000
clock=2 clk_domain=system.clk_domain
conf_table_reported=false conf_table_reported=true
in_addr_map=true in_addr_map=true
latency=60 latency=60
latency_var=0 latency_var=0
null=false null=false
range=133446500352:133446508543 range=133446500352:133446508543
zero=false port=system.membus.master[5]
port=system.membus.master[7]
[system.intrctrl] [system.intrctrl]
type=IntrControl type=IntrControl
@ -148,8 +161,7 @@ sys=system
[system.iobus] [system.iobus]
type=NoncoherentBus type=NoncoherentBus
block_size=64 clk_domain=system.clk_domain
clock=2
header_cycles=1 header_cycles=1
use_default_range=false use_default_range=false
width=8 width=8
@ -159,19 +171,18 @@ slave=system.bridge.master
[system.membus] [system.membus]
type=CoherentBus type=CoherentBus
children=badaddr_responder children=badaddr_responder
block_size=64 clk_domain=system.clk_domain
clock=2
header_cycles=1 header_cycles=1
system=system system=system
use_default_range=false use_default_range=false
width=8 width=8
default=system.membus.badaddr_responder.pio default=system.membus.badaddr_responder.pio
master=system.t1000.iob.pio system.t1000.htod.pio system.bridge.slave system.physmem.port system.physmem2.port system.rom.port system.nvram.port system.hypervisor_desc.port system.partition_desc.port master=system.t1000.iob.pio system.t1000.htod.pio system.bridge.slave system.rom.port system.nvram.port system.hypervisor_desc.port system.partition_desc.port system.physmem0.port system.physmem1.port
slave=system.system_port system.cpu.icache_port system.cpu.dcache_port slave=system.system_port system.cpu.icache_port system.cpu.dcache_port
[system.membus.badaddr_responder] [system.membus.badaddr_responder]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=0 pio_addr=0
pio_latency=200 pio_latency=200
@ -189,99 +200,62 @@ pio=system.membus.default
[system.nvram] [system.nvram]
type=SimpleMemory type=SimpleMemory
bandwidth=0.000000 bandwidth=0.000000
clock=2 clk_domain=system.clk_domain
conf_table_reported=false conf_table_reported=true
in_addr_map=true in_addr_map=true
latency=60 latency=60
latency_var=0 latency_var=0
null=false null=false
range=133429198848:133429207039 range=133429198848:133429207039
zero=false port=system.membus.master[4]
port=system.membus.master[6]
[system.partition_desc] [system.partition_desc]
type=SimpleMemory type=SimpleMemory
bandwidth=0.000000 bandwidth=0.000000
clock=2 clk_domain=system.clk_domain
conf_table_reported=false conf_table_reported=true
in_addr_map=true in_addr_map=true
latency=60 latency=60
latency_var=0 latency_var=0
null=false null=false
range=133445976064:133445984255 range=133445976064:133445984255
zero=false port=system.membus.master[6]
port=system.membus.master[8]
[system.physmem] [system.physmem0]
type=SimpleDRAM type=SimpleMemory
activation_limit=4 bandwidth=0.000000
addr_mapping=openmap clk_domain=system.clk_domain
banks_per_rank=8 conf_table_reported=true
channels=1
clock=2
conf_table_reported=false
in_addr_map=true in_addr_map=true
lines_per_rowbuffer=32 latency=60
mem_sched_policy=frfcfs latency_var=0
null=false null=false
page_policy=open
range=1048576:68157439 range=1048576:68157439
ranks_per_channel=2 port=system.membus.master[7]
read_buffer_size=32
tBURST=10
tCL=28
tRCD=28
tREFI=15600
tRFC=600
tRP=28
tWTR=15
tXAW=80
write_buffer_size=32
write_thresh_perc=70
zero=true
port=system.membus.master[3]
[system.physmem2] [system.physmem1]
type=SimpleDRAM type=SimpleMemory
activation_limit=4 bandwidth=0.000000
addr_mapping=openmap clk_domain=system.clk_domain
banks_per_rank=8 conf_table_reported=true
channels=1
clock=2
conf_table_reported=false
in_addr_map=true in_addr_map=true
lines_per_rowbuffer=32 latency=60
mem_sched_policy=frfcfs latency_var=0
null=false null=false
page_policy=open
range=2147483648:2415919103 range=2147483648:2415919103
ranks_per_channel=2 port=system.membus.master[8]
read_buffer_size=32
tBURST=10
tCL=28
tRCD=28
tREFI=15600
tRFC=600
tRP=28
tWTR=15
tXAW=80
write_buffer_size=32
write_thresh_perc=70
zero=true
port=system.membus.master[4]
[system.rom] [system.rom]
type=SimpleMemory type=SimpleMemory
bandwidth=0.000000 bandwidth=0.000000
clock=2 clk_domain=system.clk_domain
conf_table_reported=false conf_table_reported=true
in_addr_map=true in_addr_map=true
latency=60 latency=60
latency_var=0 latency_var=0
null=false null=false
range=1099243192320:1099251580927 range=1099243192320:1099251580927
zero=false port=system.membus.master[3]
port=system.membus.master[5]
[system.t1000] [system.t1000]
type=T1000 type=T1000
@ -291,7 +265,7 @@ system=system
[system.t1000.fake_clk] [system.t1000.fake_clk]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=644245094400 pio_addr=644245094400
pio_latency=200 pio_latency=200
@ -308,7 +282,7 @@ pio=system.iobus.master[0]
[system.t1000.fake_jbi] [system.t1000.fake_jbi]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=549755813888 pio_addr=549755813888
pio_latency=200 pio_latency=200
@ -325,7 +299,7 @@ pio=system.iobus.master[11]
[system.t1000.fake_l2_1] [system.t1000.fake_l2_1]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=725849473024 pio_addr=725849473024
pio_latency=200 pio_latency=200
@ -342,7 +316,7 @@ pio=system.iobus.master[2]
[system.t1000.fake_l2_2] [system.t1000.fake_l2_2]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=725849473088 pio_addr=725849473088
pio_latency=200 pio_latency=200
@ -359,7 +333,7 @@ pio=system.iobus.master[3]
[system.t1000.fake_l2_3] [system.t1000.fake_l2_3]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=725849473152 pio_addr=725849473152
pio_latency=200 pio_latency=200
@ -376,7 +350,7 @@ pio=system.iobus.master[4]
[system.t1000.fake_l2_4] [system.t1000.fake_l2_4]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=725849473216 pio_addr=725849473216
pio_latency=200 pio_latency=200
@ -393,7 +367,7 @@ pio=system.iobus.master[5]
[system.t1000.fake_l2esr_1] [system.t1000.fake_l2esr_1]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=734439407616 pio_addr=734439407616
pio_latency=200 pio_latency=200
@ -410,7 +384,7 @@ pio=system.iobus.master[6]
[system.t1000.fake_l2esr_2] [system.t1000.fake_l2esr_2]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=734439407680 pio_addr=734439407680
pio_latency=200 pio_latency=200
@ -427,7 +401,7 @@ pio=system.iobus.master[7]
[system.t1000.fake_l2esr_3] [system.t1000.fake_l2esr_3]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=734439407744 pio_addr=734439407744
pio_latency=200 pio_latency=200
@ -444,7 +418,7 @@ pio=system.iobus.master[8]
[system.t1000.fake_l2esr_4] [system.t1000.fake_l2esr_4]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=734439407808 pio_addr=734439407808
pio_latency=200 pio_latency=200
@ -461,7 +435,7 @@ pio=system.iobus.master[9]
[system.t1000.fake_membnks] [system.t1000.fake_membnks]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=648540061696 pio_addr=648540061696
pio_latency=200 pio_latency=200
@ -478,7 +452,7 @@ pio=system.iobus.master[1]
[system.t1000.fake_ssi] [system.t1000.fake_ssi]
type=IsaFake type=IsaFake
clock=2 clk_domain=system.clk_domain
fake_mem=false fake_mem=false
pio_addr=1095216660480 pio_addr=1095216660480
pio_latency=200 pio_latency=200
@ -502,7 +476,7 @@ port=3456
[system.t1000.htod] [system.t1000.htod]
type=DumbTOD type=DumbTOD
clock=2 clk_domain=system.clk_domain
pio_addr=1099255906296 pio_addr=1099255906296
pio_latency=200 pio_latency=200
system=system system=system
@ -511,7 +485,7 @@ pio=system.membus.master[1]
[system.t1000.hvuart] [system.t1000.hvuart]
type=Uart8250 type=Uart8250
clock=2 clk_domain=system.clk_domain
pio_addr=1099255955456 pio_addr=1099255955456
pio_latency=200 pio_latency=200
platform=system.t1000 platform=system.t1000
@ -521,7 +495,7 @@ pio=system.iobus.master[13]
[system.t1000.iob] [system.t1000.iob]
type=Iob type=Iob
clock=2 clk_domain=system.clk_domain
pio_latency=2 pio_latency=2
platform=system.t1000 platform=system.t1000
system=system system=system
@ -536,7 +510,7 @@ port=3456
[system.t1000.puart0] [system.t1000.puart0]
type=Uart8250 type=Uart8250
clock=2 clk_domain=system.clk_domain
pio_addr=133412421632 pio_addr=133412421632
pio_latency=200 pio_latency=200
platform=system.t1000 platform=system.t1000
@ -544,3 +518,7 @@ system=system
terminal=system.t1000.pterm terminal=system.t1000.pterm
pio=system.iobus.master[12] pio=system.iobus.master[12]
[system.voltage_domain]
type=VoltageDomain
voltage=1.000000

View file

@ -4,11 +4,11 @@ sim_seconds 2.233778 # Nu
sim_ticks 4467555024 # Number of ticks simulated sim_ticks 4467555024 # Number of ticks simulated
final_tick 4467555024 # Number of ticks from beginning of simulation (restored from checkpoints and never reset) final_tick 4467555024 # Number of ticks from beginning of simulation (restored from checkpoints and never reset)
sim_freq 2000000000 # Frequency of simulated ticks sim_freq 2000000000 # Frequency of simulated ticks
host_inst_rate 3018077 # Simulator instruction rate (inst/s) host_inst_rate 1777607 # Simulator instruction rate (inst/s)
host_op_rate 3019263 # Simulator op (including micro ops) rate (op/s) host_op_rate 1778305 # Simulator op (including micro ops) rate (op/s)
host_tick_rate 6051033 # Simulator tick rate (ticks/s) host_tick_rate 3563977 # Simulator tick rate (ticks/s)
host_mem_usage 556628 # Number of bytes of host memory used host_mem_usage 572484 # Number of bytes of host memory used
host_seconds 738.31 # Real time elapsed on the host host_seconds 1253.53 # Real time elapsed on the host
sim_insts 2228284650 # Number of instructions simulated sim_insts 2228284650 # Number of instructions simulated
sim_ops 2229160714 # Number of ops (including micro ops) simulated sim_ops 2229160714 # Number of ops (including micro ops) simulated
system.hypervisor_desc.bytes_read::cpu.data 16792 # Number of bytes read from this memory system.hypervisor_desc.bytes_read::cpu.data 16792 # Number of bytes read from this memory
@ -19,6 +19,68 @@ system.hypervisor_desc.bw_read::cpu.data 7517 # To
system.hypervisor_desc.bw_read::total 7517 # Total read bandwidth from this memory (bytes/s) system.hypervisor_desc.bw_read::total 7517 # Total read bandwidth from this memory (bytes/s)
system.hypervisor_desc.bw_total::cpu.data 7517 # Total bandwidth to/from this memory (bytes/s) system.hypervisor_desc.bw_total::cpu.data 7517 # Total bandwidth to/from this memory (bytes/s)
system.hypervisor_desc.bw_total::total 7517 # Total bandwidth to/from this memory (bytes/s) system.hypervisor_desc.bw_total::total 7517 # Total bandwidth to/from this memory (bytes/s)
system.nvram.bytes_read::cpu.data 284 # Number of bytes read from this memory
system.nvram.bytes_read::total 284 # Number of bytes read from this memory
system.nvram.bytes_written::cpu.data 92 # Number of bytes written to this memory
system.nvram.bytes_written::total 92 # Number of bytes written to this memory
system.nvram.num_reads::cpu.data 284 # Number of read requests responded to by this memory
system.nvram.num_reads::total 284 # Number of read requests responded to by this memory
system.nvram.num_writes::cpu.data 92 # Number of write requests responded to by this memory
system.nvram.num_writes::total 92 # Number of write requests responded to by this memory
system.nvram.bw_read::cpu.data 127 # Total read bandwidth from this memory (bytes/s)
system.nvram.bw_read::total 127 # Total read bandwidth from this memory (bytes/s)
system.nvram.bw_write::cpu.data 41 # Write bandwidth from this memory (bytes/s)
system.nvram.bw_write::total 41 # Write bandwidth from this memory (bytes/s)
system.nvram.bw_total::cpu.data 168 # Total bandwidth to/from this memory (bytes/s)
system.nvram.bw_total::total 168 # Total bandwidth to/from this memory (bytes/s)
system.physmem1.bytes_read::cpu.inst 8318106840 # Number of bytes read from this memory
system.physmem1.bytes_read::cpu.data 1495885127 # Number of bytes read from this memory
system.physmem1.bytes_read::total 9813991967 # Number of bytes read from this memory
system.physmem1.bytes_inst_read::cpu.inst 8318106840 # Number of instructions bytes read from this memory
system.physmem1.bytes_inst_read::total 8318106840 # Number of instructions bytes read from this memory
system.physmem1.bytes_written::cpu.data 897268422 # Number of bytes written to this memory
system.physmem1.bytes_written::total 897268422 # Number of bytes written to this memory
system.physmem1.num_reads::cpu.inst 2079526710 # Number of read requests responded to by this memory
system.physmem1.num_reads::cpu.data 323962420 # Number of read requests responded to by this memory
system.physmem1.num_reads::total 2403489130 # Number of read requests responded to by this memory
system.physmem1.num_writes::cpu.data 187387796 # Number of write requests responded to by this memory
system.physmem1.num_writes::total 187387796 # Number of write requests responded to by this memory
system.physmem1.num_other::cpu.data 5403067 # Number of other requests responded to by this memory
system.physmem1.num_other::total 5403067 # Number of other requests responded to by this memory
system.physmem1.bw_read::cpu.inst 3723784842 # Total read bandwidth from this memory (bytes/s)
system.physmem1.bw_read::cpu.data 669666123 # Total read bandwidth from this memory (bytes/s)
system.physmem1.bw_read::total 4393450966 # Total read bandwidth from this memory (bytes/s)
system.physmem1.bw_inst_read::cpu.inst 3723784842 # Instruction read bandwidth from this memory (bytes/s)
system.physmem1.bw_inst_read::total 3723784842 # Instruction read bandwidth from this memory (bytes/s)
system.physmem1.bw_write::cpu.data 401682091 # Write bandwidth from this memory (bytes/s)
system.physmem1.bw_write::total 401682091 # Write bandwidth from this memory (bytes/s)
system.physmem1.bw_total::cpu.inst 3723784842 # Total bandwidth to/from this memory (bytes/s)
system.physmem1.bw_total::cpu.data 1071348214 # Total bandwidth to/from this memory (bytes/s)
system.physmem1.bw_total::total 4795133057 # Total bandwidth to/from this memory (bytes/s)
system.physmem0.bytes_read::cpu.inst 612291324 # Number of bytes read from this memory
system.physmem0.bytes_read::cpu.data 97534024 # Number of bytes read from this memory
system.physmem0.bytes_read::total 709825348 # Number of bytes read from this memory
system.physmem0.bytes_inst_read::cpu.inst 612291324 # Number of instructions bytes read from this memory
system.physmem0.bytes_inst_read::total 612291324 # Number of instructions bytes read from this memory
system.physmem0.bytes_written::cpu.data 15400223 # Number of bytes written to this memory
system.physmem0.bytes_written::total 15400223 # Number of bytes written to this memory
system.physmem0.num_reads::cpu.inst 153072831 # Number of read requests responded to by this memory
system.physmem0.num_reads::cpu.data 12152054 # Number of read requests responded to by this memory
system.physmem0.num_reads::total 165224885 # Number of read requests responded to by this memory
system.physmem0.num_writes::cpu.data 1927067 # Number of write requests responded to by this memory
system.physmem0.num_writes::total 1927067 # Number of write requests responded to by this memory
system.physmem0.num_other::cpu.data 14 # Number of other requests responded to by this memory
system.physmem0.num_other::total 14 # Number of other requests responded to by this memory
system.physmem0.bw_read::cpu.inst 274105779 # Total read bandwidth from this memory (bytes/s)
system.physmem0.bw_read::cpu.data 43663267 # Total read bandwidth from this memory (bytes/s)
system.physmem0.bw_read::total 317769046 # Total read bandwidth from this memory (bytes/s)
system.physmem0.bw_inst_read::cpu.inst 274105779 # Instruction read bandwidth from this memory (bytes/s)
system.physmem0.bw_inst_read::total 274105779 # Instruction read bandwidth from this memory (bytes/s)
system.physmem0.bw_write::cpu.data 6894251 # Write bandwidth from this memory (bytes/s)
system.physmem0.bw_write::total 6894251 # Write bandwidth from this memory (bytes/s)
system.physmem0.bw_total::cpu.inst 274105779 # Total bandwidth to/from this memory (bytes/s)
system.physmem0.bw_total::cpu.data 50557518 # Total bandwidth to/from this memory (bytes/s)
system.physmem0.bw_total::total 324663297 # Total bandwidth to/from this memory (bytes/s)
system.partition_desc.bytes_read::cpu.data 4846 # Number of bytes read from this memory system.partition_desc.bytes_read::cpu.data 4846 # Number of bytes read from this memory
system.partition_desc.bytes_read::total 4846 # Number of bytes read from this memory system.partition_desc.bytes_read::total 4846 # Number of bytes read from this memory
system.partition_desc.num_reads::cpu.data 608 # Number of read requests responded to by this memory system.partition_desc.num_reads::cpu.data 608 # Number of read requests responded to by this memory
@ -43,68 +105,6 @@ system.rom.bw_inst_read::total 193527 # In
system.rom.bw_total::cpu.inst 193527 # Total bandwidth to/from this memory (bytes/s) system.rom.bw_total::cpu.inst 193527 # Total bandwidth to/from this memory (bytes/s)
system.rom.bw_total::cpu.data 311755 # Total bandwidth to/from this memory (bytes/s) system.rom.bw_total::cpu.data 311755 # Total bandwidth to/from this memory (bytes/s)
system.rom.bw_total::total 505282 # Total bandwidth to/from this memory (bytes/s) system.rom.bw_total::total 505282 # Total bandwidth to/from this memory (bytes/s)
system.nvram.bytes_read::cpu.data 284 # Number of bytes read from this memory
system.nvram.bytes_read::total 284 # Number of bytes read from this memory
system.nvram.bytes_written::cpu.data 92 # Number of bytes written to this memory
system.nvram.bytes_written::total 92 # Number of bytes written to this memory
system.nvram.num_reads::cpu.data 284 # Number of read requests responded to by this memory
system.nvram.num_reads::total 284 # Number of read requests responded to by this memory
system.nvram.num_writes::cpu.data 92 # Number of write requests responded to by this memory
system.nvram.num_writes::total 92 # Number of write requests responded to by this memory
system.nvram.bw_read::cpu.data 127 # Total read bandwidth from this memory (bytes/s)
system.nvram.bw_read::total 127 # Total read bandwidth from this memory (bytes/s)
system.nvram.bw_write::cpu.data 41 # Write bandwidth from this memory (bytes/s)
system.nvram.bw_write::total 41 # Write bandwidth from this memory (bytes/s)
system.nvram.bw_total::cpu.data 168 # Total bandwidth to/from this memory (bytes/s)
system.nvram.bw_total::total 168 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bytes_read::cpu.inst 612291324 # Number of bytes read from this memory
system.physmem.bytes_read::cpu.data 97534024 # Number of bytes read from this memory
system.physmem.bytes_read::total 709825348 # Number of bytes read from this memory
system.physmem.bytes_inst_read::cpu.inst 612291324 # Number of instructions bytes read from this memory
system.physmem.bytes_inst_read::total 612291324 # Number of instructions bytes read from this memory
system.physmem.bytes_written::cpu.data 15400223 # Number of bytes written to this memory
system.physmem.bytes_written::total 15400223 # Number of bytes written to this memory
system.physmem.num_reads::cpu.inst 153072831 # Number of read requests responded to by this memory
system.physmem.num_reads::cpu.data 12152054 # Number of read requests responded to by this memory
system.physmem.num_reads::total 165224885 # Number of read requests responded to by this memory
system.physmem.num_writes::cpu.data 1927067 # Number of write requests responded to by this memory
system.physmem.num_writes::total 1927067 # Number of write requests responded to by this memory
system.physmem.num_other::cpu.data 14 # Number of other requests responded to by this memory
system.physmem.num_other::total 14 # Number of other requests responded to by this memory
system.physmem.bw_read::cpu.inst 274105779 # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::cpu.data 43663267 # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_read::total 317769046 # Total read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::cpu.inst 274105779 # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_inst_read::total 274105779 # Instruction read bandwidth from this memory (bytes/s)
system.physmem.bw_write::cpu.data 6894251 # Write bandwidth from this memory (bytes/s)
system.physmem.bw_write::total 6894251 # Write bandwidth from this memory (bytes/s)
system.physmem.bw_total::cpu.inst 274105779 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::cpu.data 50557518 # Total bandwidth to/from this memory (bytes/s)
system.physmem.bw_total::total 324663297 # Total bandwidth to/from this memory (bytes/s)
system.physmem2.bytes_read::cpu.inst 8318106840 # Number of bytes read from this memory
system.physmem2.bytes_read::cpu.data 1495885127 # Number of bytes read from this memory
system.physmem2.bytes_read::total 9813991967 # Number of bytes read from this memory
system.physmem2.bytes_inst_read::cpu.inst 8318106840 # Number of instructions bytes read from this memory
system.physmem2.bytes_inst_read::total 8318106840 # Number of instructions bytes read from this memory
system.physmem2.bytes_written::cpu.data 897268422 # Number of bytes written to this memory
system.physmem2.bytes_written::total 897268422 # Number of bytes written to this memory
system.physmem2.num_reads::cpu.inst 2079526710 # Number of read requests responded to by this memory
system.physmem2.num_reads::cpu.data 323962420 # Number of read requests responded to by this memory
system.physmem2.num_reads::total 2403489130 # Number of read requests responded to by this memory
system.physmem2.num_writes::cpu.data 187387796 # Number of write requests responded to by this memory
system.physmem2.num_writes::total 187387796 # Number of write requests responded to by this memory
system.physmem2.num_other::cpu.data 5403067 # Number of other requests responded to by this memory
system.physmem2.num_other::total 5403067 # Number of other requests responded to by this memory
system.physmem2.bw_read::cpu.inst 3723784842 # Total read bandwidth from this memory (bytes/s)
system.physmem2.bw_read::cpu.data 669666123 # Total read bandwidth from this memory (bytes/s)
system.physmem2.bw_read::total 4393450966 # Total read bandwidth from this memory (bytes/s)
system.physmem2.bw_inst_read::cpu.inst 3723784842 # Instruction read bandwidth from this memory (bytes/s)
system.physmem2.bw_inst_read::total 3723784842 # Instruction read bandwidth from this memory (bytes/s)
system.physmem2.bw_write::cpu.data 401682091 # Write bandwidth from this memory (bytes/s)
system.physmem2.bw_write::total 401682091 # Write bandwidth from this memory (bytes/s)
system.physmem2.bw_total::cpu.inst 3723784842 # Total bandwidth to/from this memory (bytes/s)
system.physmem2.bw_total::cpu.data 1071348214 # Total bandwidth to/from this memory (bytes/s)
system.physmem2.bw_total::total 4795133057 # Total bandwidth to/from this memory (bytes/s)
system.membus.throughput 5163367605 # Throughput (bytes/s) system.membus.throughput 5163367605 # Throughput (bytes/s)
system.membus.data_through_bus 11533814443 # Total data (bytes) system.membus.data_through_bus 11533814443 # Total data (bytes)
system.membus.snoop_data_through_bus 0 # Total snoop data (bytes) system.membus.snoop_data_through_bus 0 # Total snoop data (bytes)