Opening the panels
| Panel | Shortcut | What it shows |
|---|---|---|
| Statistics | ⌘7 | Network totals, session stats, search performance |
| Network Monitor | ⌘8 | Live connection graph, per-peer speed |
| Activity Log | — | Timestamped event stream |
Statistics panel (⌘7)
The Statistics panel is divided into several sections.Transfer history
SeeleSeek accumulates byte counts across all sessions:- Total downloaded — cumulative bytes received since the app was first installed
- Total uploaded — cumulative bytes sent since the app was first installed
- Session downloaded / uploaded — bytes transferred since the current connection was established
Network statistics
| Stat | Description |
|---|---|
| Peers connected | Number of peer connections currently open |
| Peers ever connected | Total unique peers connected in this session |
| Connection attempts | Total direct + indirect connection attempts this session |
| Connection success rate | Percentage of attempts that succeeded |
| Current download speed | Speed from the most recent sample |
| Current upload speed | Speed from the most recent sample |
| Average download speed | Session bytes ÷ session duration |
| Average upload speed | Session bytes ÷ session duration |
Search statistics
| Stat | Description |
|---|---|
| Searches performed | Total outgoing search queries this session |
| Total results received | Sum of all result counts across all searches |
| Average response time | Rolling average time from query sent to first results |
Network Monitor (⌘8)
The Network Monitor shows a live chart of download and upload speeds updated every second, alongside a list of active peer connections. Use it to identify slow peers or check whether a stalled transfer is still making progress.Activity Log
The Activity Log is an event stream that records everything SeeleSeek does. It holds up to 500 events; older events are discarded automatically.Tracked events
| Event type | When it fires |
|---|---|
| Peer connected | A direct or indirect peer connection is established |
| Peer disconnected | A peer connection closes |
| Search started | You submit a search query |
| Search result | Results arrive from a peer |
| Download started | A file download begins |
| Download completed | A file download finishes successfully |
| Upload started | A peer begins downloading a file from you |
| Upload completed | An upload finishes successfully |
| Chat message | A room or private message is received |
| Info | General informational events (login, disconnect, NAT mapping) |
| Error | Error conditions (login failures, NAT mapping failures, kicked) |
Search activity
The search activity tracker maintains two separate lists:- Outgoing searches — your own queries, updated with a result count once responses arrive (up to 100 recent events)
- Incoming searches — distributed search requests from other peers that matched files in your shared folders (up to 50 recent entries)