NAME
POE::Devel::Top - Display information about POE sessions and events
VERSION
Version 0.100
SYNOPSIS
Load the module as any other POE plugin:
use POE qw< Devel::Top >;
POE::Devel::Top->spawn;
Load the module from the command line:
perl -MPOE::Devel::Top ...
DESCRIPTION
This module displays information about the sessions and events handled by the current POE kernel, mimicking the well-known top(1) system utility.
In this early version, it only prints the information on STDOUT
.
METHODS
spawn()
Create the internal session that prints the information on screen.
Options
dump_as
- Specify the dumping format:"native"
for Storable,"yaml"
for YAML.dump_to
- Specify the dump file path.interval
- Specify the delay in seconds between updates.render
- Set to"none"
to disable any rendering. Set to"console"
to enable a rendering on the console, similar to thetop(1)
command.
AUTHOR
Sébastien Aperghis-Tramoni <sebastien at aperghis.net>
BUGS
Please report any bugs or feature requests to bug-poe-devel-top at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=POE-Devel-Top. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc POE::Devel::Top
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/Public/Dist/Display.html?Dist=POE-Devel-Top
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
Rocco Caputo and the numerous people who contributed to POE.
Matt Cashner (sungo) for POE::API::Peek
.
Apocalypse and Chris Williams (BinGOs) for helping me on the #poe
IRC channel.
COPYRIGHT & LICENSE
Copyright 2010 Sébastien Aperghis-Tramoni, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.