Changeset 32096
- Timestamp:
- Aug 15, 2011, 2:43:39 PM (15 years ago)
- Location:
- trunk/ippMonitor/czartool/czartool
- Files:
-
- 2 edited
-
Config.pm (modified) (2 diffs)
-
czarconfig.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/Config.pm
r32093 r32096 45 45 $self->{gnuplotfont} = $xc->findvalue('//gnuplot/font'); 46 46 $self->{gnuplotfontsize} = $xc->findvalue('//gnuplot/size'); 47 $self->{gnuplotpath} = $xc->findvalue('//gnuplot/path'); 47 48 48 49 # metrics … … 168 169 ########################################################################### 169 170 # 171 # Returns output path for gnuplot 172 # 173 ########################################################################### 174 sub getGnuplotPath { 175 my ($self) = @_; 176 return $self->{gnuplotpath}; 177 } 178 179 ########################################################################### 180 # 170 181 # Returns save location for metrics 171 182 # -
trunk/ippMonitor/czartool/czartool/czarconfig.xml
r32093 r32096 9 9 <font>/usr/share/fonts/corefonts/arial.ttf</font> 10 10 <size>8</size> 11 <path>/data/ipp004.0/czartool_plots</path> 11 12 </gnuplot> 12 13
Note:
See TracChangeset
for help on using the changeset viewer.
