Examples of possible log entries
Examples of possible log entries:
Entry | Meaning |
---|---|
user-transmit |
Processes spawned by parallel sync, submit, or shelve that transfer batches of files in parallel. The arguments correspond to the
|
Log entries that begin with dm- are for are client-to-server callbacks that the server has defined. |
|
Log entries that begin with rmt- are for server-to-server commands, such as those related to edge-commit, master-replica, remote depots, and centralized authorization server (P4AUTH). |
|
rmt-Journal
|
Used by a p4 pull thread on a replica server to retrieve journal records that contain metadata from a master.
|
rmt-FileFetch
|
Used by
|
Logging files sent to the server or proxy
Unstructured logs indicate the number of files sent and the size in bytes. The format is:
filetotals (type) send/recv files+bytes 0+0mb/0+0mb
where type
is svr
, client
, or cache
. For example, a sync might log the following on a Commit Server:
--- filetotals (svr) send/recv files+bytes 5+50mb/0+0mb --- filetotals (client) send/recv files+bytes 0+0mb/5+50mb
For the equivalent in structured logging, see NetworkPerformance, ClientStats, and CacheStats.