Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102912759
get-experiment-durations
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 25, 10:50
Size
176 B
Mime Type
text/x-shellscript
Expires
Thu, Feb 27, 10:50 (2 d)
Engine
blob
Format
Raw Data
Handle
24433476
Attached To
R3704 elastic-yarn
get-experiment-durations
View Options
#!/bin/bash
for dir in exp*
do
cd $dir
echo "$dir `ls | grep "TRACE.*trace$"` `ls | grep '^z.*'` `awk '{print $6}' sim.duration | ~/stats | grep max`"
cd ..
done | column -t
Event Timeline
Log In to Comment