Commit 0bbe4cfa authored by Aaron Jacobs's avatar Aaron Jacobs

Added flags for flushfs.

parent 9b88ab0c
......@@ -26,6 +26,16 @@ var fType = flag.String(
"",
"The name of the samples/ sub-dir to be mounted.")
var fFlushesFile = flag.String(
"flushfs.flushes_file",
"",
"Path to a file to which flushes should be reported, \\n-separated.")
var fFsyncsFile = flag.String(
"flushfs.fsyncs_file",
"",
"Path to a file to which fsyncs should be reported, \\n-separated.")
func main() {
os.Exit(1)
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment