%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@include file="css.jsi" %>
<%=intl.title("graphs")%>
" />
<% /* GraphHelper sets the defaults in setContextId, so setting the properties must be after the context */ %>
<%
graphHelper.storeWriter(out);
%>
<%@include file="summaryajax.jsi" %>
<%@include file="summary.jsi" %>
<%
// needs to be after the summary bar is rendered, so
// that the restart button is processed
String stat = request.getParameter("stat");
if (stat == null) {
// probably because restart or shutdown was clicked
response.setStatus(307);
response.setHeader("Location", "/graphs");
// force commitment
response.getOutputStream().close();
return;
}
%>
<%=intl._t("I2P Performance Graphs")%>