Welcome to MSDN Blogs Sign in | Join | Help

One of our main roles in DevDiv Performance Engineering is to help other teams with performance investigations – that is, to help them understand why their code isn’t running fast enough. Recently we ran a little side project that was unusual in two respects: first, we were analyzing performance just for our own curiosity, and second, the investigation was triggered because Visual Studio benchmarks seemed to be running faster than expected on our new multi-core hardware. You might think that in this case we could just leave well enough alone – hey, if the benchmarks are meeting their performance goals then there’s no need to worry, right? – but good performance engineering doesn’t work that way. It’s a constant process of learning, and if you find something out of the ordinary that you didn’t expect, whether positive or negative, then it’s time to roll up your sleeves and figure out why.

The whole process turned into a nice detective story, with twists and turns along the way. You can read the whole thing over at “Lessons from the test lab: investigating a pleasant surprise”, but here’s the one-sentence summary: these aren’t your father’s processor cores anymore…

Of all my blog posts, the one that generates the most reliable stream of comments is “User comments about offline files”. All my other blog topics get mild interest, but what people really, REALLY want to know is how to get offline files working again when it stops. I just can’t argue with the numbers involved.

So I’m really happy that a couple of other blogs have taken up the slack and have been posting about offline files. Apologies to both for only just noticing :)

First, the Windows Core File Services team have a blog called File Cabinet, with a category for offline files (aka client-side caching). This stuff is straight from the horse’s mouth, so it’s a little worrying that they’re getting so few comments… I’m guessing most search engines just aren’t putting results from this blog on page 1 yet.

Second, the eponymous http://offlinefiles.blogspot.com/, who tackles a new topic with every post. If you’re looking for the answer to a “how to” question, chances are they have a post just for you.

1 Comments
Filed under:

With the release of SCCP 2007 I've now been through two complete product cycles of what started out as a little research project called "Indy" -- and that seems like more than enough!

So I've moved over to the Performance Engineering team in Microsoft's Developer Division. The division's flagship product is Visual Studio, and our blogger-in-chief is Somasegar. Within the division, the Performance Engineering team makes sure that when we ship a new release of Visual Studio, it will perform well in the hands of our customers. We've also started a performance engineering blog: now you know where to send the complaints :)

Ironically I'm almost the last to blog it, but the SCCP team is really happy to announce the release of System Center Capacity Planner 2007. You can get it now, it's totally free, and it'll help you size deployments for Exchange Server 2007. But wait! There's more. The fabulous Solutions Accelerator team have released plug-in models for SCCP 2007 that let you do capacity-planning for Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server 2007 as well. And in the near future we'll be releasing a model for System Center Operations Manager 2007. Did I mention that these are all free??

A big thankyou to everyone involved who made this release possible. I'd especially like to thank everyone involved with the Exchange model - the free publicity doesn't hurt either :)

As always, your first port of call for feedback and questions about SCCP 2007 - after the FAQ, of course - is our web forum.

It's common to use "funny characters" (i.e., non-alphabetic symbols) in Outlook folder names, so that the folders sort in a specific order:

!!Super Important
!Important
All A's
Basically B's
...

Of course, the same principle can be applied to category names:

!Important
@Home
@Work
Project A
Project B
...

But how can you be sure that "!Important" will come before "@Home"? In other words, what's the sort order? This bugged me enough to sit down and work it out. So here's the sort order in Outlook 2007 (American English) for the symbols from an American standard keyboard layout:

  ! " # $ % & ( * , . / : ; @ [ ] ^ _ { | } ~ + < = >
then all the numbers
then all the letters

The hyphen and single quote are (almost) ignored, in that -A sorts after A but before B, and 'B sorts after B but before C. And yes, that's a space character before the ! character, so putting a space at the front of a folder name will make it sort to the very top. Sadly, there seems to be no special character that forces a folder to sort to the bottom of the list.

I'm sure there is an official name and explanation for this sort order, but my search engine fu has failed me. Help me, oh lazyweb!

7 Comments
Filed under:

We're pleased to announce the beta release of System Center Capacity Planner 2007!

SCCP 2007 provides sizing, architectural guidance and best practices for customers to plan their deployments of Operations Manager 2007 and Exchange 2007. Essentially, it can predict how much hardware you'll need for a deployment, and how that hardware will behave once one of those two applications is installed. This is a follow-on release to SCCP 2006, which provided similar guidance for MOM 2005 and Exchange 2003.

