Re: [Nfs-ganesha-devel] Couple of stat issues.

2018-04-10 Thread William Allen Simpson
On 4/10/18 8:49 PM, Pradeep wrote: 2. In nfs_rpc_execute(), the queue_wait is set to the difference between op_ctx->start_time and reqdata->time_queued. But reqdata->time_queued is never set (in the old code - pre 2.6-dev5, nfs_rpc_enqueue_req() used to set it; now only 9P code sets it). Is nf

[Nfs-ganesha-devel] Couple of stat issues.

2018-04-10 Thread Pradeep
Hello, These are couple of statistics related issues I noticed: 1. NFS4 compounds are incremented multiple times: For individual OPs, ganesha takes this path: server_stats_nfsv4_op_done() -> record_nfsv4_op() -> record_op(&sp->compounds..) Once the compound is complete, we take another path serv