v1

latestOpenAPI 3.1.0MIT2026-07-1799111346.8 KB

Show VFS stats

Returns VFS statistics including disk cache usage and metadata cache counters.

post/vfs/stats

Query parameters

fsstring

Optional VFS identifier whose statistics should be returned.

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Headers

Prefer'respond-async'

Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.

Request body

fsstring

Optional VFS identifier whose statistics should be returned.

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Response

Runtime statistics for a VFS, including disk cache and metadata cache state.

fsstring required

Name of the VFS.

inUseinteger required

Number of active references to the VFS.

diskCacheobject nullable

Disk cache metrics when caching is enabled.

metadataCacheobject required

In-memory metadata cache counters.

optobject required

Effective options applied to the VFS.