Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
1k views

How can I add a performance counter to an category i have already created

I have created a PerformanceCounterCategory like below var category = PerformanceCounterCategory.Create("MyCat", "Cat Help", PerformanceCounterCategoryType.SingleInstance, "MyCounter", "Counter ...
7
votes
1answer
813 views

how to set a 'counter' for a GDB breakpoint

I have a function that is called some large number of times, and eventually segfaults. However, I don't want to set a breakpoint at this function and stop after every time it's called, because I will ...
7
votes
3answers
207 views

If you could only monitor 10 SQL Server 2005 counters, what would they be?

Yes, this is rather subjective, but I am doing research on that matter and am curious to see if others have come to the same conclusions that I have. So, I ask, if you could only monitor 10 SQL ...
6
votes
5answers
231 views

Implementing an efficient system of “unread comments” counters

I am trying to find an optimal solution for the following problem: there is a need to design a database (postgres-based), the system of triggers and counters in it, which will form a system of ...
4
votes
3answers
421 views

Using Memcache as a counter for multiple objects

I have a photo-hosting website, and I want to keep track of views to the photos. Due to the large volume of traffic I get, incrementing a column in MySQL on every hit incurs too much overhead. I ...
4
votes
2answers
261 views

Recommendations for an enterprise management dashboard

Like many organizations, I don't have a single software application that I run to support the enterprise. I have many different software components that facilitate the business and these software ...
3
votes
1answer
80 views

How to get sorted counters from Cassandra

I have a row of counters and I want to get its' columns sorted by values. Is there any strategies or data models for that?
3
votes
2answers
855 views

.net performance counter - Process(w3wp)\% Processor Time

During performance testing, I found that the values of Process(w3wp)\% Processor Time are greater than 100. Some values are 237.1436486 312.5338052 341.2373994 264.4097661 191.6237736 I thought ...
3
votes
3answers
179 views

A tricky counter - just a int, but he won't work as requested

I'm near the end of a program I had got to code for my university courses, but I got into a last trouble: formatting the output! It's nothing about code: this is just cosmetics (but I need to fix ...
2
votes
1answer
49 views

RawFraction performance counters in c#

I am having issues using the RawFraction performance counter in my project. All I want is to show a simple fraction of totalActionType1/totalActions. So totalActions is my Rawbase counter and ...
2
votes
2answers
57 views

Is there a way to “set” Hadoop Counter instead of incrementing it?

API only provides methods to increase a counter in Mapper or Reducer. Is there a way to just set it? or increment it's value only once irrespective of the number of times mappers and reducers are run. ...
2
votes
1answer
153 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 ...
2
votes
3answers
415 views

Creating Performance Counters in Java

Does anyone know how can I create a new Performance Counter (perfmon tool) in Java? For example: a new performance counter for monitoring the number / duration of user actions. I created such ...
1
vote
1answer
39 views

Accessing MapReduce configuration/statistics for logging and analysis

We're working on gathering statistics from our map reduce jobs. We're going to use counters for some things but I wonder if there's some way to access the statistics on the Web UI, such as rows ...
1
vote
1answer
93 views

Reading performance counters for Intel Xeon in userspace

I want to read performance counters for intel xeon using a shell script in userspace. Oprofile will not work as it is too rigid to fulfill my requirements. I am using FC13. Thanks
1
vote
5answers
369 views

How do I keep track of how many times an external link is clicked?

I have a site affiliated with a university and we want to link to another site that has a certain teaching program. We were hoping to be able to track the amount of times this link has been clicked ...
1
vote
0answers
549 views

Monitoring process-level performance counters in Windows Perfmon

I am sure everybody has bumped into this. As you scale a web server that uses multiple application pools, it's valuable to collect performance counters for each application pool 24x7. The only problem ...
1
vote
3answers
395 views

Performance Counters Registry validation

I have a C# application that adds some performance counters when it starts up. But if the registry HKEY_LOCAL_MACHINE->SOFTWARE->Microsoft->Windows NT->CurrentVersion->Perflib is corrupted (missing or ...
1
vote
2answers
269 views

Equally divide resultset into groups, with cursor or not?

I'm building a race administration system, with drivers and race heats. I need to divide, lets say, 13 drivers into groups of maximum 6 per group. It's not possible since the result will be 2.2 ...
0
votes
0answers
19 views

How to see GDI objects in performance monitor

What performance counter should be selected in perfmon in order to see GDI objects , like in task manager ?
0
votes
1answer
81 views

Managing counters in large map/reduce applications

I have several, similar map/reduce jobs with divergent counter names and different getCounter() conventions. Is there an effective, idiomatic hadoop way for managing the uniform use of counter ...
0
votes
0answers
33 views

How to use PAPI periodically for performance measurements

I want to analyze system's performance for my application using PAPI api in C. The general structure is that -- Initialize PAPI -- Initialize counters of interest -- start counters -- run ...
0
votes
1answer
42 views

trying to count the number of times something comes up on a dice. ruby code

This is my code for a dice that shows a direction. It shows either north, south, east or west when rolled. I'm trying to figure out a way to count how many times each one of these appears anytime I ...
0
votes
4answers
118 views

Printing counters in nested loops

I'm trying to concatenate counters in nested loops, with the inner loop having a smaller maximum, such that my output should read: 1.1 1.2 1.3 1.4 2.1 2.2 2.3 2.4.... Where the inner loop is ...
0
votes
2answers
161 views

A Proper View Counter in PHP

I have a Wordpress Plug-in with users requesting a feature that is the view counter. I know only a few approaches on making a view counter, and the problem is that I want to optimize for performance ...
0
votes
4answers
161 views

Java Counter Problems

For the public void setValue(int newcount) how do I make it so the value the other program sends is used to set the newcount? Also I have to do this "If the newcount < zero or > maxValue, do ...
0
votes
1answer
416 views

How is the CountPerTimeInterval32 performance counter type used to measure the average rate of events per minute?

I need to measure the rate an application event which is occuring with a frequence bellow once per sec. Can this be achieved using the CountPerTimeInterval32 counter type and if so how? If not, what ...
0
votes
2answers
525 views

Passing objects as arguments in VBScript

I'm working on a project to capture various disk performance metrics using VBScript and would like to use a sub procedure with an object as an argument. In the following code samples the object I'm ...
0
votes
0answers
97 views

performance counters and their base link

with some performance counters they are compriseed of 2 counters the actual counter and a "base" counter used for calculations. The question is, in .net, is there any easy way to get the linked base ...
0
votes
2answers
2k views

“The RPC server is unavailable”

this is driving me crazy. I have 2 testing machine, one XP, and one Vista. I am running the same commands on both. These commands include creating a logman counter ( like a perfmon with command ...
0
votes
4answers
164 views

Counter won't work when I move it to another server

I set up a hitcounter so that each time someone goes to my site, one of 7 different sidebars loads up. There is a file called counter.php that writes to a text file called hitcounter.txt. All the ...
-1
votes
4answers
53 views

web counters in files?

How do I store counters in php script without DB? Always was using DB but now I want simpler configuration... Using files seems to be problematic due to file locks. Let's say that there are many ...