Akamai-Open-DiagnosticTools
view release on metacpan or search on metacpan
lib/Akamai/Open/DiagnosticTools.pm view on Meta::CPAN
To initiate diagnostinc actions inside the Akamai network, you'll
need the information about the locations from which diagnostic
actions are available.
I<locations()> provides the informations. On success it returns a
Perl-style array reference. On error it returns I<undef> and sets
the I<last_error()> appropriate.
=head2 $diag->mtr($hash_ref)
I<mtr()> returns a network trace like the well know I<mtr> Unix command.
I<mtr()> accepts the following parameters in $hash_ref as a Perl-style
hash reference:
=over 4
=item * destinationDomain
The domain name you want to get information about. Example: I<cpan.org>.
This parameter is mandatory.
lib/Akamai/Open/DiagnosticTools.pm view on Meta::CPAN
'worst' => '...',
'loss' => '...',
'sent' => '...',
'best' => '...'
}
]
}
=head2 $diag->dig($hash_ref)
I<dig()> returns dns information like the well know I<dig> Unix command.
I<dig()> accepts the following parameters in $hash_ref as a Perl-style
hash reference:
=over 4
=item * hostname
The hostname you want to get information about. Example: I<cpan.org>.
This parameter is mandatory.
( run in 0.531 second using v1.01-cache-2.11-cpan-df04353d9ac )