Tagged Questions

2
votes
3answers
4k 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 ...
1
vote
1answer
73 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
82 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
87 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 ...