-
Notifications
You must be signed in to change notification settings - Fork 0
/
template_jobrate.html
77 lines (70 loc) · 4.91 KB
/
template_jobrate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Opportunistic Resources provided by the OSG Site for the OSG Open Facility (2014-09-01 - 2014-09-30)</title>
<style>
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 17px;
margin:50px 0;
}
td {
border-top: 2px solid #ccc;
}
/* Define the background color for all the EVEN background rows */
tr:nth-child(even){
background: #fad7be;
}
</style>
</head>
<body>
<div class="container-narrow" style="width:770px; margin:0 auto; text-align:center">
<div class="masthead">
<h3 class="muted"><img src="http://www.opensciencegrid.org/wp-content/themes/osg/images/new_osglogo.78x40.png"><!--<img src="http://www.opensciencegrid.org/wp-content/themes/osg/images/osg.diamonds.64.png">--><img src="http://www.opensciencegrid.org/wp-content/themes/osg/images/open_science_grid.png"></h3>
</div>
</div>
<div style="width:770px; margin:0 auto; font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 17px;">
<div style="background:#ee8130; width:100%; padding:15px; margin:10px 0; font-size:20px; line-height:25px;">$VO Production Jobs Success Rate on the OSG Resources ($START - $END).</div>
<h3> Summary</h3>
<table cellpadding="7" cellspacing="0" border="0" width="100%" style="clear:both;">
<tr>
<th style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Site</td>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Total Jobs</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Failed Jobs</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Success Rate</th>
</tr>
$TABLE_SUMMARY
</table>
<h3>Failed Job Details (100 clusters shown here)</h3>
<table cellpadding="7" cellspacing="0" border="0" width="100%" style="clear:both;">
<tr>
<th style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Cluster</td>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">UserId</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Total Jobs</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Failed Jobs</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">JobId</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Start Time</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">End Time</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Site</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Host</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">ExitCode</th>
</tr>
$TABLE_JOBS
</table>
<h3>Site Details</h3>
<table cellpadding="7" cellspacing="0" border="0" width="100%" style="clear:both;">
<tr>
<th style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Site</td>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Total Jobs</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Failed Jobs</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Success Rate</th>
<th style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Bad Host</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Exit Code</th>
<th align="right" style="font-weight:bold; text-transform: uppercase; letter-spacing:1px; font-size:11px; color:#ee8130">Failed Jobs on Host</th>
</tr>
$TABLE
</table>
</div>
</body>
</html>