Our VOB's currently have the feature level 5 and I'm tasked with upgrading to level 9 and making sure that everything still works. I've already read the technote from IBM about feature levels.
For feature level 7 it states:
Improved UCM performance
I somehow want to put this into numbers. Can someone give me a broad overview on how I could achieve that. Im relatively new to ClearCase and prior to ClearCase I only knew git so I would be thankful for some guidance
Yu can find concrete criteria for measuring UCM performance in:
From the first paper, you can derive the setup configuration:
And the commands which are measured.
Non-UCM commands in UCM views:
checkout filecheckin filesetact activity_namesetact -nonemkelem fileUCM commands for developers:
diffbl -verdeliver -pre -l -str -todeliver -str -to -fdeliver -com -frebase -rec -viewrebase -comUCM commands for project managers:
chstream -recdiffbl -actmkbl -incUCM commands for release engineer:
rebase -recrebase -commkbl -full -ide -comOnce you have an environment, and a script with those commands, you can run said scripts a few time before the feature level upgrade, then run the same script after, and measure the execution time delta.