Displaying 1 result from an estimated 1 matches for "gen_zone_chart".
Did you mean:
gen_zone_charts
2012 Jan 01
1
empty files created with trellis xyplot jpeg device
...;,
panel=function(x,y,subscripts){
panel.lines(x,y)
panel.lines(zone_df$dt[subscripts],zone_df$mem[subscripts],col="red")
}, as.Table=T, subscripts=T)
}
##############################################
# Try and do the same thing within a function:::
> gen_zone_charts(zone,2011,51)
# Note the zone_util.jpg file is zero length. It is a lattice chart.
The other two charts generate ok. User and group has been removed.
-rw-rw-r-- 1 <> <> 22376 Dec 31 16:20 isoranp-z1.zone_cpu.jpg
-rw-rw-r-- 1 <> <> 18910 Dec 31 16:20 isoranp-z1.zone_mem.jp...