Everything you want to know about Visual Studio ALM and Farming
Brian Harry is a Microsoft Technical Fellow working as the Product Unit Manager for Team Foundation Server. Learn more about Brian.
More videos »
Long ago I published a post on some of the queries I use to monitor data on our internal servers. Someone asked me to update it for TFS 2008 and I went back and tried them. Only a few needed tweaks. Here's an update on the queries.
Here they are...
use
-- Users with assigned work items:
select
-- # of work items:
-- Work Item versions:
-- Attached files:
-- # of queries:
-- # of version control users:
-- # of files(item type != 1)/folders(item type == 1):
-- Compresed file size:
-- Uncompressed file sizes:
-- Total # of checkins:
-- Pending changes:
-- Workspaces(type != 1)/Shelvesets(type == 1):
-- Local copies
sp_spaceused
-- Areas & Iterations:
-- Requests by user:
SELECT
FROM
GROUP
-- Requests by command:
And yes, I realize I still owe you the TFSServerManager tool that does all of this for you. And yes, I know it's inexusable that it's taken so long. I feel terrible about it and I could waste your time with all the reasons I haven't published it yet. I'm working on it today. I'm not making any promises about when - I've broken too many already.
Brian
Thanks Brian for the update! I'm sure plenty of people understand about the delay with the TFS Server Manager :) We're looking forward to it... Thanks for taking the time to work on it.
Ed B.
Ed Glas on Web Test Authoring and Debugging Techniques for VS 2008. Brian Harry on Support period of...
Думаю многие читали post в блоге bharry http://blogs.msdn.com/bharry/archive/2006/06/12/628583.aspx описывающий
Även om vårt stöd för att ta ut användarstatistik ur TFS kan behöva några iterationer till för komma
We have a corporate auditing process, what these external auditors require from us is a report showing groups and the users belonging to those groups... is there a way to get this info besides screenshots?
Thanks
There's really nothing that ships in the box to dump the full group membership tree. It's pretty easy to write a program that will do it though. I'm happy to send you a sample that will do it if you email me at bharry at microsoft dot com.
How can do it with TFS 2010 Server?