Sindbad~EG File Manager

Current Path : /proc/1603417/root/usr/share/systemtap/examples/io/
Upload File :
Current File : //proc/1603417/root/usr/share/systemtap/examples/io/switchfile.stp

#!/usr/bin/stap

# Usage: stap -o outfile switchfile.stp

probe begin {
  println("Begin logging")
}

probe timer.ms(1000) {
  println("log data")
}

probe timer.ms(5000) {
  switch_file()
}

probe end {
  println("End logging")
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists