search for: tgu

Displaying 4 results from an estimated 4 matches for "tgu".

Did you mean: tg3
2003 Feb 12
1
Three questions - loading(sourcing a file??), summaries to bitmaps, and error messages
...m trying to do is have Perl (because I already have the data structures loaded into hashes) generate a gigantic R file that I can then have R source, and then parse. The output of the file(s) that I generate is below: my.badger.Sep.2002.cpu.utilization <- read.table(file="/auto/solperf/tgu/ActiveParsedFiles/badger/Sep.2002/cpu.utilization", sep="=", header=TRUE) names(my.badger.Sep.2002.cpu.utilization) attach(my.badger.Sep.2002.cpu.utilization) Tony Vargas Cisco Systems Engineering Computing Services (408) 525-4113 tvargas at cisco.com my.balvenie.Sep.2002.cpu.utiliza...
2003 Apr 01
2
Autogenerated png, bitmap images
...smaller (and create faster?) (One of my R bmp generation files is attached.) Thanks, Tony Tony Vargas Cisco Systems Engineering Computing Services (408) 525-4113 tvargas at cisco.com -------------- next part -------------- my.yugo.Mar.2003.unused.memory <- read.table(file="/auto/solperf/tgu/ActiveParsedFiles/yugo/Mar.2003/unused.memory", sep="=", header=TRUE) names(my.yugo.Mar.2003.unused.memory) attach(my.yugo.Mar.2003.unused.memory) bitmap("/auto/solperf/tgu/Images/Mar.2003/yugo.Mar.2003.freemem.lines.jpg", height = 700, width = 700, type = "png256&quot...
2011 May 05
1
ael context ~~s~~ in macros broke Dial() U() option in 1.6.2.17.2 and newer
...uot;U" options fail with the following error: [May 3 12:05:54] ERROR[6300] app_stack.c: Attempt to reach a non-existent destination for gosub: (Context:screen, Extension:s, Priority:1) Here are the segments of the ael: --------------------------------------- ... Dial(${MARKCELL},30,tgU(screen)); ... macro screen() { Wait(0.5); Read(ACCEPT,followme/options,1,,1,20); if( "${ACCEPT}" = "1" ) { Background(connecting); } else { Set(GOSUB_RESULT=CONTINUE); }; return; }; And, here is the dialplan created from my above a...
2003 Apr 07
4
Justifying only the X-label
...= 1) on just the X-label, not all my labels. Any ideas how to accomplish this? Thanks, Tony Tony Vargas Cisco Systems Engineering Computing Services (408) 525-4113 tvargas at cisco.com -------------- next part -------------- my.yugo.Apr.2003.other.info <- read.table(file="/auto/solperf/tgu/ActiveParsedFiles/yugo/Apr.2003/other.info", sep="=", header=TRUE) names(my.yugo.Apr.2003.other.info) attach(my.yugo.Apr.2003.other.info) bitmap("foo8.bmp",type = "png256", height = 4, width = 4,) par( omi = c(.5,.1,0,0)) plot(total.views, xlab = "Time&...