1
0
Files
irix-657m-src/eoe/cmd/pcp/oview/app-defaults
2022-09-29 17:59:04 +03:00

265 lines
6.1 KiB
Plaintext

! $Id: app-defaults,v 1.4 1999/04/30 04:03:45 kenmcd Exp $
!
! Inventor Scene Resources
!
!
! Geometry
!
! distance between proximal routers, relative to the router radius
OView*routerDistance: 10.0
! radius of router-router link tubes, relative to the router radius
OView*routerLinkRadius: 0.25
! axis length as a proportion of routerDistance
OView*axisLength: 0.25
! length of node-router link relative to a router-router link.
OView*nodeLinkLength: 0.667
! proportion of the node-router link tube that router-metering uses
OView*nodeLinkRouterProportion: 0.5
! radius of a node cylinder, relative to the router radius
OView*nodeRadius: 0.4
! height of a CPU block, relative to the router radius
OView*cpuHeight: 0.8
! length of the center mark for router-router links (wrt router radius)
OView*centerMarkLength: 2e-2
! deviation factor for "long diagonal" link bends (wrt routerLinkRadius)
OView*longBendDeviation: 3
! ratio of node-router link radius to router-router link radius
OView*nodeLinkRadius: 1.0
! initial orientation (rotation) of scene (in degrees)
OView*sceneXRotation: -3
OView*sceneYRotation: 30
!
! Visualization
!
! Use fast antialiasing
OView*antiAliasSmooth: true
! Number of antialiasing passes: 1 to 255. Only 1 pass disables antialiasing.
OView*antiAliasPasses: 1
!
! Color and Color Legends
!
! inactive part of cpubar
OView*cpuSlack.color: grey80
!
! cpubar colors (matching mpvis colors)
! kernel.percpu.cpu.wait.total
OView*cpuMetric1.color: cyan2
! kernel.percpu.cpu.user
OView*cpuMetric2.color: blue2
! kernel.percpu.cpu.sys
OView*cpuMetric3.color: red2
! inactive part of router link
OView*routerLinkSlack.color: grey80
!
! router port utilization colors.
! hw.router.perport.recv.bypass_util
OView*routerLinkMetric1.color: violet
! hw.router.perport.recv.queued_util
OView*routerLinkMetric2.color: yellow
! node receive color. Matches bypass_util of router
OView*nodeLinkMetric.color: violet
!
! Router total utilization color legend
OView*evenRouter.color: cyan3
OView*oddRouter.color: cyan3
OView*routerLevel1.color: cyan1
OView*routerLevel1.legend: 0.01
OView*routerLevel2.color: yellow
OView*routerLevel2.legend: 0.05
OView*routerLevel3.color: orange
OView*routerLevel3.legend: 0.2
!OView*routerLevel4.color: red
!OView*routerLevel4.legend: 0.4
!
! Node utilization color legend
OView*node.color: light yellow
OView*nodeLevel1.color: blue
OView*nodeLevel1.legend: 0.05
OView*nodeLevel2.color: magenta
OView*nodeLevel2.legend: 0.1
OView*nodeLevel3.color: orange
OView*nodeLevel3.legend: 0.2
OView*nodeLevel4.color: red
OView*nodeLevel4.legend: 0.4
!
! link join & center marker colors
OView*join.color: grey70
OView*centerMark.color: grey50
!
! unrecognised link-type alert color
OView*linkWarn.color: red
!
! Metrics and Scaling for Modulated Utilization
!
OView*routerUtilModulationScale: 100
OView*cpuUtilModulationScale: 1000
OView*nodeMetric: origin.numa.migr.intr.total
OView*nodeUtilModulationScale: 10
!
!
! User Interface Resources
!
!
!Activate schemes and sgi mode by default
!
OView*useSchemes: all
OView*sgiMode: true
!
!SGI Style guide specifies explicit focus within OViews
!
OView*keyboardFocusPolicy: explicit
!
! Menus
!
OView*fileMenu.labelString: File
OView*fileMenu.mnemonic: F
OView*recordButton.accelerator: Ctrl<Key>R
OView*recordButton.acceleratorText: Ctrl+R
OView*recordButton.labelString: Record
OView*recordButton.mnemonic: R
OView*saveButton.accelerator: Ctrl<Key>S
OView*saveButton.acceleratorText: Ctrl+S
OView*saveButton.labelString: Save
OView*saveButton.mnemonic: S
OView*printButton.accelerator: Ctrl<Key>P
OView*printButton.acceleratorText: Ctrl+P
OView*printButton.labelString: Print
OView*printButton.mnemonic: P
OView*exitButton.accelerator: Ctrl<Key>Q
OView*exitButton.acceleratorText: Ctrl+Q
OView*exitButton.labelString: Quit
OView*exitButton.mnemonic: Q
OView*optionsMenu.labelString: Options
OView*optionsMenu.mnemonic: O
OView*showVCRButton.accelerator: Ctrl<Key>T
OView*showVCRButton.acceleratorText: Ctrl+T
OView*showVCRButton.labelString: Show Time Control
OView*showVCRButton.mnemonic: T
OView*newVCRButton.accelerator: Ctrl<Key>N
OView*newVCRButton.acceleratorText: Ctrl+N
OView*newVCRButton.labelString: New Time Control
OView*newVCRButton.mnemonic: N
OView*launchMenu.labelString: Launch
OView*launchMenu.mnemonic: L
OView*helpPane.labelString: Help
OView*helpPane.mnemonic: H
OView*help_click_for_help.labelString: Click For Help",
OView*help_click_for_help.mnemonic: C",
OView*help_click_for_help.accelerator: Shift<Key>F1",
OView*help_click_for_help.acceleratorText: Shift+F1",
OView*help_overview.labelString: Overview
OView*help_overview.mnemonic: O
OView*help_index.labelString: Index
OView*help_index.mnemonic: I
OView*help_prod_info.labelString: Product Information
OView*help_prod_info.mnemonic: P
!
! Scale Thumb Wheel (see SgThumbWheel(3))
! These resources control the coarseness of the scale wheel (which is
! logarithmic). These settings force the wheel to have no maximum or
! minimum value and is reasonably fine near the center (scale of 1.0):
!
! OView*scaleWheel.homePosition: 0
! OView*scaleWheel.maximum: 0
! OView*scaleWheel.minimum: 0
! OView*scaleWheel.unitsPerRotation: 100
!
! These settings force a minimum and maximum value which is not as fine
! for values near the center:
!
! OView*scaleWheel.homePosition: 0
! OView*scaleWheel.maximum: 80
! OView*scaleWheel.minimum: -80
! OView*scaleWheel.angleRange: 240
!
OView*scaleText.value: 1.0000
OView*scaleLabel.labelString: Scale
OView*scaleWheel.homePosition: 0
OView*scaleWheel.maximum: 0
OView*scaleWheel.minimum: 0
OView*scaleWheel.unitsPerRotation: 100
OView*scaleWheel.angleRange: 240
!
! Maximum value before saturation
! The default of 1.05 allows for 5% error in the time delta when
! determining rates, before values are deemed saturated.
!
OView*saturation: 1.05
!
! Title, geometry etc.
!
OView*title: Origin Performance Viewer
OView.geometry: 512x512
!
! Better handling of limited colors with pixmaps
!
OView*silenceWarnings: true
OView*xpmColorCloseness: 113512
!
! Dialogs
!
OView*fileSelectionDialog.width: 358
OView*fileSelectionDialog.height: 417
!
! Help
!
*helpSubSys: pcp_eoe.books.OViewHelp
*helpTitle: oview Help