Skip to content

DCOSLAB/trace_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

trace_extractor

File I/O trace extractor for smart device apps

  • I/O extraction with ftrace
  1. Push the files to device.

desktop@Workstation$ adb push block_io_debugfs.sh /sdcard/

  1. Extract trace from the device.

desktop@Workstation$ adb shell

root@android# cd /sdcard

root@android:/sdcard# source block_io_debugfs.sh start

  1. Stop trace from the device.

root@android:/sdcard# source block_io_debugfs.sh end [file name]

  • I/O extraction with blktrace

This shell script runs applications every 60s and then collects I/O trace with blktrace.

desktop@Workstation$ adb push block_io_nexus5.sh /sdcard/

root@android# cd /sdcard

root@android:/sdcard # source block_io_nexus5.sh 1 2 3 4 5

About

File I/O trace extractor for smart device apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages