12-14-2011
Tools to monitor system performance in Android or linux
Hi,
May i know the tools which will give the below details in a consolidated fashion for some 'X' duration in single and multicore processors,
1) How many times and how long scheduler code and kernel threads are executing ?
2) Details about each process, time spent in each state (run, wait etc), amount of memory consumed in each state ?
3) In processor perspective how long it is spending in each state ?
Regards,
Karthi
9 More Discussions You Might Find Interesting
1. AIX
In lieu of not having filemon (AIX 5100-09) does anyone have have any
recomendations of freeware I can get to analyze an I/O issue on my AIX
box? (1 Reply)
Discussion started by: capeme
1 Replies
2. News, Links, Events and Announcements
About 4 years ago I wrote this tool inspired by Rob Urban's collect tool for DEC's Tru64 Unix. What makes this tool as different as collect was in its day is its ability to run at a low overhead and collect tons of stuff. I've expanded the general concept and even include data not available in... (0 Replies)
Discussion started by: MarkSeger
0 Replies
3. HP-UX
Hello,
there. We want to write application on HP-UX to monitor system resource,such as CPU,Network Traffic Load,Disk Usage,etc. Anyone know these API functions except the system command ? thanks. (6 Replies)
Discussion started by: Frank2004
6 Replies
4. UNIX for Advanced & Expert Users
Hi All,
Can someone help me out knowing all commands for getting system performance on Linux Red hat(I hope Red hat doesn't matter).
I am aware of vmstat, sar and top.
Thanks in advance,
Yagami Light. (1 Reply)
Discussion started by: Yagami
1 Replies
5. AIX
Dear experts ,
Pls advice for any good Tool to monitor the CPU and performance of AIX the system ..
to keep monitoring to show me the utilization of that system .. (12 Replies)
Discussion started by: Mr.AIX
12 Replies
6. Infrastructure Monitoring
Hi,
Are there any GUI (preferably web based) Solaris monitoring tools available for the SPARC platform.
Just to clarify, when i say GUI, I don't mean buttons to configure the Software, of course that would be a plus, but rather GUI in terms of output, like Graphs.
Thanks (6 Replies)
Discussion started by: Mack1982
6 Replies
7. What is on Your Mind?
I just had this idea of using Android (a linux derivative) to monitor heart rates of patients with a history of cardiac problems. There are plenty apps around that monitor heart rates, but none for people that require medical attention when their heart rate drops below a certain level for more... (0 Replies)
Discussion started by: figaro
0 Replies
8. Solaris
Hi forum
We have nearly 240 servers inclding zones . How can i monitor server and its performance by using any monitoring tools. My indentions is to plot graphs based on server utilization interms of cpu and memory
Is there any opensource tools for this.
I saw collectd and it has agent... (3 Replies)
Discussion started by: bentech4u
3 Replies
9. UNIX for Beginners Questions & Answers
i have been trying to compile an android Marshmello system with no success. every time i try to compile i get this error
javac: invalid source release: 1.7s
Usage: javac <options> <source files>
make: *** Error 41
#### make failed to build some targets (03:04 (mm:ss)) ####... (2 Replies)
Discussion started by: gearm
2 Replies
LEARN ABOUT MOJAVE
hostinfo
hostinfo(8) BSD System Manager's Manual hostinfo(8)
NAME
hostinfo -- host information
SYNOPSIS
hostinfo
DESCRIPTION
The hostinfo command displays information about the host system on which the command is executing. The output includes a kernel version
description, processor configuration data, available physical memory, and various scheduling statistics.
OPTIONS
There are no options.
DISPLAY
Mach kernel version:
The version string compiled into the kernel executing on the host system.
Processor Configuration:
The maximum possible processors for which the kernel is configured, followed by the number of physical and logical processors avail-
able.
Note: on Intel architectures, physical processors are referred to as cores, and logical processors are referred to as hardware threads;
there may be multiple logical processors per core and multiple cores per processor package. This command does not report the number of
processor packages.
Processor type:
The host's processor type and subtype.
Processor active:
A list of active processors on the host system. Active processors are members of a processor set and are ready to dispatch threads.
On a single processor system, the active processor, is processor 0.
Primary memory available:
The amount of physical memory that is configured for use on the host system.
Default processor set:
Displays the number of tasks currently assigned to the host processor set, the number of threads currently assigned to the host proces-
sor set, and the number of processors included in the host processor set.
Load average:
Measures the average number of threads in the run queue.
Mach factor:
A variant of the load average which measures the processing resources available to a new thread. Mach factor is based on the number of
CPUs divided by (1 + the number of runnablethreads) or the number of CPUs minus the number of runnable threads when the number of
runnable threads is less than the number of CPUs. The closer the Mach factor value is to zero, the higher the load. On an idle system
with a fixed number of active processors, the mach factor will be equal to the number of CPUs.
SEE ALSO
sysctl(8)
Mac OS X October 30, 2003 Mac OS X