pGlobe Documentation
Real-time analytics and monitoring platform for the Xandeum pNode network
Using Filters & Search
The pNodes page provides powerful filtering and search capabilities to help you find specific pNodes or analyze subsets of the network.
Note: All filters and searches operate within your currently selected network in the header (Mainnet, Devnet, or All). If you can't find a node, try switching the network to "All Networks".
Search Bar
The search bar lets you quickly find pNodes by entering any of the following:
- IP address (e.g., "173.212.207.32")
- Public key or pNode ID (full or partial)
- Location (city, country, or continent)
- Version number (e.g., "0.7.0")
Available Filters
- Status Filter
- Show only Online, Syncing, or Offline pNodes. Useful for monitoring network health or troubleshooting.
- Version Filter
- Filter pNodes by software version. Helps identify pNodes that need updates or track version adoption.
- Credits Filter
- Show pNodes with or without credits. Credits indicate active participation in the network.
- Packets Filter
- Filter by pNodes that have packet activity. Useful for finding actively serving pNodes.
Sorting
Click any column header in the pNodes table to sort by that metric:
- Status (online first)
- Uptime (highest first)
- CPU usage (lowest first)
- RAM usage (lowest first)
- Storage capacity (highest first)
- Credits (highest first)
- Latency (lowest first)
- Location (alphabetically)
Click the same column again to reverse the sort order (ascending ↔ descending).
Filter Badges
Active filters appear as badges at the top of the page. Click the "×" on any badge to remove that filter, or use "Clear all" to reset all filters at once.
Understanding Metrics
pNode Status
- Online
- pNode was seen in gossip within the last 5 minutes. These are actively participating pNodes.
- Syncing
- pNode was seen within the last hour but not in the last 5 minutes. May be catching up on network state.
- Offline
- pNode hasn't been seen for over an hour. May be down, disconnected, or experiencing issues.
Performance Metrics
- Uptime (%)
- Percentage of time the pNode has been continuously running, calculated over a 30-day window. Higher uptime (95%+) indicates a reliable, well-maintained pNode.
- CPU (%)
- Processor utilization. Shows how much of the pNode's CPU capacity is being used. Lower values (under 50%) mean more headroom for growth and better performance.
- RAM (Used / Total)
- Memory usage displayed as "Used / Total" (e.g., "4.2 GB / 8 GB"). Shows both the amount of RAM currently in use and the total available RAM. Typical pNode setups use 2-8GB depending on data volume. High RAM usage may indicate memory pressure.
- Storage Capacity
- Total storage capacity allocated by the pNode (in bytes, displayed as TB/GB/MB). This represents the total space the pNode has committed for storage, not the amount of data currently stored. pNodes can allocate storage capacity without necessarily using all of it.
- Latency (ms)
- Response time measured directly from your browser to each pNode's pRPC endpoint. This gives you accurate latency based on your location and internet connection. Latency measurements are cached for 1 hour to improve performance. Lower is better (under 100ms is excellent).
- Credits
- Reputation credits earned by the pNode. Credits are calculated as follows:
- +1 credit per heartbeat request responded to (~30 second intervals)
- -100 credits for failing to respond to a data request
- Credits reset monthly (tracked via creditsResetMonth field)
Credits are fetched from the Xandeum pod credits API and represent the pNode's reputation and reliability. Higher credits indicate a more reliable pNode that consistently responds to network requests.
Network Health Score
The health score (0-100) is a weighted composite metric that provides an overall assessment of network health:
- 40% - Availability (online pNodes / total pNodes)
- 35% - Version Health (% of pNodes on the latest version)
- 25% - Geographic Distribution (diversity of pNode locations)
- Regional Scores - Health is also calculated individually for every country and region based on local pNode performance.
pNode Identification
- TRYNET Badge
- pNodes running trynet versions (development/test network) are marked with an orange "TRYNET" badge in the pNode details modal. In the pNodes table, trynet pNodes have a subtle orange background to distinguish them from mainnet pNodes.
- Country Flags
- Country flags are displayed next to pNode locations throughout the interface - in the pNodes table, pNode details modal, globe popups, and geographic charts. This provides quick visual identification of pNode locations.