Quick look at the Remote Desktop Load Simulation Toolset |
Thursday, 05 November 2009 by Michel Roth | |||
about TS/SBC). The tool allows you to simulate load on your Terminal Servers so you can check things like ‘How many sessions can my server handle with acceptable performance?’ and so on. Sounds cool right? Well there are a couple problems with the tool but depending on your requirements/needs it may do the trick. First of all, it does not run on 2003. You must have a 2008 TS. Secondly, there is no way to record a script what means you must manually create one that will look like this:
‘// global settings
‘// instantiate the RUIDCOM object
‘// set connection properties
‘// Connect to Server
‘// open and wait for run dialog
‘// start notepad RUIDCOM.SendKey “some text” WScript.Sleep (2000)
‘// save file This is no show stopper and I am not going to say you cannot learn how to script but IMHO this is far from user friendly. I will probably write a nice GUI to record whatever you are doing and then save as a script to save people time (what Microsoft could have done for sure). But I guess you get what you paid for. Source: http://99.246.113.36/wtslabs/blog/?p=97
Show/Hide comment form
|