VOOZH about

URL: https://www.ibm.com/support/pages/system/files/inline-files/$FILE/pGraph.properties


############################################################## # # # pGraph properties file # # # # Save this file in the same directory of pGraph jar file # # Wrongly formatted lines are skipped. # # Missing parameters trigger hardcoded defaults. # # # ############################################################## ############################################################## # # # FONTS # # # # Fonts must be declared as "name,style,size". # # Valid font names: # # dialog, dialoginput, monospaced, serif, sanserif # # Valid styles are: # # plain, bold, italic, bolditalic # # Font size is in pixels # # # # ButtonFont Inside buttons # # PanelDataFont Series description and values # # PanelGridFont X-Y values in graphs # # PanelTitleFont Title of graph # # # ############################################################## ButtonFont = PanelDataFont = PanelGridFont = PanelTitleFont = PointedDataFont = ############################################################## # # # SIZES # # # # Size is in pixels. # # # # GraphHeight Minimum height of each graph panel # # GraphWidth Graph panel width in pixels # # TextareaWidth Labels and values: default=min=250 # # # # WARNING! pGraph memory footprint is proportional to # # GraphWidth value. Be careful when increasing it. # # Default is 500. Setting to 750 requires 50% more # # memory! # # # ############################################################## GraphHeight = GraphWidth = TextAreaWidth = ############################################################## # # # COLORS # # # # Colors can be defined either with name or with R,G,B # # Valid color names: # # black, blue, cyan, darkgray, gray, green, # # lightgrey, magenta, orange, pink, red, white # # RGB values must be provided in 0-255 range # # # # UserColor User% # # SystemColor System% # # WaitColor Wait% # # IdleColor Idle% # # GraphBackColor Graph's background color # # DataBackColor Series description background color # # Series1Color Series#1 color # # Series2Color Series#2 color # # Series3Color Series#3 color # # Series4Color Series#4 color # # Series5Color Series#5 color # # # ############################################################## UserColor = SystemColor = WaitColor = IdleColor = GraphBackColor = DataBackColor = Series1Color = ############################################################## # # # DIRECTORIES # # # # Directories in local filesystem. # # Note that '\' is treated as an escape character. On OSes # # like Windows use '\\' or the good Unix '/'. Spaces are # # allowed in path. # # Windows example1: c:/pGraph # # Windows example2: c:\\pGraph # # # # WorkingDirectory Directory used to open files. # # # ############################################################## WorkingDirectory = ############################################################## # # # PARSER VARIABLES # # # # Variables used during parsing # # # # MaxTopProcs max process:pid entries allowed # # MaxDisks max number of managed disks # # # ############################################################## MaxTopProcs = 5000 MaxDisks = 100