Querying 'Ops' Values for Data Insertion and Selection in Couchbase

I would like to know how to retrieve the ‘ops’ values when data is being ‘inserted’ or ‘selected’ in the ‘couchbase’ Data service, either through the GUI or API.

For example, I would like to understand how many operations (‘ops’) correspond to 5000 records being processed. Specifically, how many ‘ops’ are generated per data record being ‘inserted’?

Version : 6.5.0

https://docs-archive.couchbase.com/server/6.5/rest-api/rest-bucket-stats.html

Is there any other way to calculate this other than the given method?