How do I know how much SVN traffic I am using?
We have an SVN server installed in my office and I would like to know how much traffic it is using. I am not interested in bandwidth, just the total number of 1s and 0s that the SVN service is sending / receiving.
All data will pass through the protocol svn://
, and XP pro is running on the server.
+1
source to share
2 answers
Can't you just monitor the SVN server process with the Task Manager and add the Other I / O Bytes column?
Otherwise, Sysinternal Process Explorer can certainly do it.
+1
source to share