Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102889038
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, 05:48
Size
221 B
Mime Type
text/x-shellscript
Expires
Thu, Feb 27, 05:48 (2 d)
Engine
blob
Format
Raw Data
Handle
24450372
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