linux.ui: Add Operating System Overview Perspective
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 9 May 2016 14:42:59 +0000 (10:42 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 15 Jul 2016 19:21:52 +0000 (15:21 -0400)
commit58ecfaa78500ff806a2ea3dad014667de03cd0b1
treec933c2a38f12efb7d68802ffaffa30597be880e6
parenta271b30aea0df537e5b0034b6ca966145226f922
linux.ui: Add Operating System Overview Perspective

When solving a problem, one must locate it before they can
identify it.

The current LTTng Kernel perspective is very good at identifying
problems but its views are mostly useful when a user is zoomed in.

This perspective, allows users to locate problem using metrics that
they are used to: CPU usage, Memory usage and IO usage, just like
system monitors in Linux[1] and Windows[2].

This perspective is intended to be used in tandem with the LTTng
Kernel perspective as this one can hone in on an issue and the
Kernel perspective can figure out the problem.

[1] http://static.thegeekstuff.com/wp-content/uploads/2009/10/system-monitor-resources.png
[2] http://www.windows7library.com/blog/wp-content/uploads/2011/04/Resource-Monitor.jpg

Change-Id: I0465b5bd61dc6cca6e8b6f78adbf2969df6f5481
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/72303
Reviewed-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/icons/obj16/os_overview.png [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/plugin.properties
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/plugin.xml
analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/perspectives/KernelOverviewPerspectiveFactory.java [new file with mode: 0644]
This page took 0.024911 seconds and 5 git commands to generate.