Note that the performance models of Operations Manager and Exchange in the Beta are not final, so this version should not be used for planning production deployments. What we're looking for is feedback on whether the new models and features will meet your needs for planning and modifying deployments of Operations Manager and Exchange. The beta is available now for download from Microsoft Connect -- once you've logged in, look for it on the available connections page, or just go directly to the program details.

Please get it, try it, and send us your feedback via the beta newsgroups.

And if you're at the Microsoft Management Summit this week, we will be presenting two sessions on SCCP 2007 and multiple hands-on labs -- please stop by if you're around!

Lazy-blogging (verb): The act of letting a thought sit unblogged for long enough that someone else blogs about it instead, thereby saving you the effort. cf lazyweb.

Case-in-point: Many of us OCD types find it impossible to sit with a non-empty recycle bin on our desktop. We just can't do it. It nags at our souls. (We're also the ones who defrag religiously and run Disk Cleanup at the drop of a hat). We just... must... empty... that... bin.

What does this have to do with lazy-blogging? Well, I've had a note to blog about the solution (set a maximum size for the bin, then use TweakUI to remove the temptation from your sight, and let it empty itself behind the scenes) for literally years. Plural. Thankfully Mike Torres beat me to it, and then Omar Shahine followed up with the important "set a maximum size" hint (otherwise your OCD will be going nuts worrying that you'll fill up your disk).

But what really stopped me was that I still haven't found the original inspiration for the idea. Somewhere there's a web page about how the original Apple Macintosh (or maybe Lisa?) designers now consider the "fat trash can" icon to be a terrible usability mistake, because a significant proportion of the population just can't let stuff sit in there. The problem is, I can't for the life of me find that web page. Ergo, I couldn't blog about it. Help me, oh lazyweb...

Edit: The lazyweb came through! Shane S. pointed me to bug #2 on AskTog's Bug Hall Of Fame. Quoting:

The engineers just though they were providing users with a "neato" way to tell an empty can from a full one, but to many users, the new appearance suggested a painfully distended belly. Millions of people developed the unnecessary and undesirable habit of immediately emptying the trash as soon as the swelling showed. Drop something in; empty the Trash. Drop something in; empty the Trash. It became unconscious habit.

Remember the fellow who dropped the document in the trash by accident? Now, when he saw the trash instantly swell up, he was likely to erase it forever—drop something in; empty the trash—relieving the trash of it's apparent distress, even as another portion of his brain, in very real distress, was yelling, "No! No! No!"

2 Comments
Filed under:

My apologies if you're seeing any of my old posts reappear as if freshly published. Comment spam has gotten so bad on some posts that I'm resorting to disabling comments completely. I think this triggers a republish by Community Server (at least, I have to click the "Publish" button), which some blog readers will then interpret as a new post.

If I was sufficiently interested I'd see if there's a direct correlation between the spam-attractiveness of a blog post and its Google PageRank...

Or, "What is all this stuff doing on my computer", part II.

I've just finished switching my portable life over to a new Toshiba M400 Tablet PC. Gig of memory, Centrino Core Duo, life is good.

At least, it was good until I looked at the process list in task manager. Then it was that same feeling of horror all over again. The situation was bad on my old Toshiba Portege 3500. But this is worse.

Here are all the I'm-pretty-sure-these-aren't-vanilla-Windows processes that are still running after it's finished startup. I give descriptions where I think I know what a particular startup process does, otherwise I just quote the description field.

  1. 00THotkey.exe - Enables use of function keys to control laptop functions
  2. APntEx.exe - Touchpad driver (from Alps)
  3. APoint.exe - And another touchpad driver (from Alps)
  4. CrossMenu.exe - "CrossMenu Main"
  5. hkcmd.exe - "hkcmd Module" (from Intel)
  6. igfxpers.exe - "persistence Module" (from Intel)
  7. TAcelMgr.exe - Acceleration manager (what does that mean?)
  8. ThpSrv.exe - Parks your hard disk if you knock the laptop
  9. TMESRV31.exe - "Toshiba MobileExtension Service"
  10. TMETEMnu.exe - "Toshiba MobileExtension", spawned by TMESRV31
  11. TSkrMain.exe - Acceleration "shaker" utility (what does that mean?)
  12. TFNF5.exe - Switch laptop video output using Fn-F5
  13. TRot.exe - Match screen orientation to rotation of tablet screen
  14. TouchEd.exe - Turns touchpad on and off
  15. TFncKy.exe - "TFncKy"
  16. TPSMain.exe - Toshiba power saver applet
  17. TPSBattM.exe - Spawned by TPSMain, probably battery-specific
  18. TMERzCtl.exe - "TMERzCtrl"

