I was wondering if anyone was doing any work to gather stats for controllers and tape drives. It would be a nice addition to orcallator.se and Orca. Thanks, ...
Michael Baker
mbaker@...
May 9, 2000 6:18 pm
28
I'm not aware of any work in this direction. Please send me any patches to Orca to get this done and I'll glady include them in the next release :) Thanks, ...
Blair Zajac
blair@...
May 9, 2000 6:20 pm
29
We have systems scattered through several timezones and countries. I've been collecting the output of orcallator.se by pulling it in from the central site...
Bruce Johnson
bjohnson@...
May 31, 2000 7:17 pm
30
There are two times recorded by orcallator.se in the output files. The first column is "timestamp" and this is the normal UTC Unix epoch time since 1970. The...
Blair Zajac
blair@...
May 31, 2000 8:41 pm
31
Here's a message from Adrian Cockcroft regarding SE3.1 working on Solaris 8 that will be useful for orcallator users. Blair Hi Mark, I don't think we will have...
Blair Zajac
blair@...
Jul 3, 2000 6:24 pm
32
Here's a message from Adrian Cockcroft regarding patching SE3.1prefcs so it will work on Solaris 8. Blair Hi folks, this is a very simple patch to install and...
Blair Zajac
blair@...
Jul 3, 2000 6:24 pm
33
Many thanks for adding my site to your list. I trust it underscores how powerful and versitile a tool you have created. Bye for now.....
a_degennaro@...
Jul 14, 2000 9:42 pm
34
Hi, I'm in the process of writing a perl script to gather values from services logs to plot graphs in Orca from them. Right now it just understands sendmail...
Canau
canau@...
Jul 27, 2000 11:57 am
35
Howdy,
I've made a small patch for Orca to allow turning off the creation of HTML
files via a command line option, as desribed in the TODO. I used -g,...
Alex Howansky
alex@...
Sep 6, 2000 3:07 pm
36
Oops, I forgot to update the pod accordingly. Replace the previous patch1 with
this one.
--
Alex Howansky
Wankwood Associates
http://www.wankwood.com/
***...
Alex Howansky
alex@...
Sep 6, 2000 3:23 pm
37
Attached are three small patches for orca, Config.pm, and ImageFile.pm. They
add the ability to specify a formatting string for the summary values at the...
Alex Howansky
alex@...
Sep 6, 2000 7:27 pm
38
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 ...