Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

Thursday, January 15, 2009

Ubuntu 9.04 Vs. Windows7 Boot time

Softpedia has a story about Ubuntu 9.04 booting in 21 seconds. It is counting from the time the Grub boot loader appears until the logon manager appears. I thought it would be good to compare on Windows7. I have a Lenovo T60p that is a member of a domain. From the time the Lenovo BIOS disappears until the "Press CTRL + ALT + DELETE to log" on appears is 37 seconds. Has anyone tested this on a Windows 7 computer that is not a member of a domain? If so please let me know.

Here is the link for the Ubuntu story.


http://news.softpedia.com/news/Ubuntu-9-04-Boots-in-21-4-Seconds-101885.shtml

Wednesday, January 14, 2009

Windows 7 Beta Network Performance

One of my major complaints about Vista has been the network performance problems, or atleast what seemed to be network performance problems. I worked with a couple of guys at work on testing network performance with XP, Vista and Windows 7 Beta. We created following script to test with.

net use N: file://servername/C$/Test
mkdir ST
echo Start,%time% >> Results.csv
copy N:\ReportViewer.exe ST\RV.exe
echo Small,%time% >> Results.csv
copy N:\office2007sp1-kb936982-fullfile-en-us.exe ST\of.exe
echo Big,%time% >> Results.csv
echo F1,=B2-B1 >> Results.csv
echo F2,=B3-B2 >> Results.csv
del ST\RV.exe
del ST\OF.exe
rmdir ST
net use /delete N: /y

I used a Windows 2003 Server and a Windows 2008 Server for testing.

Here are the results:

I was shocked by the performance of Windows 7 downloading from Windows 2003 server. I hope that Microsoft works on this. Remember that this is a Beta and we will have to wait until RTM to determine the real performance. I am very impressed with the perfromance of Windows 7 and Windows 2008 server. Hopefully this does not change in the RTM.