Displaying 1 result from an estimated 1 matches for "zone_cpu".
Did you mean:
on_cpu
2012 Jan 01
1
empty files created with trellis xyplot jpeg device
...##############
# 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.jpg
-rw-rw-r-- 1 <> <> 0 Dec 31 16:20 isoranp-z1.zone_util.jpg
# here is the gen_zone_charts function:
> gen_zone_charts
function(zone,year,wk){
data_frame<-get_zonedata_url(year,wk,zone)...