Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120939087
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
Mon, Jul 7, 22:53
Size
176 B
Mime Type
text/x-shellscript
Expires
Wed, Jul 9, 22:53 (2 d)
Engine
blob
Format
Raw Data
Handle
27211718
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