Hi Canau, I'd be interested in including your work in the Orca package so that other people could make use of it. If we include the code in Orca, your work...
Blair Zajac
blair@...
Oct 31, 2000 4:46 am
39
... Hi, I've finished a small package with the current code version and a small demo page. It now can graph usage and stats for: bind sendmail Merit Radius ...
Canau
canau@...
Nov 6, 2000 7:10 pm
40
Canau, This looks great. I'll apply your patches to the Orca tree that I'm currently working on. Regards, Blair...
Blair Zajac
blair@...
Nov 6, 2000 10:53 pm
41
Alex, Thanks for the patch. I've included it in for the next release of Orca. I've changed the name of the command line option from -g to -no_html. Regards, ...
Blair Zajac
blair@...
Jan 31, 2001 11:57 pm
42
Alex, Thanks for the patch. Its been included it in the current code base being used for the next release of Orca. Regards, Blair...
Blair Zajac
blair@...
Feb 1, 2001 1:16 am
43
Has anybody thought through dealing with one percol file with more than one set of data points? I've noticed at times that orca will complain (especially if...
jontankersleyatsabre@...
Mar 16, 2001 2:42 pm
44
Hello, I've got two new versions of orcallator.se that I'd like people to test out before they are made official. Orcallator.se 1.26 was never released. The...
Blair Zajac
blair@...
Mar 27, 2001 7:49 pm
45
Hello, I've got two new versions of orcallator.se that I'd like people to test out before they are made official. Orcallator.se 1.26 was never released. The...
Blair Zajac
blair@...
Mar 27, 2001 7:52 pm
46
Alan LeGrand found one problem with 1.28b2 where a nonexistent member of a the p_netstat class was being used. Attached is a fixed version and here's the...
Blair Zajac
blair@...
Mar 27, 2001 11:57 pm
47
Thread Carried over from orca-users: Hi again Blair, Would you expect that the generate_plot_times would be in the same format as find_times - ie. an array of...
David Aitchison
David_Aitchison@...
Mar 30, 2001 12:43 am
48
Hi David, How about something like this: # Generate plot times specifies the time intervals when Orca will # generates an image file only once. If Orca has...
Blair Zajac
blair@...
Mar 30, 2001 4:30 am
49
Hi Blair, I believe I've got this sorted on Orca 0.26. There's probably a little testing left to be done, but I think it's quite bomb-proof. Updates are made...
David Aitchison
David_Aitchison@...
Apr 2, 2001 6:22 am
50
Hi David, I like using minutes instead of seconds. Can you send the patch to the mailing list? Regards, Blair...
Blair Zajac
blair@...
Apr 2, 2001 5:50 pm
51
When we are running orca (in once mode), it gunzip's all of the percol files in the directory. Is that necessary? If we wanted to speed up the processing,...
jontankersleyatsabre@...
Apr 20, 2001 4:30 pm
52
I've noticed a problem with orcallator and some web log information. If the rotation is done via mv and touch of the new access file, orcallator misses the...
jontankersleyatsabre@...
Apr 20, 2001 4:34 pm
53
I searched the archives and some some discussion to having issues of too many open files. Most of those issues were solved by increase the file descripter ...
Adrian Bhatt
adrian1978b@...
Apr 26, 2001 2:46 pm
54
Hello, The way to limit the number of open files that Orca uses is to edit lib/Orca/OpenFileHash.pm and find the 100 and lower this. Try this and see what...
Blair Zajac
blair@...
Apr 26, 2001 4:40 pm
55
Ok, doing some more reasearch... right now I am using a ulimit of 4096 set in a shell script that runs "orca -o configfile" I am setting it with "ulimit -n...
Adrian Bhatt
adrian1978b@...
Apr 26, 2001 9:02 pm
56
I am using perl 5.005_03 that comes with solaris8. It turns out that the perl binary I am using will only open up 256 files. I determined this with ...
Adrian Bhatt
adrian1978b@...
Apr 26, 2001 9:30 pm
57
Yes, Orca finding the number of file descriptors could be done pretty easily. The problem is managing this number. Orca manages this when opening RRD files,...
Blair Zajac
blair@...
Apr 26, 2001 10:02 pm
58
the version of perl i mentioned before that I had compiled myself was on an AIX box so it wasn't a fair test, because when I compiled perl on the sun box ...
Adrian Bhatt
adrian1978b@...
Apr 27, 2001 4:33 pm
59
Was there a reason for changing the index files for daily-yearly? They start with a 'o_' now. It is breaking a app that I have that links to orca. Christian...
pearcec@...
May 17, 2001 8:44 pm
60
Hello, Orca 0.27 beta 1 is available at http://www.gps.caltech.edu/~blair/orca/pub/orca-0.27b1.tar.gz The major modifications in this release are shown below. ...
Blair Zajac
blair@...
May 17, 2001 8:58 pm
61
Which version of Orca were you using? The INSTALL file has some notes on the renamining of Orca generated HTML and image files. Regards, Blair...
Blair Zajac
blair@...
May 17, 2001 8:58 pm
62
0.26 I will do some more investigating....
pearcec@...
May 17, 2001 9:38 pm
63
Does anybody know how fast the following ethernet cards are? dfme eri skge Thanks, Blair...
Blair Zajac
blair@...
May 24, 2001 7:11 pm
64
Viette James-CJV004
jim.viette@...
May 25, 2001 1:47 pm
65
The first step would be to run orcallator.se in foreground and see what its printing out. Is there no data or is the data all 0's? You can run orcallator in...
Blair Zajac
blair@...
May 25, 2001 5:54 pm
66
Thank you Blair, I appreciate your time and effort. Below are my findings. The date is set and the OS is Solaris Spark 2.6 The out put has valid data. EXAMPLE:...
Viette James-CJV004
jim.viette@...
May 29, 2001 12:37 pm
67
Hi, From a cursory glance, the data looks like fine. How about running Orca with the -v -v command line options and see if it says anything for this system. ...