The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
30 views

W3WP memory and threads utilization every day at midnight

i have ASP.NET application (Microsoft "Stock Trader 5.0") installed on IIS 7.5 (Win 2008 R2) and i'm using in load application to load stress on the ASP.NET application. every morning when i check the ...
-3
votes
0answers
23 views

Calculate Utilisation in between twodates from Booking period [closed]

Vehicle Booking as below : Booking start date : 1/11/2012 Booking End date: 5/01/2013 I need to find out vehicle utilization in between period means 1/12/2012 to 31/12/2013 (User is passing only ...
0
votes
0answers
18 views

CPU utilization for preeemptive tasks

Three tasks T1, T2 and T3 with priorities T1>T2>T3 are synchronized using a binary semaphore. Initially, T3 runs for 50ms after having set the semaphore, when it is preempted by T2. T2 runs ...
0
votes
0answers
37 views

xenserver cpu utilization using java api's

How do you get the CPU utilization in percentage from each virtual machine in xenserver using a Java API? We have already tried shell programming, but haven't been able to extract the relevant data ...
-1
votes
1answer
61 views

Java Function to rank and evaluate variables

I've got 4 double's double newmanUtil = newmanYard.oreTonnes / time(); double yandi1Util = yandiMine1.oreTonnes / time(); double yandi2Util = yandiMine2.oreTonnes / time(); double miningAreaCUtil = ...
0
votes
0answers
34 views

shared level cache Utilization for each process/thread running in linux environment

I wanted to check shared cache level utilization i.e. say "L3 cache" where this cache level is used by all cores running. Now, I wanted to check how much each thread/process using that shared cache.So ...
-1
votes
2answers
58 views

Linux kernel (and other system programs): Is it possible to configure/tweak them for optimal performance, with maximum hardware utilization? [closed]

I am not an OS/system programmer (still it has been attracting me a lot :) ), so I am not sure if this is a good question, and it might not be clear enough(its more than 1 question actually). Is it ...
0
votes
1answer
92 views

Need to check RDS diskspace utilization

Recently we have been facing problem on RDS as our allocated diskspace is getting exhausted on Amazon RDS. So is there any tool/plugins (nagios plugin) available or any other utility through which we ...
1
vote
1answer
40 views

Should CPU usage be restricted?

I have a computation-intensive application, which needs to run on a Windows server with no other applications on it. The application is designed for horizontal scalability so that it can run on ...
3
votes
1answer
340 views

How to calculate CPU utilization effectively using bash?

I am trying to calculate the overall CPU utilization of a single CPU, Ubuntu system using bash. I need the overall CPU usage percent for a system monitoring script I am making. The problem is that ...
0
votes
3answers
52 views

Which is better for Oracle database

I have a database which contain almost 95 table and its maximum normalized, but recently we noticed that select statements takes a long time, the reason was that one of the tables have almost ...
2
votes
2answers
912 views

Calculating Utilization in a Stop-And-Wait Protocol

So theres this question in my book and it doesn't state exactly how to go about actually calculating utilization anywhere, and i'm not being able to find any substantial information regarding ...
0
votes
0answers
16 views

Is there an application which graphically displays utilization ratio / capacity of various PC buses?

Is there a Win32 or GNU/Linux application which graphically displays current and historical utilization of each PC bus with respect to its capacity/bandwidth? (i.e., AGP, PCI, PCIe, FSB, memory) If ...
1
vote
1answer
179 views

MS SQL Server Log Utilization never decreases [closed]

I have been tasked with administering some MS SQL Server (Express) databases. My primary DBA experience has been with DB2 LUW and Oracle Database, and I have a hard time understanding the way SQL ...
0
votes
5answers
320 views

Lowering CPU utilization in Java programs

I have coded a pretty simple Java 2D game with only two threads - a music player and the game. I noticed when I kick on the game that my CPU utilization shoots up from the 20% range to the 70% range. ...
0
votes
1answer
395 views

CPU utilization of virtual machine

I have one physical machine which has 4 CPUs. I want to have some VM on it. The goal of my work is finding CPU utilization. But I am confused how the CPU usage of VMs and physical machine are related. ...
7
votes
3answers
1k views

Dual-core CPU utilization w/ single Java thread running [duplicate]

