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