Question

At my office we have an SVN server set up and I'd like to know how much traffic it is using. I'm not interested in the bandwidth, just the total number of 1s and 0s the SVN service is sending/receiving.

The data will all be going via the svn:// protocol, and the server is running XP pro.

Was it helpful?

Solution

Start | My Computer - right click Manage

Computer Management - Performance Logs & Alerts.

Add a new log, set it up to monitor the SVN process once a day. Select the "I/O Other Bytes/sec" as the counter to record.

OTHER TIPS

Can't you just monitor the SVN server process using task manager, and add the "I/O Other Bytes" column?

Otherwise, Sysinternal's Process Explorer can certainly do this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top