In my original post, I counted 11 extra startup processes from Toshiba on a Portege 3500. In just two hardware generations, they've out-done themselves with 18 startup processes. Pretty soon there'll be more random systray applets than there are regular Windows processes. As it is, they're already sucking down 70 MB of working set. Good thing I've got a gig...

Can anyone provide more details of what each of these processes does? And (perhaps more usefully!) has anyone experimented with msconfig or autoruns to see the effects of disabling each of them?

We’ve had these bits bouncing around for way too long, but now they’re finally linked to from the SCCP home page. So revel in the glossiness of An Introduction to Microsoft System Center Capacity Planner 2006 :)

The great thing about Microsoft webcasts is that they’re archived. So even if you miss the upcoming live webcast on “Implementing SCCP 2006”, you can still watch it at your leisure (well, as long as your leisure includes a broadband connection).

This also means that you can also watch all the previous webcasts about SCCP. So it seems like a good idea to have a list of them somewhere. Here’s that list:

Just a quick note that in 3 weeks, Chris Henley will be hosting a public webcast about SCCP 2006. Click on the link to register - it’s free!

Implementing System Center Capacity Planner 2006
Monday, June 26, 2006 11:30 A.M.–1:00 P.M. Pacific Time
Join us and get the information and guidance you need to plan and complete a successful implementation of System Center Capacity Planner 2006.
 
http://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032299011&EventCategory=4&culture=en-US&CountryCode=US

I’m easing back into blogging after taking 6 months off – the good news is this means I’ve got a big backlog of topics…

I’d like to start off by thanking Neil Hobson for writing a great two-part overview of System Center Capacity Planner on MSExchange.org. He gives the reader a walkthrough of our various modules, and includes a ton of screenshots, including one of our ability to export nicely-formatted data into Excel. This feature is so little-known that I don’t think even we have a screenshot of it :-) So I’ll shamelessly crib it here:

SCCP data exported to Excel (picture from msexchange.org)

You can see down at the bottom that we don’t just give you a simple summary view of the information – we have tabs marching all the way to the right, containing (we hope) more information than you’ll ever need as you drill down into capacity planning for Exchange. One of those cool features that just doesn’t get much play.

Thanks Neil!

This is a catch-all post for user comments and questions about offline files, aka client-side caching. I’m turning off comments on all my previous posts in the Offline Files category, and redirecting readers here instead. Hopefully this will cut down on all the duplicate answers :) As I’ve said before, don’t email me your questions – post them here instead. Wait, no, don’t post right away – first read through the comments in the previous posts! Your question has probably been answered before…

Short answer: System Center Capacity Planner is on TechNet disc 0422, which went out this month. We’re actually “featured content” — I think this is what we get in return for exclusivity!

System Center Capacity Planner (SCCP) ships this month and is only available to TechNet Subscribers. SCCP employs state of the art modeling technology to bring unprecedented functionality and flexibility to the process of performance analysis and planning of Microsoft Exchange Server 2003 and Microsoft Operations Manager 2005 deployments. With SCCP the IT Professional will get the guidance required to plan a deployment in the most efficient manner, while also allowing for “what-if” analysis for future planning. Find it on TechNet disc 0422.

If you want to take a look at SCCP 2006 before paying for that all-important TechNet subscription, Chris Avis has done a couple of webcasts. He’s even posted demo sessions that didn’t fit into the webcasts as WMV files on his blog. Awesome stuff.

If you want to try-before-you-buy, and you happen to be in the Irvine area, then Kurt Shintaku is running another series of hands-on management labs right now. He’s covering a lot in three days, but hopefully he hasn’t reached SCCP yet :)

And big thanks to Microsofties Jeff Alexander, Dave Northey, and Tony Soper for driving traffic our way. I really like Tony’s analysis of “people who downloaded the SCCP 2006 beta also downloaded”, because it shows that our customer know exactly what they want. The top three hits are the existing MOM and SMS sizers and the WSSRA reference architecture (which includes capacity planning information).

More Posts Next page »
 
Page view tracker