Bug 409000 - Enhance LSF System Monitor view flyover/tooltip text should show hostname
Summary: Enhance LSF System Monitor view flyover/tooltip text should show hostname
Status: NEW
Alias: None
Product: PTP
Classification: Tools
Component: RM (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 10:45 EDT by Brian Watt CLA
Modified: 2013-06-04 15:14 EDT (History)
1 user (show)

See Also:


Attachments
System Monitor view box with "Idle" (2.89 KB, image/jpeg)
2013-05-24 10:49 EDT, Brian Watt CLA
no flags Details
System Monitor view box with "Job: ###" (4.54 KB, image/jpeg)
2013-05-24 10:50 EDT, Brian Watt CLA
no flags Details
System Monitoring view entire tab (46.89 KB, image/jpeg)
2013-05-24 10:53 EDT, Brian Watt CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Watt CLA 2013-05-24 10:45:38 EDT
The LSF System Monitor view shows a graphical picture of the target system configuration. This view shows the master node's name in the tab's title, for example "system: k7.pok.ibm.com". The remaining diagram consists of an array of boxes where each box represents one node in the cluster (at the highest detailed view). 

By default when the mouse is placed over one of these boxes when nothing is running on it (the color is white) the flyover/tooltip text displays "Idle". When something is running (the color is non-white) the flyover/tooltip text displays "Job: ####". 

REQUEST: Although knowing the state of a node "Idle" or "Job: ###" is useful it would be more useful to have additional information especially the hostname included in this flyover/tooltip, such as, "Node: c141f21ap17n01". Also The diagram does not contain any row or column headers to help communicate the graphical presentation and they too would be useful. 

Note: I do not know if this request is only representative of the LSF System Monitor view or can be applied to other target system configuration types.

PTP Version: 7.0.0.201305141336
Client: Windows XP SP3, blades.austin.ibm.com
Server: Linux RHEL 6.4, k7.pok.ibm.com
Scheduler: IBM Platform LSF 9.1
Comment 1 Brian Watt CLA 2013-05-24 10:46:05 EDT
Changed to enchancement
Comment 2 Brian Watt CLA 2013-05-24 10:49:49 EDT
Created attachment 231474 [details]
System Monitor view box with "Idle"
Comment 3 Brian Watt CLA 2013-05-24 10:50:46 EDT
Created attachment 231475 [details]
System Monitor view box with "Job: ###"
Comment 4 Brian Watt CLA 2013-05-24 10:53:43 EDT
Created attachment 231477 [details]
System Monitoring view entire tab
Comment 5 Carsten Karbach CLA 2013-05-27 05:11:10 EDT
(In reply to comment #0)
> The LSF System Monitor view shows a graphical picture of the target system
> configuration. This view shows the master node's name in the tab's title,
> for example "system: k7.pok.ibm.com". The remaining diagram consists of an
> array of boxes where each box represents one node in the cluster (at the
> highest detailed view). 
> 
> By default when the mouse is placed over one of these boxes when nothing is
> running on it (the color is white) the flyover/tooltip text displays "Idle".
> When something is running (the color is non-white) the flyover/tooltip text
> displays "Job: ####". 
> 
> REQUEST: Although knowing the state of a node "Idle" or "Job: ###" is useful
> it would be more useful to have additional information especially the
> hostname included in this flyover/tooltip, such as, "Node: c141f21ap17n01".

It would be possible to provide the hostname in the tooltip. Therefore, two things have to be adjusted: LML_DA currently does not transfer any node data to the monitoring client, since it is not displayed so far. The node data has to be added to the transferred LML file. The second adjustment is the generation of the tooltip. The reference to the focused compute node has to be extracted and added to the tooltip text.

> Also The diagram does not contain any row or column headers to help
> communicate the graphical presentation and they too would be useful. 

By default, the node names are not displayed as titles above each node. The node display would become too crowded by showing node names as soon as your system is composed of hundreds of nodes. We are working on making this behaviour configurable, which is part of the discussion in Bug 360435. Unfortunately, you cannot simply add row/column information, because compute nodes are not always named in a simple name schema, which can be easily mapped to a 2D display. We could add row/column information for implicit node names, which maps the id one to the upper left node and the highest id to the node at bottom right of the display. However, this implicit node naming could again confuse the users. Thus, I think a tooltip showing the actual node name would be a better solution for large systems.

> 
> Note: I do not know if this request is only representative of the LSF System
> Monitor view or can be applied to other target system configuration types.

Showing the node name in the tooltip is probably helpful for many systems.

> 
> PTP Version: 7.0.0.201305141336
> Client: Windows XP SP3, blades.austin.ibm.com
> Server: Linux RHEL 6.4, k7.pok.ibm.com
> Scheduler: IBM Platform LSF 9.1
Comment 6 Brian Watt CLA 2013-06-04 10:59:27 EDT
On PTP Version: 7.0.0.201305311341

R1. No change.

Since this is an enhancement, I will stop verifying/checking it against future build.