%@ page import="java.util.*, org.ourgrid.webstatus.*, org.ourgrid.common.spec.*" %> <% Date currentDate = new Date(); Date timeSnapshot = (Date)request.getAttribute("timeSnapshot"); int totalPeers = 0; int totalGums = 0; int totalCommunityGums = 0; Collection peerInfoList = (Collection)request.getAttribute("peerInfoList"); totalPeers = peerInfoList.size(); %>
Statistics | |||
Server time: | <%= currentDate %> | ||
Last snapshot time: | <%= timeSnapshot %> | ||
Peers: | <%= totalPeers %> | ||
Grid machines: | <%= totalGums %> | ||
Donated grid machines: | <%= totalCommunityGums %> | ||
Online Peers |
Peer Name | Online | Available | Allocated | Donated | Received | Offline | Configurated |
<%= peerName %> | <%= online %> | <%= available %> | <%= allocated %> | <%= donated %> | <%= received %> | <%= offline %> | <%= configurated %> |
Totals | <%= totOnline %> | <%= totAvailable %> | <%= totAllocated %> | <%= totDonated %> | <%= totReceived %> | <%= totOffline %> | <%= totConfigurated %> |
OurGrid Web Status 3.0 OurGrid Project
This site was developed and maintenance by Jose Pergentino
|