Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ebug_server(1p) [debian man page]

EBUG_SERVER(1p) 					User Contributed Perl Documentation					   EBUG_SERVER(1p)

NAME
ebug-server - Debugger server for remote debugging Perl script SYNOPSIS
ebug-server [-keepio][-port port] -- script args... DESCRIPTION
ebug-server is an debugger server for remote debugging Perl script, using ebug-client. When invoked, it will show you how to invoke ebug-client. EXAMPLE
# Run hello.pl and wait for "ebug-client" to attach $ ebug-server -- hello.pl # Same as above, but keep I/O happen on server side $ ebug-server -keepio -- hello.pl NOTE
You can't specify secret key - it must be generated automatically. Also, you can't specify port below 3141. Since Devel::ebug::Backend listens to "localhost" socket, you will need to relay I/O using tool like socat for true remote debugging. SEE ALSO
Devel::debug, ebug, ebug-client AUTHOR
Taisuke Yamada, <tyamadajp!list!rakugaki!org> perl v5.14.2 2012-03-11 EBUG_SERVER(1p)

Check Out this Related Man Page

VENDSTAT(8)							OpenIB Diagnostics						       VENDSTAT(8)

NAME
vendstat - query InfiniBand vendor specific functions SYNOPSIS
vendstat [-d(ebug)] [-G(uid)] [-N] [-w] [-C ca_name] [-P ca_port] [-t(imeout) timeout_ms] [-V(ersion)] [-h(elp)] <lid|guid> DESCRIPTION
vendstat uses vendor specific MADs to access beyond the IB spec vendor specific functionality. Currently, there is support only for Mel- lanox InfiniSwitch-III (IS3). OPTIONS
-N show IS3 general information. -w show IS3 port xmit wait counters. COMMON OPTIONS
Most OpenIB diagnostics take the following common flags. The exact list of supported flags per utility can be found in the usage message and can be shown using the util_name -h syntax. # Debugging flags -d raise the IB debugging level. May be used several times (-ddd or -d -d -d). -e show send and receive errors (timeouts and others) -h show the usage message -v increase the application verbosity level. May be used several times (-vv or -v -v -v) -V show the version info. # Addressing flags -G use GUID address argument. In most cases, it is the Port GUID. Example: "0x08f1040023" -s <smlid> use 'smlid' as the target lid for SM/SA queries. # Other common flags: -C <ca_name> use the specified ca_name. -P <ca_port> use the specified ca_port. -t <timeout_ms> override the default timeout for the solicited mads. Multiple CA/Multiple Port Support When no IB device or port is specified, the port to use is selected by the following criteria: 1. the first port that is ACTIVE. 2. if not found, the first port that is UP (physical link up). If a port and/or CA name is specified, the user request is attempted to be fulfilled, and will fail if it is not possible. EXAMPLES
vendstat -N 6 # read IS3 general information vendstat -w 6 # read IS3 port xmit wait counters AUTHOR
Hal Rosenstock <halr@voltaire.com> OpenIB February 15, 2007 VENDSTAT(8)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

epoll, sockets and threads

Hello Forum, There is a transient bug in my code which I just can't catch. Could you help please? The basic idea is this. I have a multithreaded server and two thread pools, the IO pool and Worker pool. The main server thread listens to incoming connections. When it gets one, it dispatches... (0 Replies)
Discussion started by: rij
0 Replies

2. Shell Programming and Scripting

how to grep a file in list

hi all, for an example: In a file out.txt contains: /export/home/raghu/bin/debug_serverLog_apache_20090626_0625.txt How to grep or cut the value as "debug_serverLog_apache_20090626_0625.txt" or i want only the output as "debug_serverLog_apache_20090626_0625.txt" pls advice me (3 Replies)
Discussion started by: raghur77
3 Replies

3. Red Hat

How to create domain controller in Linux for windows client?

Hi Team I have configured a linux dns server locally. Its fully working on linux clients but not windows client as its can't ping host by name. someone told me to create domain controller for working this to windows client as well. I am new in linux and not aware how to create the domain and add... (8 Replies)
Discussion started by: boby.kumar
8 Replies