DX Application Performance Management

  • 1.  Schedule reports from Wily Introscope

    Posted Feb 22, 2010 06:02 PM
    Actually, its a question that I am trying to find out. How can I schedule reports out from Wily Introscope if that's possible or is there any other way like using another product to generate monthly, weekly or daily reports or even customise reports. Thanks very much if any gurus out there can answer to this question.


  • 2.  Re: Schedule reports from Wily Introscope
    Best Answer

    Broadcom Employee
    Posted Feb 23, 2010 05:20 AM
    Hi Jeff,  You can use Command Line Workstation to schedule the report. You can write some scripts yourself to include CLW command for report generation. Here is the CLW Syntax:  generate report named [EXACT MATCH] in management module named [EXACT MATCH] starting at [EXACT MATCH] ending at [EXACT MATCH] in format [EXACT MATCH] to [EXACT MATCH]  For example:
    generate report named \"Application Capacity Planning\" in management module named "Sample" starting at \"2010/2/6 14:43 PM\" ending at \"2010/2/10 14:43 PM\" to report.pdf  For detail CLW usage, please refer to Introscope Workstation user guide.  I hope this helps,  Regards,  Sergio


  • 3.  Re: Schedule reports from Wily Introscope

    Posted Feb 23, 2010 05:40 AM
      |   view attached
    Additioanlly, this perl script can be used.

    Attachment(s)

    zip
    sendReport.zip   11 KB 1 version


  • 4.  Re: Schedule reports from Wily Introscope

    Posted Apr 14, 2010 07:59 PM
    Hi all,  The script references libraries  use Getopt::Long;
    use Date::Manip;
    use Net::SMTP;
    use MIME::Lite;  I am getting an errorbash-2.05# perl sendReport.pl
    Can't locate Date/Manip.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib /usr/perl5/site_perl/5.6.1/sun4-solaris-64int /usr/perl5/site_perl/5.6.1 /usr/perl5/site_perl /usr/perl5/vendor_perl/5.6.1/sun4-solaris-64int /usr/perl5/vendor_perl/5.6.1 /usr/perl5/vendor_perl .) at sendReport.pl line 10.
    BEGIN failed--compilation aborted at sendReport.pl line 10.  Where can i get these dependent libraries.  thanks


  • 5.  Re: Schedule reports from Wily Introscope

    Posted Apr 15, 2010 01:31 PM


  • 6.  Re: Schedule reports from Wily Introscope

    Posted Apr 15, 2010 04:26 PM
    Thanks Alexandre.Cheers