You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Todd Lipcon (Updated) (JIRA)" <ji...@apache.org> on 2012/02/14 05:42:59 UTC

[jira] [Updated] (HADOOP-8070) Add standalone benchmark of protobuf IPC

     [ https://issues.apache.org/jira/browse/HADOOP-8070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Lipcon updated HADOOP-8070:
--------------------------------

    Attachment: hadoop-8070.txt

Attached is the benchmark. Sample invocation:

/usr/lib/jvm/java-6-sun/bin/java -cp /home/todd/git/hadoop-common/hadoop-dist/target/hadoop-0.24.0-SNAPSHOT/share/hadoop/common/lib/*:target/classes:target/test-classes org.apache.hadoop.ipc.PBRPCBenchmark -r 4 -c 30 -s 30 -t 30 -m 1024

and usage output:
{code}
Protobuf IPC benchmark.

usage: java ... PBRPCBenchmark [options]

Supported options:
 -?,--help                            show this screen
 -c,--clientThreads <numthreads>      number of client threads to run (or 0 to not run client)
 -h,--host <addr>                     host to listen or connect on
 -m,--messageSize <bytes>             size of call parameter in bytes
 -p,--port <port>                     port to listen or connect on
 -r,--serverReaderThreads <threads>   number of server reader threads to run
 -s,--serverThreads <numthreads>      number of server threads (handlers) to run (or 0 to not run
                                      server)
 -t,--time <seconds>                  number of seconds to run clients for
Must specify at least -c or -s
Try "--help" option for details.
{code}
                
> Add standalone benchmark of protobuf IPC
> ----------------------------------------
>
>                 Key: HADOOP-8070
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8070
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: benchmarks, ipc
>    Affects Versions: 0.24.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>             Fix For: 0.24.0
>
>         Attachments: hadoop-8070.txt
>
>
> To be more comfortable with the switch to protobuf IPC, I'd like to contribute a standalone benchmark which can start any number of client threads and server threads.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira