Specifications

A Principled Technologies test report 35
Cisco UCS B200 M3 Blade Server:
Uncompromised virtual desktop performance
APPENDIX C - LOGIN VSI INI FILES USED FOR TESTING
launcher.ini
[Launcher]
Servername=
Username=
Password=
Domain=
ConnectionType="Custom with CSV file"
ConnectionNumber=User
CCL=c:\python26\python.exe c:\python26\WILauncher.py http://XD-
DDC/Citrix/DesktopWeb/ %CSV_User% Password1 VDI pool 1 logout
CSV=Z:\csv\user.csv
Launchmode=Parallel
ParallelDelay=10
ParallelTimeframe=3600
InitialStartNumber=1
NumberOfSessions=191
SequentialInterval=10
Fancy_number=1
Autologoff=1
LogoffTimeOut=120
CreateProfile=0
UseLocalLauncher=0
user.csv
User
login_vsi1
login_vsi2
login_vsi3
login_vsi4
login_vsi5 (*)
(*) continue until login_vsi191
WILauncher.py
from distutils.core import setup
from PAM30 import PAMIE
import sys
import time
if len(sys.argv) < 6:
print "Usage :: WILauncher.py baseURL username password domain NFuse_Application [delay] [disconnect|logout]"
else: