tools for displaying custom performance counters across multiple machines [closed] - wmi

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to monitor the performance of my application.
I wrote custom performance counters and monitored them with perfmon but since my application run on several machines I need a tool (open source ?) which can monitor the whole system (aggregate the same counters across the different machines, user-friendly display, graphs and so on).
On way to do so is to query the performance counter on all the machine using WMI and display the result with graphs and more I’m sure there are several solution for that and I would like to hear about them.
Thanks,
Ron Anavi

Related

Is there a cross platform C/C++ library that gives us CPU and memory usage stats? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking to find a C/C++ library that gives me system stats like CPU usage and memory usage.
Is there one that works cross platform?
I just don't want to have to re-invent the wheel (badly).
You could use
SIGAR API (C++)
This is an open source library that does basically what your looking for,
but unfortunally there is no platform independent function for this.
If you want one for cross-platforms, ACE has a good one that works for a lot of languages! Note that ACE abstracts the OS in general, and might be heavyweight for what you want.
ACE

Monitoring network activity [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I wanted to know if there was a way (APIs , Library) to monitor network activity on different interfaces (wireless , wired) being performed by applications triggered by different users on windows.
You want a program that can monitor various interfaces, log packets, and filter them based upon packet addressing, protocol, etc.
Look at the program called Wireshark/Ethereal (using Pcap), or Tcpdump.

Does a software CPU analyzer for Windows Embedded Compact exist? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Looking for a software logic analyzer for embedded Windows software that lets you visualize and troubleshoot complex target activities. Allows you to see, on a timeline, how tasks, OS, and interrupts interact - who has the CPU, what states are the different tasks in, are my timing requirements met, etc.
Does a software CPU analyzer for Windows Embedded Compact exist?
You can use Kernel Tracker to perform this kind of analysis. You can collect data by enabling celog and the use the tool to visualize the information.
Here:
http://msdn.microsoft.com/en-us/library/ee479601.aspx
you can find some documentation about it in Compact2013 (I'm sorry but it seems that documentation for CE6 and Compact 7 has been hidden so well that even google can't find it!).

Is there a software project index? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am working on a platform to collect various data of software projects (e.g. code repository, issues, etc). Now I would like to create an index over software project, but before I do so on my own, I wanted to ask whether such an index already exists.
Ideally, such an index would list various (open source) software projects and offer data and URLs related to them. What I would need is at least the project name as well as the URLs to the code repository and to the issue tracker. An API to gather this information then would make it perfect.
Is anybody aware of such an index?
Have you come across ohloh.net? It's the closest thing I can think of from what you have stated.

Can anyone recommend a concurrent, real-time diagramming/flowchart collaboration tool? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking to work with others to quickly build a rather large class flow diagram that may or may not be strict UML. Can anyone recommend a networked, concurrent collaboration tool for such a task? Price is not an issue, but the target system must be Windows.
Surely someone must have done something like this in the past.
Any ideas?
DabbleBoard has an online diagramming tool that may do what you want. It should work on Windows, although it is a web-based and fairly low-level.
I don't know exactly how concurrent you need it, but Google Docs have just introduced a 'drawing' document type, which is basically a stencil based system like visio. It includes flowchart elements, and of course can be shared.