如何在 SQL 2005 中找到每秒复制字节数?
有没有一种简单的方法来获取复制的每秒字节数测量值?我正在尝试为一些网络人士提供测量结果。谢谢
Is there an easy way to get a bytes per second measurement for replication? I am trying to get a mesuarment for some networking people. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是我所说的“简单”,而是只需在一个数据库中设置一张包含一些数据的表,然后复制该表,同时记录所需的时间。必须发送的实际字节数将大于所有数据的总大小,但这对于网络人群来说可能是一个足够好的衡量标准。
This isn't what I'd call "easy", but just set up a table with some data in one database, and replicate the table while recording how long it takes. The actual number of bytes that have to be sent will be larger than the size of all the data combined, but it's probably a good enough measure for the networking crowd.