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: 868212c9ec63c40820a83631d738ba4005683a4c (
plain
)
1
2
3
#!/bin/bash
cat
$1
|
grep
-e
"^! .* ok"
|
sed
-n
'2p'
|
awk
'{print $17}'