Daniel Aharon on 3 Jan 2014 08:49:09 -0800
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
[PLUG] calculating cost of a process
|
- From: Daniel Aharon <daguerre.m@gmail.com>
- To: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
- Subject: [PLUG] calculating cost of a process
- Date: Fri, 03 Jan 2014 11:49:08 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ks8yuHUjrNIhF+izP4rpXK8j5nbiSoT7iZKWKsJP3Gc=; b=sfJdZ65tq3sjWeK9gkejZa5rZPIcOrgVpA+xFH2jHSlurcFPJKZ5aNfWl71rqGKkzt rGWdh4qDhEtSmfztz15OfCOqmGWzcq8ERTIFtxWMJ3sx0XnryJuEf6agrz02bLEg/MwJ wEGj5HY+FpbS87z7NVqRvoblhi62pVxsUmKrSvWWUP0sv6Aa3pO9f2w/qDtGPadsC54V bclMgWVDh94odXBN9dXekXUX7xUjptTbrK2iRCVcEXmi1JqbfgM2O2IP7gjxIRlaFySe 3vE/c6WwAZBgutSCaNeXZBOP42PCCxbcICrFjnx5kgs91mqzLkRmJc2k1NxxlrsogReX I1BA==
- Reply-to: Philadelphia Linux User's Group Discussion List <plug@lists.phillylinux.org>
- Sender: "plug" <plug-bounces@lists.phillylinux.org>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
So I'm tasked with determining the monetary cost of each execution run
of a process on a Win2008R2 box, so management can go to investors and
say "Our method costs XX cents per file".
My guess at one way to do this is:
(cost of server)+(fractional cost of colo resources)
____________________________________________________ = $answer
time the process takes
I know how I'd time a process on Linux (using "time"), but does anyone
have a suggestion for a Windows equivalent?
And does anyone who's had this kind of task before recognize a better
way to go about it?
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug