Windows Thread, Statistic Software - Room usage. in Technical; The head of our school thinks we have to many computers and is getting worried. I do not think we ...
-
8th January 2006, 01:32 PM #1 Statistic Software - Room usage.
The head of our school thinks we have to many computers and is getting worried. I do not think we do, i think we have the right amount.
What i need is some way of logging usage per ICT Suite. Then printing off a daily report of how many hours that group of PC's were used for so i can see places that are being under used.
Its just a vanilla XP/2003 Server setup, so no tools for such reports.
Anybody know of a way of doing what i want?
-
-
IDG Tech News
-
8th January 2006, 11:30 PM #2 Re: Statistic Software - Room usage.
Use wmi to querry how long each pc was used for, a good app that can do it is everest ultimate edition :
http://www.lavalys.com/
short of that you would probably need a vbscript that uses WMI or something programmed that uses WMI or some way of querrying the machines up time.
-
-
9th January 2006, 08:43 AM #3 Re: Statistic Software - Room usage.
You don't say how many you have but at one time it was directed that school should have a ratio of 16 students to 1 PC, the latest I believe is now 8 students per PC but the figure keeps dropping.
May be worth looking this up - could save you the time logging usage.
-
-
9th January 2006, 01:13 PM #4 Re: Statistic Software - Room usage.
I thought it was more like 4 or 5 students to 1 PC... anyway, I've never been asked about usage, but I keep a log based on the number of lessons a room is booked for - 2 rooms / total of 50 possible lessons per week - count the bookings and double it as a percentage - not perfect, but it works for me.
We average about 80%-90% usage, low at the beginning of terms, a lot higher towards the end.
-
-
9th January 2006, 01:51 PM #5 Re: Statistic Software - Room usage.
We have 496 Students and 192 PC's for pupil use. So we are well above the minimum. Ofsted will praise our computer ratio if they are being used. If not then we will get marked down. Thats why i need to be keeping a usage log.
-
-
9th January 2006, 02:31 PM #6 Re: Statistic Software - Room usage.
@Quackers: If it is a concern, perhaps you could redeploy some of the machines for staff-noly access (e.g. at the front of a classroom with IWB or in a staff office). It may even be worth considering trading in 50 or so to reduce the ratio nearer to the 4:1 that Becta recommend - this could increase the minimum spec of your machines and reduce software licensing costs.
-
-
9th January 2006, 02:32 PM #7 Re: Statistic Software - Room usage.
Ofsted won't mark you down for having too many PCs. We were inspected not so long ago and one of the inspectors was telling me that they are usually happy to see PCs easily available, but what they look for is how ICT is intergrated into lessons, but that's another topic!
-
-
9th January 2006, 03:21 PM #8 Re: Statistic Software - Room usage.

Originally Posted by
Ric_ @Quackers: If it is a concern, perhaps you could redeploy some of the machines for staff-noly access (e.g. at the front of a classroom with IWB or in a staff office). It may even be worth considering trading in 50 or so to reduce the ratio nearer to the 4:1 that Becta recommend - this could increase the minimum spec of your machines and reduce software licensing costs.
All staff have there own laptop (teachers) and there are another 10 PC's for staff only use around the school on top of that.
Our oldest PC's are PIII 666Mhz with 256MB RAM with Windows XP and Office 2003 on. They fly and are not slow and they are used. The licenses are already paid for.
See i know that the PC's all over are heavly used most of the time. I just need data to prove it, since the head keeps seeing so concerned.
-
-
9th January 2006, 06:00 PM #9 Re: Statistic Software - Room usage.
On another thread some ppl wrote scripts to log logons/offs, which would then go into a report. do a search.
-
-
11th January 2006, 11:14 AM #10 Re: Statistic Software - Room usage.

Originally Posted by
mark On another thread some ppl wrote scripts to log logons/offs, which would then go into a report. do a search.
I've done a search and been looking for the last hour and still i can find no threads on this? Am i being blind?
-
-
11th January 2006, 11:37 AM #11 Re: Statistic Software - Room usage.
PM ChrisH - he was developing this in some depth using VBScript and MySQL.
-
-
11th January 2006, 11:52 AM #12 Re: Statistic Software - Room usage.
VBScripts can use the XmlHttpRequest so it is technically possible to log anything VBScript can access to a database set up on a webserver (I'm thinking PHP/MySQL
) 
EDIT: Uploaded some code that may help.
Basically, login/logoff.vbs will pick up information and send it to a web page. This web page then adds those details into a databse. Just view the script to view the entries in the DB. Require PHP/MySQL.
First-time setup, run the script with ?setup=true as query string - this will DROP THE TABLE specified in the .php file (if it exists) and create it (again).
-
-
11th January 2006, 10:42 PM #13 Re: Statistic Software - Room usage.
Thanks for posting that webman, but i have never installed an SQL Server or Administered one, or done anything like what you have done in HTML, PHP etc.
I installed MySQL 5 and the service is running.
I copied the files you attached to the web server.
I opened up login.php and changed the $dbhost to "mars" as this is the name of the server with SQL Server on.
Changed the dbuser and dbpassword to the root ones i setup when installing MySQL.
I then went to http://earth/login.php?setup=true and it comes up with error 404. (earth is my webserver)
What have i not done? or am doing wrong? Like i say i'm a complete newbie to MySQL and PHP. HELP! 8O
-
-
12th January 2006, 09:39 AM #14 Re: Statistic Software - Room usage.
I think this could also be done by creating an access database and directly adding records to it with the login script. I have uploaded a script I just created but i havent tested it fully yet.
-
-
12th January 2006, 09:56 AM #15 Re: Statistic Software - Room usage.
@Apeo: Another good example of how the same thing can be achieved, and welcome to EduGeek
Thanks for the script. Haven't tried it but looks good.
-
SHARE: 
Similar Threads
-
By timbo343 in forum Windows
Replies: 14
Last Post: 6th June 2009, 10:28 AM
-
By jazzy639 in forum Educational Software
Replies: 30
Last Post: 23rd October 2008, 11:09 AM
-
By robert.mabbutt in forum Windows
Replies: 3
Last Post: 13th December 2006, 07:51 PM
-
By frontal in forum Recommended Suppliers
Replies: 6
Last Post: 29th June 2006, 07:51 PM
-
By ninjabeaver in forum Educational Software
Replies: 15
Last Post: 28th November 2005, 01:26 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules