如何检查负载测试结果存储中可用的 space?
How to check space available in Load Test Results Store?
我正在 运行 来自 Visual Studio Enterprise 2015 的 Web 性能和负载测试,使用 'on premises' 测试控制器和代理。负载测试结果存储在测试控制器机器上。我经常收到大意为 "cannot retrieve load test results. ... repository is out of space" 的错误消息。我了解如何通过转到 "Open and Manage Results" 并删除结果来释放 space。有没有办法检查负载测试结果存储数据库中的 'used' 或 'available' space?有没有办法检查 'Open and Manage Results' window?
中列出的负载测试结果的大小
我发现通过 SQL 管理控制台找到使用过的 space 的唯一方法。使用数据库上的上下文(右键单击)菜单(负载测试默认为 LoadTest2010)和 select“报告”=>“标准报告”=>“磁盘使用情况”。
您还必须考虑数据库本身。 SQL Express 的某些版本具有最大数据库大小。 Google 刚刚给我看了:
Microsoft SQL Server 2005 Express edition has a database size limit to 4GB.
Microsoft SQL Server 2008 Express edition has a database size limit to 4GB.
Microsoft SQL Server 2008 R2 Express edition has a database size limit to 10GB.
Microsoft SQL Server 2012 Express edition has a database size limit to 10GB.
我正在 运行 来自 Visual Studio Enterprise 2015 的 Web 性能和负载测试,使用 'on premises' 测试控制器和代理。负载测试结果存储在测试控制器机器上。我经常收到大意为 "cannot retrieve load test results. ... repository is out of space" 的错误消息。我了解如何通过转到 "Open and Manage Results" 并删除结果来释放 space。有没有办法检查负载测试结果存储数据库中的 'used' 或 'available' space?有没有办法检查 'Open and Manage Results' window?
中列出的负载测试结果的大小我发现通过 SQL 管理控制台找到使用过的 space 的唯一方法。使用数据库上的上下文(右键单击)菜单(负载测试默认为 LoadTest2010)和 select“报告”=>“标准报告”=>“磁盘使用情况”。
您还必须考虑数据库本身。 SQL Express 的某些版本具有最大数据库大小。 Google 刚刚给我看了:
Microsoft SQL Server 2005 Express edition has a database size limit to 4GB.
Microsoft SQL Server 2008 Express edition has a database size limit to 4GB.
Microsoft SQL Server 2008 R2 Express edition has a database size limit to 10GB.
Microsoft SQL Server 2012 Express edition has a database size limit to 10GB.