2012-10-24 03:39:51 -04:00
|
|
|
<!DOCTYPE HTML>
|
2012-10-24 05:09:43 -04:00
|
|
|
<!--
|
|
|
|
~ Druid - a distributed column store.
|
|
|
|
~ Copyright (C) 2012 Metamarkets Group Inc.
|
|
|
|
~
|
|
|
|
~ This program is free software; you can redistribute it and/or
|
|
|
|
~ modify it under the terms of the GNU General Public License
|
|
|
|
~ as published by the Free Software Foundation; either version 2
|
|
|
|
~ of the License, or (at your option) any later version.
|
|
|
|
~
|
|
|
|
~ This program is distributed in the hope that it will be useful,
|
|
|
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
~ GNU General Public License for more details.
|
|
|
|
~
|
|
|
|
~ You should have received a copy of the GNU General Public License
|
|
|
|
~ along with this program; if not, write to the Free Software
|
|
|
|
~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
-->
|
|
|
|
|
2012-10-24 03:39:51 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Druid Master Console</title>
|
|
|
|
<link rel="shortcut icon" type="image/ico" href="images/favicon.ico">
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
<meta name="Description" content="Druid Master Console Page" />
|
|
|
|
|
|
|
|
<style type="text/css">@import "css/style.css";</style>
|
|
|
|
<style type="text/css">@import "css/demo_table.css";</style>
|
|
|
|
|
|
|
|
<script type="text/javascript" src="js/underscore-1.2.2.js"></script>
|
2012-12-05 18:39:59 -05:00
|
|
|
<script type="text/javascript" src="js/jquery-1.8.3.js"></script>
|
2012-10-24 03:39:51 -04:00
|
|
|
<script type="text/javascript" src="js/jquery.dataTables-1.8.2.js"></script>
|
|
|
|
<script type="text/javascript" src="js/druidTable-0.0.1.js"></script>
|
|
|
|
<script type="text/javascript" src="js/init-0.0.2.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="heading">Cluster Servers</div>
|
|
|
|
<div id="avg_server_metric"></div>
|
|
|
|
<div class="loading">Loading server data... this may take a few minutes</div>
|
|
|
|
<table id="servers"></table>
|
|
|
|
|
|
|
|
<div class="heading">Cluster Segments</div>
|
|
|
|
<div id="master"></div>
|
|
|
|
<div class="loading">Loading segment data... this may take a few minutes</div>
|
|
|
|
<table id="segments"></table>
|
|
|
|
|
2013-05-15 18:37:04 -04:00
|
|
|
<!--<div class="heading">User Console</div>
|
2012-10-24 03:39:51 -04:00
|
|
|
<div>Selected Segments</div>
|
|
|
|
<div id="selected_segments"></div>
|
|
|
|
|
|
|
|
<div id="console">
|
|
|
|
<div id="move">
|
|
|
|
<form id="move_segment" action="" method="post">
|
|
|
|
Move Segment(s) to Server: <input type="text" name="to" class="to"/>
|
|
|
|
<input type="submit" value="Move" />
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<!--<div id="drop">
|
|
|
|
<form id="drop_segment" action="" method="post">
|
|
|
|
<input type="submit" value="Drop Selected Segments" />
|
|
|
|
</form>
|
2013-05-15 18:37:04 -04:00
|
|
|
</div>
|
|
|
|
</div>-->
|
2012-10-24 03:39:51 -04:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|