Apache-TS-AdminClient

 view release on metacpan or  search on metacpan

lib/Apache/TS/AdminClient.pm  view on Meta::CPAN

222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
=head1 NAME:
 
Apache::TS::AdminClient - a perl interface to the statistics and configuration settings stored within Apache Traffic Server.
 
=head1 SYNOPSIS
 
  #!/usr/bin/perl
  use Apache::TS::AdminClient;
 
  my $cli = Apache::TS::AdminClient->new(%input);
  my $string = $cli->get_stat("proxy.config.product_company");
  print "$string\n";
 
 
=head1 DESCRIPTION:
 
AdminClient opens a TCP connection to a unix domain socket on local disk.  When the connection is established,
AdminClient will write requests to the socket and wait for Apache Traffic Server to return a response.  Valid
request strings can be found in RecordsConfig.cc which is included with Apache Traffic Server source. 
A list of valid request strings are included with this documentation, but this included list may not be complete
as future releases of Apache Traffic Server may include new request strings or remove existing ones. 



( run in 0.467 second using v1.01-cache-2.11-cpan-49f99fa48dc )