projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e564f3a
)
Non-python extraction
author
Dan White
<dan@whiteaudio.com>
Sun, 18 Sep 2011 02:52:13 +0000
(21:52 -0500)
committer
Dan White
<dan@whiteaudio.com>
Sun, 18 Sep 2011 02:52:13 +0000
(21:52 -0500)
timeSampler
patch
|
blob
|
history
diff --git
a/timeSampler
b/timeSampler
index 7ddb201b0357cc840e09812b9baea008fb73cb93..1fa7e0dc9a76a3a275f614ad6b6f315a41c603cd 100755
(executable)
--- a/
timeSampler
+++ b/
timeSampler
@@
-25,7
+25,8
@@
for i in $(seq 0 $MAXJOBS); do
done
function lastActivity {
- python -c "print ' '.join(open('$LOGFILE').readlines()[-1].split()[2:])"
+ #python -c "print ' '.join(open('$LOGFILE').readlines()[-1].split()[2:])"
+ tail -1 $LOGFILE | cut -d' ' -f3-
}
# popup without blocking main script