Lines Matching refs:calls
14 local calls=
19 calls="$(grep $name /proc/net/rpc/$nfs_f | cut -d' ' -f$field)"
20 ROD nfsstat -c$opt | grep -q "$calls"
21 echo "$calls"
25 calls=$(tst_rhost_run -c "grep $name /proc/net/rpc/$nfs_f" | \
27 tst_rhost_run -s -c "nfsstat -s$opt" | grep -q "$calls"
28 echo "$calls"
35 tst_res TINFO "checking RPC calls for server/client"
40 tst_res TINFO "calls $server_calls/$client_calls"
42 tst_res TINFO "Checking for tracking of RPC calls for server/client"
47 tst_res TINFO "new calls $new_server_calls/$new_client_calls"
50 tst_res TFAIL "server RPC calls not increased"
52 tst_res TPASS "server RPC calls increased"
56 tst_res TFAIL "client RPC calls not increased"
58 tst_res TPASS "client RPC calls increased"
61 tst_res TINFO "checking NFS calls for server/client"
72 tst_res TINFO "calls $server_calls/$client_calls"
74 tst_res TINFO "Checking for tracking of NFS calls for server/client"
79 tst_res TINFO "new calls $new_server_calls/$new_client_calls"
82 tst_res TFAIL "server NFS calls not increased"
84 tst_res TPASS "server NFS calls increased"
88 tst_res TFAIL "client NFS calls not increased"
90 tst_res TPASS "client NFS calls increased"