📄 main.hlp
字号:
*nodeColorSlider: red- color of slider part (value portion) of a canvas scale item.*nodeColorExtendedTrough: blue- color of extended trough (over 100 portion when value exceeds max) of a canvas scale item.*nodeScaleFactor: 1- tells how much bigger you want the scale item on the canvas to appear. (1 means to keep size as is) *nodeBoxFullMaxWidth: 300*nodeBoxFullMaxHeight: 100- maximum width and height (in pixels) of a node box in FULL mode.*nodeBoxIconMaxWidth: 56*nodeBoxIconMaxHeight: 56- maximum width and height (in pixels) of a node box in ICON mode.*nodeBoxMirrorMaxWidth: 700*nodeBoxMirrorMaxHeight: 400- maximum width and height (in pixels) of a node box displayed on a separate window (after it has been clicked with the mouse to obtain a bigger view)*nodeBoxMirrorScaleFactor: 3- tells how much bigger you want the scale item on the canvas to appear while the node box is displayed on a separate window (1 means to keep size as is)Server Box Properties---------------------Resource names beginning with "*medium" apply to the propertiesof the server boxes. A server box is made of an outer frame where the serverdisplay label sits on top, a canvas filled with node boxes is on the middle, possibly some horizontal/vertical scrollbars, and a status label at the bottom.*mediumLabelForeground: #150567- color of text applied to the server display label and status label. *mediumLabelBackground: #cdc0b0- background color of the unfilled portions of the server display label and status label.*mediumLabelBorderWidth: 4- distance of the server display label and status label from other parts of the server box.*mediumLabelRelief: ridge- how the server display label and status label appear visually (style). *mediumLabelFont: -misc-fixed-bold-r-normal--13-120-75-75-c-80-iso8859-1- font used for the text of the server display label and status label.*mediumLabelFontWidth: 8- font width (in pixels) of *mediumLabelFont.*mediumLabelFontHeight: 13- font height (in pixels) of *mediumLabelFont.*mediumCanvasBorderWidth: 1- the distance of the server box's canvas from the label widgets.*mediumCanvasBackground: #cdc0b0- the background color of the canvas.*mediumCanvasRelief: flat- how the canvas appear visually (style).*mediumScrollBorderWidth: 2- distance of the scrollbars from the other parts of the server box.*mediumScrollBackground: #eedfcc- the background color of the scrollbars *mediumScrollRelief: sunken- how the scrollbars appear visually.*mediumBackground: #cdc0b0- the color of the server box frame.*mediumBorderWidth: 10- the distance of the server box from other boxes.*mediumRelief: ridge- how the server box appears visually (style).*serverBoxMaxWidth: 700*serverBoxMaxHeight: 600- maximum width and height (in pixels) of a server box.*serverBoxMaxNumNodeBoxesPerRow: 17- maximum # of node boxes to appear in a row within a canvas.Miscellaneous Properties------------------------Resource names beginning with "*big" apply to the properties of a site box,as well as to widgets found outside of the server box and node box. Thisincludes the dialog boxes that appear when the menu buttons of the main windoware manipulated. The site box is the one that appears on the main regionof xpbsmon.*bigBackground: #c8b9a6- background color of the outer layer of the main window.*bigForeground: #150567- color applied to regular text that appear outside of the node box and server box.*bigBorderWidth: 2- distance of the site box from the menu area and the color information area.*bigRelief: raised- how the site box is visually represented (style)*bigActiveColor: #9db2ff- the color applied to the background of a selection, a selected command button, or a selected scroll bar handle.*bigShadingColor: #c7af92- a color shading applied to some of the frames to emphasize focus as well as decoration.*bigSelectorColor: #980517- the color applied to the selector box of a radiobutton or checkbutton.*bigDisabledColor: #8f8e8d- color applied to a disabled widget.*bigLabelBackground: #c8b9a6- color applied to the unfilled portions of label widgets.*bigLabelBorderWidth: 1- distance from other widgets of a label widget. *bigLabelRelief: raised- how label widgets appear visually (style) *bigLabelFont: -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1- font to use for labels. *bigLabelFontWidth: 9- font width (in pixels) of *bigLabelFont.*bigLabelFontHeight: 15- font height (in pixels) of *bigLabelFont.*bigLabelForeground: #150567- color applied to text that function as labels.*bigCanvasBackground: #c8b9a6- the color of the main region.*bigCanvasRelief: flat- how the main region looks like visually (style)*bigCanvasBorderWidth: 1- distance of the main region from the menu and info regions.*bigScrollBorderWidth: 2- if the main region has a scrollbar, this is its distance from other widgets appearing on the the region. *bigScrollBackground: #c8b9a6- background color of the scrollbar appearing outside a server box and node box.*bigScrollRelief: sunken- how the scrollbar that appears outside a server box and node box looks like visually (style)*bigTextFont: -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1- the font to use for the text that appears outside any server box or node box.*bigTextFontWidth: 9- the font width (in pixels) of *bigTextFont*bigTextFontHeight: 15- the font height (in pixels) of *bigTextFont*siteBoxMaxWidth: 700- maximum width (in pixels) of the site box.*siteBoxMaxHeight: 500- maximum height (in pixels) of the site box.*siteBoxMaxNumServerBoxesPerRow: 10- maximum number of server boxes to appear in a row inside the site box.*autoUpdate: true- if set to true, then information about nodes is periodically gathered. *autoUpdateMins: 1- the # of minutes between polling for data regarding nodes when *autoUpdate is set.*siteInView: Mars- the name of the site that should be in view*rcSiteInfoDelimeterChar: ;- the separator character for each input within a curly-bracketed line of input of *siteInfo. *sitesInfo: {<site1name>;<site1-display-type>;<server-name>;<server-display-label>;<nodename>;<nodetype>;<node-query-expr>} ...{<site2name>;<site2-display-type>;<server-name>;<server-display-label>;<nodename>;<nodetype>;<node-query-expr>} - information about a site where <site1-display-type> can be either {FULL,ICON}, nodetype can be {MOM, NOMOM}, and <node-query-expr> has the format: { {<expr>} {expr-label} <output-format>} where <output-format> could be {TEXT, SCALE}. It's probably a lot easier to use the "Pref.." dialog boxes in order to update values for this.Ex.*sitesInfo: {MARS;ICON;newton;Newton;newton3;NOMOM;} {Jupiter;FULL;db;DB;db.OpenPBS.org;MOM;{{ ( availmem / totmem ) * 100} {Memory Usage:} SCALE} {{ ( loadave / ncpus ) * 100} {Cpu Usage:} SCALE} {ncpus {Number of Cpus:} TEXT} {physmem {Physical Memory:} TEXT} {idletime {Idle Time (s):} TEXT} {loadave {Load Avg:} TEXT}} {Mars;ICON;newton;Newton;newton4;NOMOM;} {Mars;ICON;newton;Newton;newton1;NOMOM;} {Mars;ICON;newton;Newton;newton2;NOMOM;} {Mars;ICON;b0101;DB;aspasia.OpenPBS.org;MOM;{{ ( availmem / totmem ) * 100} {Memory Usage:} SCALE} {{ ( loadave / ncpus ) * 100} {Cpu Usage:} SCALE} {ncpus {Number of Cpus:} TEXT} {physmem {Physical Memory:} TEXT} {idletime {Idle Time (s):} TEXT} {loadave {Load Avg:} TEXT}} {Mars;ICON;newton;Newton;newton7;NOMOM;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -