Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
BSD 3-Clause "New" or "Revised" License
93
stars
47
forks
source link
"Total consumed energy by NAND (uJ)" number is 0 in stats.txt #28
Open
minhson opened 2 years ago
Running Environment (please complete the following information):
Execution information
--root-device=/dev/sdb1
!/bin/bash
m5 resetstats ./fio --direct=1 --ioengine=libaio --iodepth=1 --bs=4k \ --rw=read --numjobs=1 --name=test --write_lat_log=test \ --write_iops_log=test --write_bw_log=test \ --log_avg_msec=10 --time_based --runtime=5s \ --randseed=13425 --filename=/dev/nvme0n1 --size=32m m5 dumpstats m5 writefile test_clat.1.log m5 writefile test_slat.1.log m5 writefile test_lat.1.log m5 writefile test_iops.1.log m5 writefile test_bw.1.log m5 exit
Explain what you want to ask here:
Hello, i run the simplessd-fullsystem with the configurations and commands as mentioned above. However, the "Total consumed energy by NAND (uJ)" from stats.txt is 0. The details of stats.txt file is in: https://drive.google.com/drive/folders/12gNa-XEoD1gxuDncmTPnZOvFlI9KPH5q?usp=sharing
Thank you!