| | |
| | | |
| | | |
| | | /** |
| | | * Searchrate benchmarking tool. |
| | | * A load generation tool that can be used to load a Directory Server |
| | | * with Search requests using one or more LDAP connections. |
| | | */ |
| | | public final class SearchRate extends ConsoleApplication |
| | | { |
| | |
| | | * @return The error code. |
| | | */ |
| | | |
| | | public static int mainSearchRate(String[] args) |
| | | static int mainSearchRate(String[] args) |
| | | { |
| | | return mainSearchRate(args, System.in, System.out, System.err); |
| | | } |
| | |
| | | * @return The error code. |
| | | */ |
| | | |
| | | public static int mainSearchRate(String[] args, InputStream inStream, |
| | | static int mainSearchRate(String[] args, InputStream inStream, |
| | | OutputStream outStream, OutputStream errStream) |
| | | |
| | | { |