Possible Duplicate: Would a multithreaded Java application exploit a multi-core machine very well? I have a plain and simple Java thread like this running on my dual-core machine (Windows ...
3
votes
2answers
2k views

Increasing CPU Utilization and keep it at a certain level using C code

I am writing a C code (on Linux) that needs to consume a certain amount of CPU when it's running. I am carrying out an experiment in which I trigger certain actions upon reaching a certain CPU ...
0
votes
1answer
276 views

JavaScript setTimeout and Chrome memory utilization

I am facing a problem with javascript and browser (Chrome) memory utilization. There is timer (setTimeout) in my script, which is check location from browser. I have noticed that there is gradual ...
1
vote
1answer
245 views

Calculate process utilization in hyper-threading machine

I am trying to calculate a process utilization on my machine with Intel hyper-threading. I have one problem when trying to do the calculation: I am counting the loops my process is doing when ...
0
votes
3answers
220 views

In need of a Linux memory-utilization tool

I'm working on a thesis right now where I have to measure the usage and power consumption of VM's. To do so, I create a VM, then log into it and start a lookbusy process which utilizes the allocated ...
0
votes
1answer
2k views

Multi-core CPU utilization by Java application

I have a program that sorts big files by splitting them into chunks, sort chunks and merge them into final sorted file. Application runs one thread for loading/saving data from/to file - only one ...
1
vote
1answer
133 views

Utilization Tool, MS-Project alternative, Resource Controlling Tool

i'm looking for a alternative Program to control my resources, collabrators and projects. I dislike MS-Project, maybe alternative MS-Project specialisized on Ressource Controlling. Does anyone have ...
0
votes
1answer
267 views

Generating specific cpu, disk and network utilization workloads on Linux

I am looking for a Linux tool to generate workloads with pre-defined cpu, disk and network utilization. For example, I need to keep my cpu utilization on 55% and the disk utilization on 30% for a ...
1
vote
2answers
1k views

CPU usage in AS3

I have a large project with lots of classes. It takes 40% CPU when it is running. What is the best way to find out what operations and functions are responsible for the load? I am using Flash Builder ...
0
votes
1answer
34 views

Virtual Enviroment for server utilization

I have a django app and I would like to have an experience on scaling-up my project. http://www.djangobook.com/en/beta/chapter21/ In this document scaling issues of django applications are ...
0
votes
0answers
488 views

How to get status of congestionprovider option in Windows Vista & Windows 7?

Congestion provider is new service in Windows Vista (i assume Windows 7 contains it too) for squeezing more from your network bandwidth available. It applies only for applications using tcp protocol. ...
0
votes
2answers
155 views

How to measure utilization of a device with Selenium?

Does anybody knows whether it is possible to measure utilization of a server CPU with Selenium RC? I need to know service demand on the devise. Thanks in advance.
2
votes
1answer
422 views

Web application Load Tests: What counters to look at?

During a stress/load test of a ASP.NET app hosted in IIS, what should I be monitoring on the app server? For example, the built in utility performance monitor in windows has a huge list of counters ...
0
votes
3answers
810 views

How will applications be scheduled on hyper-threading enabled multi-core machines?

I'm trying to gain a better understanding of how hyper-threading enabled multi-core processors work. Let's say I have an app which can be compiled with MPI or OpenMP or MPI+OpenMP. I wonder how it ...
1
vote
1answer
235 views

Make Graphics Card process like an additional CPU to my program

So is it possible to make the graphics card act like an additional CPU in my program, calculating other things beside graphical content?
0
votes
4answers
95 views

How to utilize my computation resources

I wrote a program to solve a complicated problem. This program is just a c# console application and doesn't do console.write until the computation part is finished, so output won't affect the ...
0
votes
3answers
150 views

Processor Utilization

Out of curiosity ... is it possible to have more than 100% utilization of the CPU in a multi-threaded environment?
1
vote
1answer
54 views

Finding ideal utilization of rentable items in ruby

# Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec rentable_items = [ %w(x x x - - - x x x - - -), # item1 %w(- - - - - - - - - - - -), # item2 %w(x x x x x x x - - - - -), # item3 ...
1
vote
2answers
316 views

How to compare application memory usage on Linux and Windows?

I'm trying to compare memory utilization of an application running under Linux and Windows on the same PC. Is there a "quick and dirty" way to normalize readings from Windows task manager and Linux ...
0
votes
1answer
101 views

Processor Utilization by threads spawned by a program

I have a java program which spawns multiple threads say, 10-20 threads. This program is scheduled to be run on a machine that has 32 processors. I am keen to know if all the processors' power would ...
1
vote
2answers
367 views

How to estimate FPGA utilization for designing a work a like core?

I was considering some older generation FPGA's to interface with a legacy system. So I want a good way of estimating how much space is necessary to replace an ASIC given its transistor count. Does ...
18
votes
9answers
32k views

how to write super fast file streaming code in C#?

I have to split huge file into many smaller files. each of the destination file is defined by offset and length as number of bytes. I'm using the following code: private void copy(string srcFile, ...
1
vote
2answers
630 views

How to get CPU Utilization metrics in Windows Xp?

I need to get CPU utilization metrics of all the process. Operating system = Windows Xp programming language = Java requirements = need to take samples every few seconds indefinitely, not just ...
1
vote
2answers
1k views

CPU Utiliztion per process in Win32 API

I am doing a project on a centralized LAN management system. I need to know how many CPU cycles is each process of a remote PC consuming(as in a Task Manager )so that the network admin can close few ...
4
votes
3answers
7k views

How to get thread CPU utilization metrics in Redhat Linux

I need to get CPU utilization metrics for all the threads in a process. Operating system = Redhat linux programming language = C++ using POSIX requirements = need to take samples every few seconds ...
5
votes
4answers
582 views

Too Little CPU Utilization in Java

Hey stackoverflow community! I'm having an issue where a highly involved algorithmic program is using TOO LITTLE cpu utilization: somewhere between 3 and 4%. It is taking very long to return ...
0
votes
4answers
458 views

CPU Utilization of Service DLL?

I need to find out the CPU utilization of a service DLL. I have looked in existing samples and we can find CPU utilization for processes. I think DLL will be loaded by services.exe. So is it possible ...
2
votes
4answers
1k views

Proper disposal of SharePoint objects?

I hope there's a SharePoint expert here on SO who can help with this. Here's the problem. My SharePoint logs contain this line, several times: An SPRequest object was not disposed before the end of ...