David Howells 76a5cb6fc1 afs: Add stats for data transfer operations
Add statistics to /proc/fs/afs/stats for data transfer RPC operations.  New
lines are added that look like:

	file-rd : n=55794 nb=10252282150
	file-wr : n=9789 nb=3247763645

where n= indicates the number of ops completed and nb= indicates the number
of bytes successfully transferred.  file-rd is the counts for read/fetch
operations and file-wr the counts for write/store operations.

Note that directory and symlink downloading are included in the file-rd
stats at the moment.

Signed-off-by: David Howells <dhowells@redhat.com>
2018-04-09 21:54:48 +01:00
..
2018-04-07 09:08:24 -07:00
2018-04-04 13:03:38 -07:00
2018-04-07 09:08:24 -07:00
2018-04-07 09:08:24 -07:00
2018-03-14 13:31:23 +01:00
2018-03-27 13:18:09 -04:00
2018-04-07 09:08:24 -07:00
2018-04-03 16:27:08 -04:00
2018-02-06 18:32:45 -08:00
2018-04-09 12:45:47 -07:00
2018-03-07 11:47:15 +01:00
2018-03-27 13:18:09 -04:00
2018-02-07 14:25:22 -08:00
2017-09-04 19:05:15 -04:00
2018-02-06 18:32:45 -08:00
2017-04-17 12:52:27 -04:00
2018-03-29 15:08:21 -04:00
2017-12-07 14:23:30 -05:00
2018-03-28 01:39:02 -04:00
2018-01-29 07:27:24 -08:00
2018-02-06 10:41:33 -08:00
2018-02-15 15:34:42 -05:00
2018-04-04 12:44:02 -07:00