如何查看我正在使用多少 SVN 流量?
在我的办公室,我们设置了一个 SVN 服务器,我想知道它使用了多少流量。 我对带宽不感兴趣,只对 SVN 服务发送/接收的 1 和 0 的总数感兴趣。
数据将全部通过 svn:// 协议传输,服务器运行 XP pro。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
开始 | 我的电脑-右键管理
计算机管理-性能日志& 警报。
添加新日志,将其设置为每天监控一次SVN进程。 选择“I/O Other Bytes/sec”作为要记录的计数器。
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.
难道你不能只使用任务管理器监视SVN服务器进程,并添加“I/O其他字节”列吗?
否则,Sysinternal 的 Process Explorer 当然可以做到这一点。
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.