- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for bytesTransferred (0.07 sec)
-
src/main/java/jcifs/internal/smb2/rdma/RdmaStatistics.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 10.7K bytes - Viewed (0) -
cmd/batch-handlers.go
DeleteMarkers int64 `json:"deleteMarkers" msg:"dm"` ObjectsFailed int64 `json:"objectsFailed" msg:"obf"` DeleteMarkersFailed int64 `json:"deleteMarkersFailed" msg:"dmf"` BytesTransferred int64 `json:"bytesTransferred" msg:"bt"` BytesFailed int64 `json:"bytesFailed" msg:"bf"` } const ( batchReplName = "batch-replicate.bin" batchReplFormat = 1 batchReplVersionV1 = 1
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 63.5K bytes - Viewed (0) -
docs/smb3-features/05-rdma-smb-direct-design.md
private final AtomicLong rdmaReceives = new AtomicLong(); private final AtomicLong bytesTransferred = new AtomicLong(); private final AtomicLong operationErrors = new AtomicLong(); public void recordRdmaRead(int bytes) { rdmaReads.incrementAndGet(); bytesTransferred.addAndGet(bytes); } public void recordRdmaWrite(int bytes) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 35.9K bytes - Viewed (0)