Questions tagged [resources]

93 questions
2
votes
0 answers

Generating report resource usage report for child processes

I'm looking for a tool that would generate a report about child processes. I'm interested in CPU usage, memory usage, etc. Ideally the tool would be used like this: uber_reporter -o report.html command -command_param_1 What I'm looking for on the…
smbear
  • 123
2
votes
1 answer

Generate resource usage report

I'm looking for load/usage data for a server in terms of CPU/RAM/network/Disk from OS perspective. The OS is RHEL5. I know sar is able to report system activity info, but the only commands I know are "sar -r -f sa10" and "sar -q -f sa10", and it's…
user11496
  • 569
1
vote
1 answer

Is this really the official website for DirectFB?

The README document in the DirectFB source tarball lists the official website as www.directfb.org; however, that site seems rather ... odd, to say the least. It starts off talking about Linux, but then goes off in quite a disturbing direction. Can I…
Time4Tea
  • 2,366
1
vote
2 answers

Minimal Linux for virtual network lab

I'm looking for a small linux (in memory and disk usage) distribution to be used in a network of virtual machines for lab testing. Suggestions or pointers to related information? Addendum Now trying Alpine Linux ...
0
votes
1 answer

How to know how many resources a process uses in all its execution time? linux

I would like to know if there is a program to analyze how many resources it takes to execute a command. for example as follows: # magic_program python3 app.py And that the program tells you how many resources the execution of a program uses, the…