forked from opendcim/openDCIM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dc_stats.php
231 lines (213 loc) · 7.33 KB
/
dc_stats.php
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<?php
require_once("db.inc.php");
require_once("facilities.inc.php");
if(!isset($_GET["dc"])){
// No soup for you.
header('Location: '.redirect());
exit;
}
$cab=new Cabinet();
$dc=new DataCenter();
$dev=new Device();
$dc->DataCenterID=$_GET["dc"];
$dc->GetDataCenterbyID();
$dcStats=$dc->GetDCStatistics();
$height=0;
$width=0;
$ie8fix="";
if(strlen($dc->DrawingFileName) >0){
$mapfile="drawings/$dc->DrawingFileName";
if(file_exists($mapfile)){
list($width, $height, $type, $attr)=getimagesize($mapfile);
// There is a bug in the excanvas shim that can set the width of the canvas to 10x the width of the image
$ie8fix="
<script type=\"text/javascript\">
function uselessie(){
document.getElementById(\'mapCanvas\').className = \"mapCanvasiefix\";
}
$(document).ready(function() {
uselessie();
});
</script>
<style type=\"text/css\">
.mapCanvasiefix {
width: {$width}px !important;
}
</style>";
}
}
// If no mapfile is set then we don't need the buttons to control drawing the map. Adjust the CSS to hide them and make the heading centered
if(strlen($dc->DrawingFileName) <1 || !file_exists("drawings/$dc->DrawingFileName")){
$screenadjustment="<style type=\"text/css\">.dcstats .heading > div { width: 100% !important;} .dcstats .heading > div + div { display: none; }</style>";
}
if ( $config->ParameterArray["mUnits"] == "english" ) {
$vol = __("Square Feet");
$density = __("Watts per Square Foot");
} else {
$vol = __("Square Meters");
$density = __("Watts per Square Meter" );
}
?>
<!doctype html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><?php echo __("openDCIM Data Center Information Management");?></title>
<link rel="stylesheet" href="css/inventory.php" type="text/css">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
<link rel="stylesheet" href="css/jquery-ui.css" type="text/css">
<script type="text/javascript" src="scripts/jquery.min.js"></script>
<script type="text/javascript" src="scripts/jquery-ui.min.js"></script>
<script type="text/javascript" src="scripts/common.js"></script>
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie.css" type="text/css">
<?php if(isset($ie8fix)){print $ie8fix;} ?>
<script src="scripts/excanvas.js"></script>
<![endif]-->
<script type="text/javascript">
$(document).ready(function(){
$('#mapCanvas').css('width', $('.canvas > img[alt="clearmap over canvas"]').width()+'px');
$('#mapCanvas').parent('.canvas').css('width', $('.canvas > img[alt="clearmap over canvas"]').width()+'px');
});
</script>
</head>
<body>
<div id="header"></div>
<div class="page dcstats" id="mapadjust">
<?php
include( "sidebar.inc.php" );
echo '<div class="main">
<div class="heading">
<div>
<h2>',$config->ParameterArray["OrgName"],'</h2>
<h3>',__("Data Center Statistics"),'</h3>
</div>
</div>
<div class="center"><div>
<div class="centermargin" id="dcstats">
<div class="table border">
<div class="title">',$dc->Name,'<span><a href="search_export.php?datacenterid=',$dc->DataCenterID,'">',__("Export"),'</a></span></div>
<div>
<div></div>
<div>',__("Infrastructure"),'</div>
<div>',__("Occupied"),'</div>
<div>',__("Allocated"),'</div>
<div>',__("Available"),'</div>
</div>
<div>
<div>',sprintf(__("Total U")." %5d",$dcStats["TotalU"]),'</div>
<div>',sprintf("%3d",$dcStats["Infrastructure"]),'</div>
<div>',sprintf("%3d",$dcStats["Occupied"]),'</div>
<div>',sprintf("%3d",$dcStats["Allocated"]),'</div>
<div>',sprintf("%3d",$dcStats["Available"]),'</div>
</div>
<div>
<div>',__("Percentage"),'</div>
<div>',(($dcStats["TotalU"])?sprintf("%3.1f%%",$dcStats["Infrastructure"]/$dcStats["TotalU"]*100):"0"),'</div>
<div>',(($dcStats["TotalU"])?sprintf("%3.1f%%",$dcStats["Occupied"]/$dcStats["TotalU"]*100):"0"),'</div>
<div>',(($dcStats["TotalU"])?sprintf("%3.1f%%",$dcStats["Allocated"]/$dcStats["TotalU"]*100):"0"),'</div>
<div>',(($dcStats["TotalU"])?sprintf("%3.1f%%",$dcStats["Available"]/$dcStats["TotalU"]*100):"0"),'</div>
</div>
</div> <!-- END div.table -->
<div class="table border">
<div>
<div>',__("Computed Wattage"),'</div>
<div>',sprintf("%7d %s", $dcStats["ComputedWatts"], __("Watts")),'</div>
</div>
<div>
<div>',__("Measured Wattage"), '</div>
<div>',sprintf("%7d %s", $dcStats["MeasuredWatts"], __("Watts")),'</div>
</div>
<div>
<div>',__("Design Maximum (kW)"),'</div>
<div>',sprintf("%7d kW",$dc->MaxkW ),'</div>
</div>
<div>
<div>',__("BTU Computation from Computed Watts"),'</div>
<div>',sprintf("%8d ".__("BTU"),$dcStats["ComputedWatts"]*3.412 ),'</div>
</div>
<div>
<div>',__("Data Center Size"),'</div>
<div>',sprintf("%8d %s",$dc->SquareFootage, $vol),'</div>
</div>
<div>
<div>',$density,'</div>
<div>',(($dc->SquareFootage)?sprintf("%8d ".__("Watts"),$dcStats["ComputedWatts"]/$dc->SquareFootage):"0 ".__("Watts")),'</div>
</div>
<div>
<div>',__("Minimum Cooling Tonnage (Based on Computed Watts)"),'</div>
<div>',sprintf("%7d ".__("Tons"),$dcStats["ComputedWatts"]*3.412*1.15/12000),'</div>
</div>
</div> <!-- END div.table -->
</div> <!-- END div.centermargin -->
<br>
<div id="maptitle"><span></span><div class="nav">';
$select='<select>';
foreach(array(
'loadCanvas' => __("Overview"),
'space' => __("Space"),
'weight' => __("Weight"),
'power' => __("Calculated Power"),
'realpower' => __("Measured Power"),
'temperatura' => __("Temperature"),
'humedad' => __("Humidity")
) as $value => $option){
$select.='<option value="'.$value.'">'.$option.'</option>';
}
$select.='</select>';
echo $select.'</div></div>'.$dc->MakeImageMap();
?>
</div></div>
</div><!-- END div.main -->
</div><!-- END div.page -->
<script type="text/javascript">
$(document).ready(function() {
resize();
var firstcabinet=$('#dc<?php echo $dc->DataCenterID;?> > ul > li:first-child').attr('id');
// Don't attempt to open the datacenter tree until it is loaded
function opentree(){
if($('#datacenters .bullet').length==0){
setTimeout(function(){
opentree();
},500);
}else{
expandToItem('datacenters',firstcabinet);
}
}
<?php print $dc->DrawCanvas();?>
// Don't attempt anything with the canvas position until the resize of the screen is complete
var ready=setInterval(function(){
if(window.resized){
<?php print $dc->MakeZoneJS();?>
clearInterval(ready);
}
},500);
$('map[name="datacenter"] area[name^="cab"]').mouseenter(function(){
var pos=$('.canvas').offset();
var coor=$(this).attr('coords').split(',');
var tx=pos.left+parseInt(coor[2])+17;
var ty=pos.top+(parseInt(coor[1])+parseInt(coor[3]))/2-17;
var tooltip=$('<div />').css({
'left':tx+'px',
'top':ty+'px'
}).addClass('arrow_left border cabnavigator tooltip').attr('id','tt').append('<span class="ui-icon ui-icon-refresh rotate"></span>');
var id=$(this).attr('href');
id=id.substring(id.lastIndexOf('=')+1,id.length);
$.post('scripts/ajax_tooltip.php',{tooltip: id, cab: 1}, function(data){
tooltip.html(data);
});
$('body').append(tooltip);
$(this).mouseleave(function(){
tooltip.remove();
});
});
$('#maptitle .nav > select').change(function(){
eval($(this).val()+'()');
});
loadCanvas();
opentree();
});
</script>
</body>
</html>