I have a question regarding dim_STAT-CLI and was hoping that someone
has come across this before.
I ran the following command to pull some data:
/apps/ADMIN/dim_STAT-CLI -Base dim -ID 3002 -Stat VMSTAT -Begin
20100324000000 -End 20100324100000 -Out /tmp/data_check -Data /tmp/
raw_data
The output was "No information about table..."
I have verified that the table exists (show table and describe table
in mysql) and I also have looked at the data in Analyze. So something
is stopping dim_STAT-CLI from getting to the table and data. I
realize that I can pull the data from the Table option in Analyze but
would like to be able to do it via the command line.
Have I missed something?
Thanks,
Tom
just execute:
$ /apps/ADMIN/dim_STAT-CLI -Base dim -ID 3002
and normally it'll give you a full list of available stats.
CLI is operating with "Bookmarks" and not directly with stats names
(otherwise very quickly it'll become too complex :-))
Rgds,
-Dimitri
> --
> You received this message because you are subscribed to the Google Groups
> "dim_STAT" group.
> To post to this group, send email to dim...@googlegroups.com.
> To unsubscribe from this group, send email to
> dimstat+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/dimstat?hl=en.
>
>
I am not sure what happened but there are add-on stats missing from
the output of
$ /apps/ADMIN/dim_STAT-CLI -Base dim -ID 3002
But I'm glad you mentioned "Bookmarks" because I checked and they were
missing. I created them again and now I see all stats in the output.
Thanks very much Dimitri!
Regards,
Tom