learner
30th May 2008, 00:21
Hi,

We are using BaaN V c on HP Unix and manage BaaN Job Management via Unix cron

I was just wondering do we have some utility available (prefreably free) which basiclaly takes .cron file as input and produces a nice looking graphs/charts to represents which job runs at what date n time ....

i can manually key in all this info in excel, but since we are having quiet of lot of baan co.'s and the no. of jobs are high in most of our companies, so i was wondering if we have some utility to do the above task to generate graph/charts ?

Waiting for your reply.

Regards

Learner :o

Markus Schmitz
30th May 2008, 10:26
Hi learner,

I have never heard of any such utility and anyway cron only knows, when a job starts, but not how long it usually runs.

So I actually think, you will get a better result by using the baan job history tables as starting point. Here you can either print the content from Baan into an excel or most likely nicer, connect with crystal or some other reporting tool to make the charts/graphs you look for.

But if you find such an utility out of the box, I am sure many members here would like to hear about it.

Regards

Markus

günther
30th May 2008, 11:07
@learner:
Funny, I was thinking about that this week, too. But I haven't been successful in finding a ready-to-use tool (eg. unix shell script or perl).

@Markus:
It depends on what you want to achieve. The baan history helps to understand what has happened; the idea of learner is "what will happen".

Günther

learner
30th May 2008, 18:09
Yaah, basiclaly i was thinking about finding or developing such sort of utility where in it should query cron file and also query baan tables to get the average time a particular session/job runs ... so that it probably caters to both the requirement mentioned above.

i know finding such a utility would be difficuilt atleast which has the 2nd option too i.e. it goes in baan table to check the session history .... i guess probably i need to develop something :-)

Regards

Learner

pconde
3rd June 2008, 09:47
Hi.

3 years ago I developed a chart of type Hilo displaying the job history.
Basically It give a visual time line with the runtime of the different jobs.
I'll try to attach some screen shot.
If you are interested I can maybe add the source in the code and utilities forum
I think that there are some limit and problem
a) description document is in french (needs to translate it):D
b) I tested it only with +/- 40 jobs (some running every 3 or 5 minutes during the day)
c) it is a chart so I think that it work only with bw and not with webtop or worktop
d) the chart of type HILO is complex to manage

Regards
Philippe