index
:
linux-conf-perf
master
Tool for automatic performance analysis of Linux
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cyclictest
/
parse
blob: e83090ace59c2fca507f1b95d186e582aff80542 (
plain
)
1
2
3
#!/bin/bash
cat
|
grep
-e
"^! .* ok
$
"
|
sed
-n
'2p'
|
awk
'{print $17}'