grab-site/dashboard/dashboard.html

1532 lines
41 KiB
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="referrer" content="never">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<base target="_blank">
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed/archivebot.rss">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed/archivebot.atom">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<title>ArchiveBot dashboard 2.0</title>
<script>
(function() {
2015-04-07 07:51:00 +00:00
// Framebust out if necessary
if(self != top) {
var target = self.location.href;
2015-04-07 07:51:00 +00:00
// Ugly archivebot.com-specific hack
target = target.replace(
2015-04-07 07:51:00 +00:00
"http://arshboard.at.ninjawedding.org:4567/",
"http://dashboard.at.ninjawedding.org/");
top.location = target;
}
})();
</script>
</head>
<body>
<style>
html {
/* Always show scrollbar to prevent jumpiness when filtering */
overflow-y: scroll;
}
html, body {
background-color: #D0C0AE;
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
}
2014-10-09 05:09:42 +00:00
#filter-box {
2014-10-09 08:14:13 +00:00
background-color: #eee;
2014-10-09 05:09:42 +00:00
border: 1px solid #999;
2014-10-09 08:14:13 +00:00
padding: 1px 3px 1px 3px;
2014-10-09 05:09:42 +00:00
font-size: 18px;
border-radius: 3px;
}
.button {
font-size: 18px;
}
.padded-page {
padding: 20px 27px 20px 27px;
}
@media all and (min-width: 1440px) {
.padded-page {
padding: 20px 54px 47px 54px;
}
}
.header {
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 18px;
margin: 0 0 20px 0;
display: flex;
align-items: flex-end;
justify-content: space-between;
flex-flow: row nowrap;
}
.job-header {
display: flex;
align-items: flex-end;
justify-content: space-between;
flex-flow: row nowrap;
cursor: default;
}
.stats-elements:hover {
background-color: #D8CBBC;
}
.job-info {
white-space: nowrap;
overflow: hidden;
}
.job-info-done {
color: #767676;
}
.job-info-aborted {
color: #9B00D7 !important;
}
.job-info-fatal {
color: #DD0000 !important;
}
2014-10-09 07:04:46 +00:00
.inline-stat {
/* Needed for 'Align!' feature */
display: inline-block;
/* Needed to avoid extra vertical padding */
vertical-align: bottom;
2014-10-09 07:04:46 +00:00
/* Needed to avoid collapsing of leading space */
white-space: pre;
}
.job-url {
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: inherit;
}
2014-10-09 05:48:07 +00:00
.job-url-aligned {
2014-10-09 07:04:46 +00:00
width: 260px;
2014-10-09 05:48:07 +00:00
overflow: hidden;
text-overflow: ellipsis;
}
.job-note-aligned {
display: none;
}
.job-nick-aligned {
width: 60px;
overflow: hidden;
text-overflow: hidden;
}
2014-10-09 07:04:46 +00:00
.job-mb-aligned {
2014-10-09 08:19:09 +00:00
width: 70px;
2014-10-09 07:04:46 +00:00
overflow: hidden;
text-overflow: hidden;
text-align: right;
}
.job-responses-aligned {
width: 92px;
overflow: hidden;
text-overflow: hidden;
text-align: right;
}
.job-in-queue-aligned {
width: 92px;
overflow: hidden;
text-overflow: hidden;
text-align: right;
}
.job-delay-aligned {
width: 130px;
overflow: hidden;
text-overflow: hidden;
text-align: right;
}
.job-ignores {
font-weight: bold;
}
.job-igoff {
font-weight: normal !important;
}
.job-ident {
2014-10-09 07:14:33 +00:00
font-family: Tahoma, Arial, sans-serif;
margin: 0 1px 0 0;
2014-10-09 07:14:33 +00:00
padding: 0;
border: 0;
background-color: #D0C0AE;
2014-10-09 07:14:33 +00:00
color: #645444;
text-align: right;
}
.log-window {
transition: height 0.18s ease;
background-color: #FFF7E1;
overflow-y: scroll;
height: 192px;
border: 1px solid #999;
margin: 0 0 1em 0;
border-radius: 3px;
}
2015-01-03 10:21:16 +00:00
.log-window-hidden {
height: 0;
border-width: 0 1px 0 1px;
2015-01-03 10:21:16 +00:00
margin: 0;
}
.log-window-stopped {
border: 1px solid #222;
box-shadow: 2px 2px 4px #888;
}
.log-window-expanded {
height: 384px;
}
.line-normal {
2015-04-20 19:24:51 +00:00
display: block;
white-space: pre;
width: 100%;
padding: 0 0 0 5px;
box-sizing: border-box;
}
.line-error {
2015-04-20 19:24:51 +00:00
display: block;
white-space: pre;
width: 100%;
background-color: #FFB9B9;
padding: 0 0 0 5px;
box-sizing: border-box;
}
.line-warning {
2015-04-20 19:24:51 +00:00
display: block;
white-space: pre;
width: 100%;
background-color: #F7DB7D;
padding: 0 0 0 5px;
box-sizing: border-box;
}
.line-redirect {
2015-04-20 19:24:51 +00:00
display: block;
white-space: pre;
width: 100%;
background-color: #E7CEEA;
padding: 0 0 0 5px;
box-sizing: border-box;
}
.line-ignore {
white-space: pre;
width: 100%;
color: #999;
padding: 0 0 0 5px;
box-sizing: border-box;
}
.line-stdout {
white-space: pre;
width: 100%;
background-color: #DCD8CB;
padding: 0 0 0 5px;
box-sizing: border-box;
}
a {
color: #000;
text-decoration: none;
}
a.ignore {
color: #999 !important;
}
.underlined-a {
text-decoration: underline;
}
.bold {
font-weight: bold;
}
#help {
background-color: #FFF7E1;
font-family: Arial, sans-serif;
font-size: 14px;
border-radius: 5px;
padding: 0.01em 1em 0.01em 1em;
margin-bottom: 1em;
}
#help p {
padding: 0.20em 0 0.20em 0;
}
#help p a {
text-decoration: underline;
}
.undisplayed {
display: none;
}
2015-04-20 15:01:45 +00:00
#context-menu {
padding: 2px 0 2px 0;
2015-04-20 15:01:45 +00:00
background-color: white;
border: 1px solid #BABABA;
box-shadow: 2px 2px 3px #8E8E8E;
2015-04-20 15:01:45 +00:00
position: fixed;
left: 0;
top: 0;
display: none;
}
.context-menu-entry {
display: block;
height: 26px;
line-height: 26px;
padding-left: 26px;
padding-right: 26px;
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
font-size: 12px;
cursor: default;
}
.context-menu-entry:hover {
background-color: #4281F4;
color: #fff;
}
#clipboard-scratchpad {
height: 1px;
width: 1px;
padding: 0;
border: 0;
position: absolute;
top: 0;
}
</style>
2015-04-20 15:01:45 +00:00
<div id="context-menu"></div>
<div class="padded-page">
<div class="header">
<div>
<a href="http://archiveteam.org/index.php?title=ArchiveBot" class="underlined-a">ArchiveBot</a>
tracking <span id="num-crawls">0</span> crawls.
See also <a href="pipelines" class="underlined-a">pipeline</a> or <a href="logs/recent" class="underlined-a">job</a> reports.
Show: <input id="filter-box" type="text" size="21">
<input onclick="ds.setFilter('');" type="button" value=" All " class="button">
<input onclick="ds.setFilter('^$');" type="button" value="None" class="button">
<small id="promo"><a href="/beta" class="underlined-a">Try 3.0 Beta</a></small>
</div>
<div>
<input type="button" onclick="ds.toggleAlign()" class="button" value="Align!">
<input type="button" onclick="ds.toggleHelp()" class="button" value="Help!">
</div>
</div>
<div id="critical-info">
<noscript>
Need JavaScript (ES5+) and WebSocket -&gt; TCP:4567
</noscript>
<div id="help" class="undisplayed">
<p>
This page shows all of the crawls that <a href="http://archiveteam.org/index.php?title=ArchiveBot">ArchiveBot</a> is currently running.
</p>
<p>
To pause scrolling, move your mouse inside a log window.
</p>
<p>
2015-03-29 02:56:30 +00:00
To show just one job, click anywhere on its stats line.
</p>
2015-03-28 02:28:00 +00:00
<p>
Keyboard shortcuts:
</p>
<ul>
<li><kbd>j</kbd> - show next job window
<li><kbd>k</kbd> - show previous job window
<li><kbd>a</kbd> - show all job windows
<li><kbd>n</kbd> - hide all job windows
<li><kbd>f</kbd> - move focus to filter box
<li><kbd>v</kbd> - open the job URL of the first-shown job window
2015-04-09 20:56:36 +00:00
<li><kbd>?</kbd> - show/hide help text
2015-03-28 02:28:00 +00:00
</ul>
<p>
Color coding for the job stats line:
in progress,
<span class="job-info-done">finished normally</span>,
<span class="job-info-aborted">finished with abort</span>,
<span class="job-info-fatal">finished with fatal exception</span>.
</p>
<p>
To clear all finished jobs, reload the page.
</p>
<p>
Mouse over the job start date or the response count for additional information.
</p>
<p>
If your adblocker is enabled for this domain, you will see slower performance, and some URLs will not be displayed.
</p>
2015-04-20 21:03:01 +00:00
<p>
In Chrome 42+, a custom context menu is used when right-clicking URLs in a log window. This can be disabled by adding <kbd><span class="url-q-or-amp">?</span>contextMenu=0</kbd> to the dashboard URL.
2015-04-20 21:03:01 +00:00
</p>
<p>
2014-09-08 22:07:33 +00:00
To use ArchiveBot, drop by <a href="http://chat.efnet.org:9090/?nick=&channels=%23archivebot&Login=Login">#archivebot</a> on EFNet. <a href="http://archivebot.readthedocs.org/en/latest/">Issue commands</a> by typing them into the channel. You will need channel operator (@) or voice (+) status to issue archiving jobs; just ask for help or leave a message with the website you want to archive.
</p>
<p>
These <a href="https://github.com/ArchiveTeam/ArchiveBot/tree/master/db/ignore_patterns">ignore sets</a> are available for crawls. The <a href="https://github.com/ArchiveTeam/ArchiveBot/blob/master/db/ignore_patterns/global.json">global</a> ignore set automatically applies to all crawls.
</p>
<p>
2014-09-04 23:38:53 +00:00
GitHub: <a href="https://github.com/ArchiveTeam/ArchiveBot">ArchiveBot</a>.
</p>
</div>
</div>
<div id="traffic"></div>
<div id="logs"></div>
</div>
<script>
"use strict";
var assert = function(condition, message) {
if(!condition) {
throw message || "Assertion failed";
}
};
var byId = function(id) {
return document.getElementById(id);
};
var text = function(s) {
return document.createTextNode(s);
};
2014-09-10 03:20:34 -05:00
/**
* Adaptation of ActiveSupport's #blank?.
*
* Returns true if the object is undefined, null, or is a string whose
* post-trim length is zero. Otherwise, returns false.
*/
var isBlank = function(o) {
return !o || o.trim().length === 0;
2014-09-10 03:20:34 -05:00
}
/**
* appendChild but accepts strings and arrays of children|strings
*/
var appendAny = function(e, thing) {
if(Array.isArray(thing)) {
for(var i=0; i < thing.length; i++) {
appendAny(e, thing[i]);
}
} else if(typeof thing == "string") {
e.appendChild(text(thing));
} else {
if(thing == null) {
throw Error("thing is " + JSON.stringify(thing));
}
e.appendChild(thing);
}
};
/**
* Create DOM element with attributes and children from Array<node|string>|node|string
*/
var h = function(elem, attrs, thing) {
var e = document.createElement(elem);
if(attrs != null) {
for(var attr in attrs) {
if(attr == "spellcheck" || attr == "readonly") {
e.setAttribute(attr, attrs[attr]);
} else if(attr == "class") {
throw new Error("Did you mean className?");
} else {
e[attr] = attrs[attr];
}
}
}
if(thing != null) {
appendAny(e, thing);
}
return e;
};
var href = function(href, text) {
var a = h("a");
a.href = href;
a.textContent = text;
return a;
};
var removeChildren = function(elem) {
while(elem.firstChild) {
elem.removeChild(elem.firstChild);
}
};
var prettyJson = function(obj) {
return JSON.stringify(obj, undefined, 2);
};
// Copied from Coreweb/js_coreweb/cw/string.js
/**
* Like Python's s.split(delim, num) and s.split(delim)
* This does *NOT* implement Python's no-argument s.split()
*
* @param {string} s The string to split.
* @param {string} sep The separator to split by.
* @param {number} maxsplit Maximum number of times to split.
*
* @return {!Array.<string>} The splitted string, as an array.
*/
var split = function(s, sep, maxsplit) {
assert(typeof sep == "string",
"arguments[1] of split must be a separator string");
if(maxsplit === undefined || maxsplit < 0) {
return s.split(sep);
}
var pieces = s.split(sep);
var head = pieces.splice(0, maxsplit);
// after the splice, pieces is shorter and no longer has the `head` elements.
if(pieces.length > 0) {
var tail = pieces.join(sep);
head.push(tail); // no longer just the head.
}
return head;
};
// Copied from closure-library's goog.string.startsWith
var startsWith = function(str, prefix) {
return str.lastIndexOf(prefix, 0) == 0;
}
// Copied from closure-library's goog.string.endsWith
var endsWith = function(str, suffix) {
var l = str.length - suffix.length;
return l >= 0 && str.indexOf(suffix, l) == l;
};
// Copied from closure-library's goog.string.regExpEscape
var regExpEscape = function(s) {
return String(s).replace(/([-()\[\]{}+?*.$\^|,:#<!\\])/g, '\\$1').
replace(/\x08/g, '\\x08');
};
/**
* [[1, 2], [3, 4]] -> {1: 2, 3: 4}
*/
var intoObject = function(arr) {
var obj = {};
arr.forEach(function(e) {
obj[e[0]] = e[1];
});
return obj;
};
var getQueryArgs = function() {
var pairs = location.search.replace("?", "").split("&");
if(pairs == "") {
return {};
}
return intoObject(pairs.map(function(e) { return split(e, "=", 1); }));
};
var getChromeMajorVersion = function() {
return Number(navigator.userAgent.match(/Chrome\/(\d+)/)[1]);
};
2015-04-20 15:28:38 +00:00
var isChrome = navigator.userAgent.indexOf("Chrome/") != -1;
var isSafari = !isChrome && navigator.userAgent.indexOf("Safari") != -1;
var isFirefox = navigator.userAgent.indexOf("Firefox") != -1;
2014-10-09 05:09:42 +00:00
var addAnyChangeListener = function(elem, func) {
// DOM0 handler for convenient use by Clear button
elem.onchange = func;
2014-10-09 05:09:42 +00:00
elem.addEventListener('keydown', func, false);
elem.addEventListener('paste', func, false);
elem.addEventListener('input', func, false);
};
2014-10-09 05:48:07 +00:00
var arrayFrom = function(arrayLike) {
return Array.prototype.slice.call(arrayLike);
};
2014-10-09 05:09:42 +00:00
/**
* Returns a function that gets the given property on any object passed in
*/
var prop = function(name) {
return function(obj) {
return obj[name];
};
};
2014-10-09 05:48:07 +00:00
/**
* Returns a function that adds the given class to any element passed in
*/
var classAdder = function(name) {
return function(elem) {
elem.classList.add(name);
};
};
/**
* Returns a function that removes the given class to any element passed in
*/
var classRemover = function(name) {
return function(elem) {
elem.classList.remove(name);
};
};
var removeFromArray = function(arr, item) {
var idx = arr.indexOf(item);
if(idx != -1) {
arr.splice(idx, 1);
}
};
// Based on http://stackoverflow.com/a/18520276
var findInArray = function(arr, test, ctx) {
var result = null;
arr.some(function(el, i) {
return test.call(ctx, el, i, arr) ? ((result = i), true) : false;
});
return result;
};
/*** End of utility code ***/
var JobsTracker = function() {
this.known = {};
this.sorted = [];
this.finishedArray = [];
this.finishedSet = {};
this.fatalExceptionSet = {};
};
JobsTracker.prototype.countActive = function() {
return this.sorted.length - this.finishedArray.length;
};
JobsTracker.prototype.resort = function() {
this.sorted.sort(function(a, b) { return a["started_at"] > b["started_at"] ? -1 : 1 });
};
/**
* Returns true if a new job was added
*/
JobsTracker.prototype.handleJobData = function(jobData) {
var ident = jobData["ident"];
var alreadyKnown = ident in this.known;
if(!alreadyKnown) {
this.known[ident] = true;
this.sorted.push(jobData);
this.resort();
}
return !alreadyKnown;
};
JobsTracker.prototype.markFinished = function(ident) {
if(!(ident in this.finishedSet)) {
this.finishedSet[ident] = true;
this.finishedArray.push(ident);
}
};
JobsTracker.prototype.markUnfinished = function(ident) {
if(ident in this.finishedSet) {
delete this.finishedSet[ident];
removeFromArray(this.finishedArray, ident);
}
// Job was restarted, so unmark fatal exception
if(ident in this.fatalExceptionSet) {
delete this.fatalExceptionSet[ident];
}
};
JobsTracker.prototype.markFatalException = function(ident) {
this.fatalExceptionSet[ident] = true;
};
JobsTracker.prototype.hasFatalException = function(ident) {
return ident in this.fatalExceptionSet;
};
var JobRenderInfo = function(logWindow, logSegment, statsElements, jobNote, lineCountWindow, lineCountSegments) {
this.logWindow = logWindow;
this.logSegment = logSegment;
this.statsElements = statsElements;
this.jobNote = jobNote;
this.lineCountWindow = lineCountWindow;
this.lineCountSegments = lineCountSegments;
};
var Reusable = {
obj_className_line_ignore: {"className": "line-ignore"},
obj_className_line_stdout: {"className": "line-stdout"},
obj_className_bold: {"className": "bold"}
};
// http://stackoverflow.com/questions/2901102/how-to-print-a-number-with-commas-as-thousands-separators-in-javascript
2014-09-10 23:27:27 +00:00
var numberWithCommas = function(s_or_n) {
return ("" + s_or_n).replace(/\B(?=(\d{3})+(?!\d))/g, ",");
};
var toStringTenths = function(n) {
var s = "" + (Math.round(10 * n) / 10);
if(s.indexOf(".") == -1) {
s += ".0";
}
return s;
};
var getTotalResponses = function(jobData) {
return (
parseInt(jobData["r1xx"]) +
parseInt(jobData["r2xx"]) +
parseInt(jobData["r3xx"]) +
parseInt(jobData["r4xx"]) +
parseInt(jobData["r5xx"]) +
parseInt(jobData["runk"]));
};
var getSummaryResponses = function(jobData) {
return (
2014-09-10 23:27:27 +00:00
"1xx: " + numberWithCommas(jobData["r1xx"]) + "\n" +
"2xx: " + numberWithCommas(jobData["r2xx"]) + "\n" +
"3xx: " + numberWithCommas(jobData["r3xx"]) + "\n" +
"4xx: " + numberWithCommas(jobData["r4xx"]) + "\n" +
"5xx: " + numberWithCommas(jobData["r5xx"]) + "\n" +
"Unknown: " + numberWithCommas(jobData["runk"]));
};
var JobsRenderer = function(container, filterBox, historyLines, showNicks, contextMenuRenderer) {
this.container = container;
2014-10-09 05:09:42 +00:00
this.filterBox = filterBox;
addAnyChangeListener(this.filterBox, this.applyFilter.bind(this));
2015-03-27 11:28:33 +00:00
this.filterBox.onkeypress = function(ev) {
// So that j or k in input box does not result in job window switching
ev.stopPropagation();
}
this.historyLines = historyLines;
this.showNicks = showNicks;
this.contextMenuRenderer = contextMenuRenderer;
this.linesPerSegment = Math.max(1, Math.round(this.historyLines / 10));
this.jobs = new JobsTracker();
// ident -> JobRenderInfo
this.renderInfo = {};
this.mouseInside = null;
this.numCrawls = byId('num-crawls');
this.aligned = false;
};
JobsRenderer.prototype._getNextJobInSorted = function(ident) {
for(var i=0; i < this.jobs.sorted.length; i++) {
var e = this.jobs.sorted[i];
if(e["ident"] == ident) {
return this.jobs.sorted[i+1];
}
}
return null;
};
JobsRenderer.prototype._createLogSegment = function() {
return h('div');
};
JobsRenderer.prototype._createLogContainer = function(jobData) {
var ident = jobData["ident"];
var beforeJob = this._getNextJobInSorted(ident);
var beforeElement = beforeJob == null ? null : byId("log-container-" + beforeJob["ident"]);
var logSegment = this._createLogSegment();
var logWindowAttrs = {
"className": "log-window",
"id": "log-window-" + ident,
"onmouseenter": function(ev) {
this.mouseInside = ident;
ev.target.classList.add('log-window-stopped');
}.bind(this),
"onmouseleave": function(ev) {
var leave = function() {
this.mouseInside = null;
ev.target.classList.remove('log-window-stopped');
}.bind(this);
// When our custom context menu pops up, it causes onmouseleave on the
// log window, so make our leave callback fire only after the context
// menu is closed.
if(this.contextMenuRenderer.visible) {
this.contextMenuRenderer.callAfterBlur(leave);
} else {
leave();
}
}.bind(this)
}
// If you reach the end of a log window, the browser annoyingly
// starts to scroll the page instead. We prevent this behavior here.
// If the user wants to scroll the page, they need to move their
// mouse outside a log window first.
if(!isSafari) {
logWindowAttrs["onwheel"] = function(ev) {
// Note: offsetHeight is "wrong" by 2px but it doesn't matter
//console.log(ev, logWindow.scrollTop, (logWindow.scrollHeight - logWindow.offsetHeight));
if(ev.deltaY < 0 && logWindow.scrollTop == 0) {
ev.preventDefault();
} else if(ev.deltaY > 0 && logWindow.scrollTop >= (logWindow.scrollHeight - logWindow.offsetHeight)) {
ev.preventDefault();
}
}
} else {
// Safari 7.0.5 can't preventDefault or stopPropagation an onwheel event,
// so use onmousewheel instead.
logWindowAttrs["onmousewheel"] = function(ev) {
//console.log(ev, logWindow.scrollTop, (logWindow.scrollHeight - logWindow.offsetHeight));
if(ev.wheelDeltaY > 0 && logWindow.scrollTop == 0) {
ev.preventDefault();
} else if(ev.wheelDeltaY < 0 && logWindow.scrollTop >= (logWindow.scrollHeight - logWindow.offsetHeight)) {
ev.preventDefault();
}
}
}
var statsElements = {
2014-10-09 08:19:09 +00:00
mb: h("span", {"className": "inline-stat job-mb"}, "?"),
2014-10-09 07:04:46 +00:00
responses: h("span", {"className": "inline-stat job-responses"}, "?"),
responsesPerSecond: h("span", null, "?"),
2014-10-09 07:04:46 +00:00
queueLength: h("span", {"className": "inline-stat job-in-queue"}, "? in q."),
connections: h("span", null, "?"),
2014-10-09 07:04:46 +00:00
delay: h("span", {"className": "inline-stat job-delay"}, "? ms delay"),
ignores: h("span", {"className": "job-ignores"}, "?"),
jobInfo: null /* set later */
};
var startedISOString = new Date(parseFloat(jobData["started_at"]) * 1000).toISOString();
2014-10-09 05:48:07 +00:00
var jobNote = h("span", {"className": "job-note"}, null);
statsElements.jobInfo = h(
"span", {"className": "job-info"}, [
h("a", {"className": "inline-stat job-url", "href": jobData["url"]}, jobData["url"]),
2015-03-27 08:16:21 +00:00
// Clicking anywhere in this area will set the filter to a regexp that
// matches only this job URL, thus hiding everything but this job.
h("span", {
"className": "stats-elements",
"onclick": function() {
if(window.getSelection().toString().length > 1) {
// Set the filter on clicks, but not on text selections (unless just one character).
return;
}
var filter = ds.getFilter();
if(RegExp(filter).test(jobData["url"]) && startsWith(filter, "^") && endsWith(filter, "$")) {
// If we're already showing just this log window, go back
// to showing nothing.
ds.setFilter("^$");
} else {
ds.setFilter("^" + regExpEscape(jobData["url"]) + "$");
}
}
}, [
" on ",
h("span", {"title": startedISOString}, startedISOString.split("T")[0].substr(5)),
h("span", {"className": "inline-stat job-nick"}, (this.showNicks ? " by " + jobData["started_by"] : "")),
jobNote,
"; ",
statsElements.mb,
" MB in ",
statsElements.responses,
" at ",
statsElements.responsesPerSecond,
"/s, ",
statsElements.queueLength,
"; ",
statsElements.connections,
" con. w/ ",
statsElements.delay,
"; ",
statsElements.ignores
])
]
);
var logWindow = h('div', logWindowAttrs, logSegment);
var div = h(
'div',
{"id": "log-container-" + ident}, [
h("div", {"className": "job-header"}, [
statsElements.jobInfo,
h("input", {
"className": "job-ident",
"type": "text",
"value": ident,
"size": "28",
"spellcheck": "false",
"readonly": "",
"onclick": function() { this.select(); }
})
]),
logWindow
]
);
this.renderInfo[ident] = new JobRenderInfo(logWindow, logSegment, statsElements, jobNote, 0, [0]);
this.container.insertBefore(div, beforeElement);
// Set appropriate CSS classes - we might be in aligned mode already
this.updateAlign();
// Filter hasn't changed, but we might need to filter out the new job, or
// add/remove log-window-expanded class
this.applyFilter();
}
JobsRenderer.prototype._renderDownloadLine = function(data, logSegment) {
if(data["is_warning"]) {
2015-04-20 19:24:51 +00:00
var attrs = {"className": "line-warning", "href": data["url"]};
} else if(data["is_error"]) {
2015-04-20 19:24:51 +00:00
var attrs = {"className": "line-error", "href": data["url"]};
} else if(data["response_code"] && data["response_code"] >= 300 && data["response_code"] < 400) {
2015-04-20 19:24:51 +00:00
var attrs = {"className": "line-redirect", "href": data["url"]};
} else {
2015-04-20 19:24:51 +00:00
var attrs = {"className": "line-normal", "href": data["url"]};
}
2015-04-20 19:24:51 +00:00
logSegment.appendChild(
h("a", attrs, data["response_code"] + " " + data["wget_code"] + " " + data["url"])
);
return 1;
};
JobsRenderer.prototype._renderIgnoreLine = function(data, logSegment) {
var attrs = Reusable.obj_className_line_ignore;
logSegment.appendChild(h("div", attrs, [
h('span', null, " IGNOR "),
h('a', {"href": data["url"], "className": "ignore"}, data["url"]),
h('span', Reusable.obj_className_bold, " by "),
data["pattern"]
]));
return 1;
};
JobsRenderer.prototype._renderStdoutLine = function(data, logSegment, info, ident) {
var cleanedMessage = data["message"].replace(/[\r\n]+$/, "");
var renderedLines = 0;
if(!cleanedMessage) {
return renderedLines;
}
var lines = cleanedMessage.split("\n");
for(var i=0; i < lines.length; i++) {
var line = lines[i];
if(!line) {
continue;
}
logSegment.appendChild(h("div", Reusable.obj_className_line_stdout, line));
renderedLines += 1;
// Check for 'Finished RsyncUpload for Item'
// instead of 'Starting MarkItemAsDone for Item'
// because the latter is often missing
if(/^Finished RsyncUpload for Item/.test(line)) {
info.statsElements.jobInfo.classList.add('job-info-done');
this.jobs.markFinished(ident);
} else if(/^CRITICAL (Sorry|Please report)|^ERROR Fatal exception|No space left on device|^Call stack:|^--- Logging error ---|^Fatal Python error:|^(Thread|Current thread) 0x/.test(line)) {
info.statsElements.jobInfo.classList.add('job-info-fatal');
this.jobs.markFatalException(ident);
} else if(/Script requested immediate stop|^Adjusted target WARC path to.*-aborted$/.test(line)) {
// Note: above message can be in:
// ERROR Script requested immediate stop
// or after an ERROR Fatal exception:
// wpull.hook.HookStop: Script requested immediate stop.
//
// Also check for "Adjusted target WARC path" because
// the exception may be entirely missing.
info.statsElements.jobInfo.classList.remove('job-info-fatal');
info.statsElements.jobInfo.classList.add('job-info-aborted');
} else if(/^Received item /.test(line)) {
// Clear other statuses if a job restarts with the same job ID
info.statsElements.jobInfo.classList.remove('job-info-done');
info.statsElements.jobInfo.classList.remove('job-info-fatal');
info.statsElements.jobInfo.classList.remove('job-info-aborted');
this.jobs.markUnfinished(ident);
}
}
return renderedLines;
};
JobsRenderer.prototype.handleData = function(data) {
var jobData = data["job_data"];
var added = this.jobs.handleJobData(jobData);
this.numCrawls.textContent = this.jobs.countActive();
if(added) {
this._createLogContainer(jobData);
}
var type = data["type"];
var ident = jobData["ident"];
var info = this.renderInfo[ident];
if(!info) {
console.warn("No render info for " + ident);
return;
}
var totalResponses = parseInt(getTotalResponses(jobData));
if(type == "download") {
var linesRendered = this._renderDownloadLine(data, info.logSegment);
} else if(type == "stdout") {
var linesRendered = this._renderStdoutLine(data, info.logSegment, info, ident);
} else if(type == "ignore") {
var linesRendered = this._renderIgnoreLine(data, info.logSegment);
} else {
assert(false, "Unexpected message type " + type);
}
// Update stats
info.statsElements.mb.textContent =
numberWithCommas(
toStringTenths(
(parseInt(jobData["bytes_downloaded"]) / (1024 * 1024)).toString()));
info.statsElements.responses.textContent =
2014-09-10 23:27:27 +00:00
numberWithCommas(totalResponses) + " resp.";
info.statsElements.responses.title = getSummaryResponses(jobData);
var duration = Date.now()/1000 - parseFloat(jobData["started_at"]);
info.statsElements.responsesPerSecond.textContent =
toStringTenths(totalResponses/duration);
if (jobData["items_queued"] && jobData["items_downloaded"]) {
var totalQueued = parseInt(jobData["items_queued"], 10);
var totalDownloaded = parseInt(jobData["items_downloaded"], 10);
info.statsElements.queueLength.textContent =
2014-09-10 23:27:27 +00:00
numberWithCommas((totalQueued - totalDownloaded) + " in q.");
info.statsElements.queueLength.title =
2014-09-10 23:27:27 +00:00
numberWithCommas(totalQueued) + " queued\n" +
numberWithCommas(totalDownloaded) + " downloaded";
}
info.statsElements.connections.textContent = jobData["concurrency"];
var delayMin = parseInt(jobData["delay_min"]);
var delayMax = parseInt(jobData["delay_max"]);
info.statsElements.delay.textContent =
2014-10-09 07:04:46 +00:00
(delayMin == delayMax ?
delayMin :
2014-10-09 07:04:46 +00:00
delayMin + "-" + delayMax) + " ms delay";
if(jobData["suppress_ignore_reports"]) {
info.statsElements.ignores.textContent = 'igoff';
if(!info.statsElements.ignores.classList.contains('job-igoff')) {
info.statsElements.ignores.classList.add('job-igoff');
}
} else {
info.statsElements.ignores.textContent = 'igon';
if(info.statsElements.ignores.classList.contains('job-igoff')) {
info.statsElements.ignores.classList.remove('job-igoff');
}
}
// Update note
2014-09-10 23:29:23 +00:00
info.jobNote.textContent =
isBlank(jobData["note"]) ?
2014-09-10 03:20:34 -05:00
"" :
" (" + jobData["note"] + ")";
info.lineCountWindow += linesRendered;
info.lineCountSegments[info.lineCountSegments.length - 1] += linesRendered;
if(info.lineCountSegments[info.lineCountSegments.length - 1] >= this.linesPerSegment) {
//console.log("Created new segment", info);
var newSegment = this._createLogSegment();
info.logWindow.appendChild(newSegment);
info.logSegment = newSegment;
info.lineCountSegments.push(0);
}
if(this.mouseInside != ident) {
// Don't remove any scrollback information when the job has a fatal exception,
// so that the user can find the traceback and report a bug.
if(!this.jobs.hasFatalException(ident)) {
// We may have to remove more than one segment, if the user
// has paused the log window for a while.
while(info.lineCountWindow >= this.historyLines + this.linesPerSegment) {
var firstLogSegment = info.logWindow.firstChild;
assert(firstLogSegment != null, "info.logWindow.firstChild is null; " +
JSON.stringify({
"lineCountWindow": info.lineCountWindow,
"lineCountSegments": info.lineCountSegments}));
info.logWindow.removeChild(firstLogSegment);
info.lineCountWindow -= info.lineCountSegments[0];
info.lineCountSegments.shift();
}
}
// Scroll to the bottom
// To avoid serious performance problems in Firefox, we use a big number
// instead of info.logWindow.scrollHeight.
info.logWindow.scrollTop = 999999;
}
};
JobsRenderer.prototype.applyFilter = function() {
2014-10-09 05:09:42 +00:00
var query = this.filterBox.value;
var matches = 0;
var matchedWindows = [];
var unmatchedWindows = [];
this.firstFilterMatch = null;
2014-10-09 05:09:42 +00:00
for(var i=0; i < this.jobs.sorted.length; i++) {
var job = this.jobs.sorted[i];
var w = this.renderInfo[job["ident"]].logWindow;
if(!RegExp(query).test(job["url"])) {
2015-01-03 10:21:16 +00:00
w.classList.add("log-window-hidden");
// Firefox exhibits serious performance problems when adding
// lines to our 0px-high log windows, so add display: none
// (effectively killing the animation)
if(isFirefox) {
w.style.display = "none";
}
// Remove this class, else an ugly border may be visible
w.classList.remove('log-window-stopped');
unmatchedWindows.push(w);
2014-10-09 05:09:42 +00:00
} else {
2015-01-03 10:21:16 +00:00
w.classList.remove("log-window-hidden");
if(isFirefox) {
w.style.display = "block";
}
matches += 1;
matchedWindows.push(w);
if(this.firstFilterMatch == null) {
this.firstFilterMatch = job;
}
2014-10-09 05:09:42 +00:00
}
}
2014-10-09 06:07:36 +00:00
// If there's only one visible log window, expand it so that more lines are visible.
unmatchedWindows.map(classRemover('log-window-expanded'));
matchedWindows.map(classRemover('log-window-expanded'));
if(matches == 1) {
matchedWindows.map(classAdder('log-window-expanded'));
}
if(matches < this.jobs.sorted.length) {
2014-10-09 06:07:36 +00:00
// If you're not seeing all of the log windows, you're probably seeing very
// few of them, so you probably want alignment enabled.
this.aligned = true;
this.updateAlign();
} else {
2014-10-09 06:07:36 +00:00
// You're seeing all of the log windows, so alignment doesn't help as much
// as seeing the full info.
this.aligned = false;
this.updateAlign();
}
};
JobsRenderer.prototype.showNextPrev = function(offset) {
var idx;
if(this.firstFilterMatch == null) {
idx = null;
} else {
idx = findInArray(this.jobs.sorted, function(el, i) {
return el["ident"] == this.firstFilterMatch["ident"];
}.bind(this));
}
if(idx == null) {
2015-03-27 12:28:16 +00:00
// If no job windows are shown, set up index to make j show the first job window,
// k the last job window.
idx = this.jobs.sorted.length;
}
idx = idx + offset;
// When reaching either end, hide all job windows. When going past
// the end, wrap around.
if(idx == -1) {
idx = this.jobs.sorted.length;
} else if(idx == this.jobs.sorted.length + 1) {
idx = 0;
}
if(idx == this.jobs.sorted.length) {
ds.setFilter("^$");
} else {
var newShownJob = this.jobs.sorted[idx];
ds.setFilter("^" + regExpEscape(newShownJob["url"]) + "$");
}
};
JobsRenderer.prototype.updateAlign = function() {
var adderOrRemover = this.aligned ? classAdder : classRemover;
arrayFrom(document.querySelectorAll('.job-url')).map(adderOrRemover('job-url-aligned'));
arrayFrom(document.querySelectorAll('.job-note')).map(adderOrRemover('job-note-aligned'));
arrayFrom(document.querySelectorAll('.job-nick')).map(adderOrRemover('job-nick-aligned'));
2014-10-09 07:04:46 +00:00
arrayFrom(document.querySelectorAll('.job-mb')).map(adderOrRemover('job-mb-aligned'));
arrayFrom(document.querySelectorAll('.job-responses')).map(adderOrRemover('job-responses-aligned'));
arrayFrom(document.querySelectorAll('.job-in-queue')).map(adderOrRemover('job-in-queue-aligned'));
arrayFrom(document.querySelectorAll('.job-delay')).map(adderOrRemover('job-delay-aligned'));
};
JobsRenderer.prototype.toggleAlign = function() {
this.aligned = !this.aligned;
this.updateAlign();
2014-10-09 05:09:42 +00:00
};
2015-04-20 15:28:55 +00:00
/**
* This context menu pops up when you right-click on a URL in
* a log window, helping you copy an !ig command based on the URL
* you right-clicked.
*/
2015-04-20 15:01:45 +00:00
var ContextMenuRenderer = function() {
this.visible = false;
this.callAfterBlurFns = [];
2015-04-20 15:01:45 +00:00
this.element = byId('context-menu');
};
2015-04-20 15:28:55 +00:00
/**
* Returns true if the event target is a URL in a log window
*/
2015-04-20 17:47:08 +00:00
ContextMenuRenderer.prototype.clickedOnLogWindowURL = function(ev) {
2015-04-20 19:24:51 +00:00
var cn = ev.target.className;
2015-04-20 15:01:45 +00:00
return cn == "line-normal" || cn == "line-error" || cn == "line-warning" || cn == "line-redirect";
};
ContextMenuRenderer.prototype.makeCopyTextFn = function(text) {
return function() {
var clipboardScratchpad = byId('clipboard-scratchpad');
clipboardScratchpad.value = text;
clipboardScratchpad.focus();
clipboardScratchpad.select();
document.execCommand('copy');
}.bind(this);
};
ContextMenuRenderer.prototype.getSuggestedCommands = function(ident, url) {
// TODO:
// !d IDENT 180000 180000 (if !d is currently low)
// !d IDENT 250 375 (if !d is currently high)
// !con IDENT 1 (if > 1)
// !con IDENT 3 (if < 3)
var domain = url.split('/')[2];
return [
"!ig " + ident + " ^https?://" + regExpEscape(domain) + "/"
,"!d " + ident + " 180000 180000"
,"!con " + ident + " 1"
]
};
ContextMenuRenderer.prototype.makeEntries = function(ident, url) {
var commands = this.getSuggestedCommands(ident, url).map(function(c) {
return h(
'span',
{'onclick': this.makeCopyTextFn(c)},
2015-04-20 20:32:02 +00:00
"Copy " + c.replace(" " + ident + " ", " … ")
);
}.bind(this));
return [
2015-04-20 18:57:12 +00:00
// Unfortunately, this does not open it in a background tab
// like the real context menu does.
h('a', {'href': url}, "Open link in new tab")
,h('span', {'onclick': this.makeCopyTextFn(url)}, "Copy link address")
].concat(commands);
};
2015-04-20 15:28:55 +00:00
ContextMenuRenderer.prototype.onContextMenu = function(ev) {
//console.log(ev);
2015-04-20 17:47:08 +00:00
if(!this.clickedOnLogWindowURL(ev)) {
2015-04-20 15:01:45 +00:00
this.blur();
return;
}
ev.preventDefault();
this.visible = true;
2015-04-20 15:01:45 +00:00
this.element.style.display = "block";
this.element.style.left = ev.clientX + "px";
this.element.style.top = ev.clientY + "px";
removeChildren(this.element);
// We put the clipboard-scratchpad in the fixed-positioned
// context menu instead of elsewhere on the page, because
// we must focus the input box to automatically copy its text,
// and the focus operation scrolls to the element on the page,
// and we want to avoid such scrolling.
appendAny(this.element, h('input', {'type': 'text', 'id': 'clipboard-scratchpad'}));
var url = ev.target.href;
var ident = ev.target.parentNode.parentNode.id.match(/^log-window-(.*)/)[1];
var entries = this.makeEntries(ident, url);
for(var i=0; i < entries.length; i++) {
var entry = entries[i];
entry.classList.add('context-menu-entry');
appendAny(this.element, entry);
}
2015-04-20 15:01:45 +00:00
};
ContextMenuRenderer.prototype.blur = function() {
this.visible = false;
2015-04-20 15:01:45 +00:00
this.element.style.display = "none";
this.callAfterBlurFns.map(function(fn) { fn(); });
this.callAfterBlurFns = [];
};
// TODO: decouple - fire an onblur event instead
ContextMenuRenderer.prototype.callAfterBlur = function(fn) {
this.callAfterBlurFns.push(fn);
2015-04-20 15:01:45 +00:00
};
var BatchingQueue = function(callable, minInterval) {
this.callable = callable;
this._minInterval = minInterval;
this.queue = [];
this._timeout = null;
this._boundRunCallable = this._runCallable.bind(this);
};
BatchingQueue.prototype.setMinInterval = function(minInterval) {
this._minInterval = minInterval;
};
BatchingQueue.prototype._runCallable = function() {
this._timeout = null;
var queue = this.queue;
this.queue = [];
this.callable(queue);
};
BatchingQueue.prototype.callNow = function() {
if(this._timeout !== null) {
clearTimeout(this._timeout);
this._timeout = null;
}
this._runCallable();
};
BatchingQueue.prototype.push = function(v) {
this.queue.push(v);
if(this._timeout === null) {
this._timeout = setTimeout(this._boundRunCallable, this._minInterval);
}
};
var Decayer = function(initial, multiplier, max) {
this.initial = initial;
this.multiplier = multiplier;
this.max = max;
this.reset();
};
Decayer.prototype.reset = function() {
// First call to .decay() will multiply, but we want to get the `intitial`
// value on the first call to .decay(), so divide.
this.current = this.initial / this.multiplier;
return this.current;
};
Decayer.prototype.decay = function() {
this.current = Math.min(this.current * this.multiplier, this.max);
return this.current;
};
var Dashboard = function() {
this.messageCount = 0;
var args = getQueryArgs();
var historyLines =
args["historyLines"] ?
Number(args["historyLines"]) :
navigator.userAgent.match(/Mobi/) ? 250 : 1000;
var batchTimeWhenVisible =
args["batchTimeWhenVisible"] ?
Number(args["batchTimeWhenVisible"]) :
125;
var showNicks =
args["showNicks"] ?
Boolean(Number(args["showNicks"])) :
false;
var promo =
args["promo"] ?
Boolean(Number(args["promo"])) :
true;
var contextMenu =
args["contextMenu"] ?
Boolean(Number(args["contextMenu"])) :
/**
* The context menu is useless without document.execCommand('copy'),
* which is available in Chrome 42+ (maybe earlier?) and IE10+
* (also in Firefox if you paste capability settings into your prefs.js?)
*/
(isChrome && getChromeMajorVersion() >= 42);
this.host = args["host"] ? args["host"] : location.host;
this.dumpTraffic = args["dumpMax"] && Number(args["dumpMax"]) > 0;
if(this.dumpTraffic) {
this.dumpMax = Number(args["dumpMax"]);
}
this.contextMenuRenderer = new ContextMenuRenderer(document);
if(contextMenu) {
document.oncontextmenu = this.contextMenuRenderer.onContextMenu.bind(this.contextMenuRenderer);
document.onclick = this.contextMenuRenderer.blur.bind(this.contextMenuRenderer);
// onkeydown picks up ESC, onkeypress doesn't (tested Chrome 44)
document.onkeydown = function(ev) {
if(ev.keyCode == 27) { // ESC
this.contextMenuRenderer.blur();
}
}.bind(this);
}
this.jobsRenderer = new JobsRenderer(
byId('logs'), byId('filter-box'), historyLines, showNicks, this.contextMenuRenderer);
var batchTimeWhenHidden = 5000;
var xhr = new XMLHttpRequest();
xhr.onload = function() {
var recentLines = JSON.parse(xhr.responseText);
for(var i=0; i < recentLines.length; i++) {
this.handleData(recentLines[i]);
}
this.queue = new BatchingQueue(function(queue) {
//console.log("Queue has ", queue.length, "items");
for(var i=0; i < queue.length; i++) {
this.handleData(JSON.parse(queue[i]));
}
}.bind(this), batchTimeWhenVisible);
this.decayer = new Decayer(1000, 1.5, 60000);
this.connectWebSocket();
document.addEventListener("visibilitychange", function() {
if(document.hidden) {
//console.log("Page has become hidden");
this.queue.setMinInterval(batchTimeWhenHidden);
} else {
//console.log("Page has become visible");
this.queue.setMinInterval(batchTimeWhenVisible);
this.queue.callNow();
}
}.bind(this), false);
}.bind(this);
xhr.open("GET", "http://" + this.host + "/logs/recent?cb=" + Date.now() + Math.random());
xhr.setRequestHeader('Accept', 'application/json');
xhr.send("");
2015-03-27 11:28:33 +00:00
document.onkeypress = this.keyPress.bind(this);
if(!promo) {
byId('promo').style.display = 'none';
}
2015-04-20 21:03:01 +00:00
// Adjust help text based on URL
Array.prototype.slice.call(document.querySelectorAll('.url-q-or-amp')).map(function(elem) {
if(window.location.search.indexOf("?") != -1) {
elem.textContent = "&";
}
});
2015-03-27 11:28:33 +00:00
};
Dashboard.prototype.keyPress = function(ev) {
//console.log(ev);
if(ev.which == 106) { // j
this.jobsRenderer.showNextPrev(1);
} else if(ev.which == 107) { // k
this.jobsRenderer.showNextPrev(-1);
2015-03-28 02:28:00 +00:00
} else if(ev.which == 97) { // a
ds.setFilter('');
} else if(ev.which == 110) { // n
ds.setFilter('^$');
} else if(ev.which == 102) { // f
ev.preventDefault();
byId('filter-box').focus();
byId('filter-box').select();
} else if(ev.which == 118) { // v
window.open(this.jobsRenderer.firstFilterMatch["url"]);
2015-04-09 20:56:36 +00:00
} else if(ev.which == 63) { // ?
ds.toggleHelp();
2015-03-27 11:28:33 +00:00
}
};
Dashboard.prototype.handleData = function(data) {
this.messageCount += 1;
if(this.dumpTraffic && this.messageCount <= this.dumpMax) {
byId('traffic').appendChild(h("pre", null, prettyJson(data)));
}
this.jobsRenderer.handleData(data);
};
Dashboard.prototype.connectWebSocket = function() {
this.ws = new WebSocket("ws://" + this.host + "/stream");
this.ws.onmessage = function(ev) {
this.queue.push(ev["data"]);
}.bind(this);
this.ws.onopen = function(ev) {
console.log("WebSocket opened:", ev);
this.decayer.reset();
}.bind(this);
this.ws.onclose = function(ev) {
console.log("WebSocket closed:", ev);
var delay = this.decayer.decay();
console.log("Reconnecting in", delay, "ms");
setTimeout(this.connectWebSocket.bind(this), delay);
}.bind(this);
};
Dashboard.prototype.toggleAlign = function() {
this.jobsRenderer.toggleAlign();
};
Dashboard.prototype.toggleHelp = function() {
var help = byId('help');
if(help.classList.contains('undisplayed')) {
help.classList.remove('undisplayed');
} else {
help.classList.add('undisplayed');
}
};
Dashboard.prototype.getFilter = function(value) {
return byId('filter-box').value;
};
Dashboard.prototype.setFilter = function(value) {
byId('filter-box').value = value;
byId('filter-box').onchange();
};
var ds = new Dashboard();
</script>
</body>
</html>