-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path20181202-HPCC.html
executable file
·56 lines (51 loc) · 2.66 KB
/
20181202-HPCC.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
<!DOCTYPE HTML>
<head>
<title>iDVL News</title>
<link rel="shortcut icon" href="images/iDVLlogo/V2.png">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<!--<script src="https://d3js.org/d3.v4.min.js"></script>-->
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
$("#sidebar").load("newsSidebar.html");
});
</script>
</head>
<div id="main">
<div id="header"></div>
<div id="site_content">
<div id="sidebar"></div>
<!-- Content here -->
<div class="content newsBox">
<h4><headline><b>iDVL</b> is funded by GRI to monitor HPCC via the visual interface</headline></h4><h5><date>Dec 2, 2018</date></h5><p><fullNews>
<div class="news">
<center><h2>Monitoring Health Status of High Performance Computing Systems</h2></center>
Monitoring data centers is challenging due to their size, complexity, and dynamic nature. This project proposes a visual approach for situational awareness and health monitoring of high-performance computing systems. The visualization requirements are expanded on the following dimensions: 1) High performance computing spatial layout, 2) Temporal domain (historical vs. real-time tracking), and 3) System health services such as temperature, CPU load, memory usage, fan speed, and power consumption. We demonstrate the developed prototype on a medium-scale data center of 10 racks and 467 hosts.
<p/>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/HPCCtemp.gif"/>
</div>
<div style="clear:both;"/>
</div>
<p>The work was developed in collaboration with both industrial and acadamic domain experts:</p>
<ul>
<li><a target="_blank" href="http://www.myweb.ttu.edu/yonchen/">Dr. Yong Chen</a>, Department of Computer Science, Texas Tech University.</li>
<li><a target="_blank" href="https://members.educause.edu/alan-sill">Dr. Alan Sill</a>, Managing Director of HPCC; Co-Director, NSF CAC.</li>
</ul>
<div class="img-area">
<div class="img-middle">
<img src="./images/figures/HPCCfandspeed.gif"/>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>