Home
last modified time | relevance | path

Searched refs:new_client_calls (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/network/nfs/nfsstat01/
H A Dnfsstat01.sh46 local new_client_calls="$(get_calls rpc 2 nfs)"
47 tst_res TINFO "new calls $new_server_calls/$new_client_calls"
55 if [ "$new_client_calls" -le "$client_calls" ]; then
78 new_client_calls="$(get_calls proc$VERSION $field nfs)"
79 tst_res TINFO "new calls $new_server_calls/$new_client_calls"
87 if [ "$new_client_calls" -le "$client_calls" ]; then
H A Dnfsstat0148 local new_client_calls="$(get_calls rpc 2 nfs)"
49 tst_res TINFO "new calls $new_server_calls/$new_client_calls"
57 if [ "$new_client_calls" -le "$client_calls" ]; then
80 new_client_calls="$(get_calls proc$VERSION $field nfs)"
81 tst_res TINFO "new calls $new_server_calls/$new_client_calls"
89 if [ "$new_client_calls" -le "$client_calls" ]; then

Completed in 1 milliseconds