On 15 Jul 2005 13:00:59 -0700,
chsmith@speakeasy.net <chsmith@speakeasy.net> wrote:
> I'd like to count the number of unique JSESSION ids and the number of
> gets per ID, per hour etc.
> Any helps?
you can do it yourself using tools such as 'awk' and 'uniq' and
'sort'.
it is not really difficult.
i