Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120566574
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
Sat, Jul 5, 06:55
Size
221 B
Mime Type
text/x-shellscript
Expires
Mon, Jul 7, 06:55 (2 d)
Engine
blob
Format
Raw Data
Handle
27185240
Attached To
R3704 elastic-yarn
get-experiment-durations
View Options
#!/bin/bash
YARN_PATH=/HDD-2TB/YARN
for dir in $1; do
cd $dir
echo "$dir `ls | grep "TRACE.*trace$"` `ls | grep '^z.*'` `awk '{print $6}' sim.duration | $YARN_PATH/scripts/stats | grep max`"
cd ..
done | column -t
Event Timeline
Log In to Comment