[PR #2715] [MERGED] Add S3 operation performance counters #2735

Closed
opened 2026-03-04 02:07:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2715
Author: @gaul
Created: 8/27/2025
Status: Merged
Merged: 8/30/2025
Merged by: @ggtakec

Base: masterHead: performance-counters


📝 Commits (1)

  • 88deec4 Add S3 operation performance counters

📊 Changes

4 files changed (+46 additions, -1 deletions)

View changed files

📝 src/common.h (+12 -0)
📝 src/curl.cpp (+12 -1)
📝 src/s3fs.cpp (+11 -0)
📝 src/s3fs_global.cpp (+11 -0)

📄 Description

These can be used to evaluate changes like #2707. Ideally tests could assert how many operations they expect although this will require a localhost HTTP server.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2715 **Author:** [@gaul](https://github.com/gaul) **Created:** 8/27/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `performance-counters` --- ### 📝 Commits (1) - [`88deec4`](https://github.com/s3fs-fuse/s3fs-fuse/commit/88deec49f9c0feef6ab60de700f1f89dbcb14501) Add S3 operation performance counters ### 📊 Changes **4 files changed** (+46 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/common.h` (+12 -0) 📝 `src/curl.cpp` (+12 -1) 📝 `src/s3fs.cpp` (+11 -0) 📝 `src/s3fs_global.cpp` (+11 -0) </details> ### 📄 Description These can be used to evaluate changes like #2707. Ideally tests could assert how many operations they expect although this will require a localhost HTTP server. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:07:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2735
No description provided.