Start here

Home
About Klocwork
What's new
Fixed issues
Release notes
Installation

Reference

C/C++ checkers
Java checkers
C# checkers
MISRA C 2004 checkers
MISRA C++ 2008 checkers
MISRA C 2012 checkers
MISRA C 2012 checkers with Amendment 1
Commands
Metrics
Troubleshooting
Reference

Product components

C/C++ Integration build analysis
Java Integration build analysis
Desktop analysis
Refactoring
Klocwork Static Code Analysis
Klocwork Code Review
Structure101
Tuning
Custom checkers

Coding environments

Visual Studio
Eclipse for C/C++
Eclipse for Java
IntelliJ IDEA
Other

Administration

Project configuration
Build configuration
Administration
Analysis performance
Server performance
Security/permissions
Licensing
Klocwork Static Code Analysis Web API
Klocwork Code Review Web API

Community

View help online
Visit RogueWave.com
Klocwork Support
Rogue Wave Videos

Legal

Legal information

Kwdist

The kwdist command starts the Distributed Analysis Server that is used to control a remote analysis and distribute work to hosts running analysis agents. kwdist is installed as part of the Distributed Analysis package.

The kwdist command must be run on the machine where you will be starting the Distributed Analysis Server. You cannot run this command remotely.

By default, the Distributed Analysis Server uses port 3440. To use another port, pass the --port option to the Distributed Analysis Server.

Note that you do not need to stop the Distributed Analysis Server when the analysis is complete.

Example

kwdist --port 3441

Options

Name Description
--detach start agent(s) and return to command line
--help print a synopsis of standard options
-j start several agents at the same time
--log <file> send logging information to <file>
--port <port_number> set Distributed Analysis Server port number (default: 3440)
--sync-custom-checkers synchronize custom checkers with the Klocwork server specified with --web-host or --web-url; required only for custom checker deployment
--verbose print verbose information about program execution, which can help to troubleshoot errors
--version get version information
--web-url http(s)://<host>:<port>/

specify Klocwork Server URL, of the form http://<host>:<port>/

Required only for custom checker deployment.

  • <host> specifies the host machine running the Klocwork Server you want to connect to
  • <port> specifies the Klocwork Server port (if different from the default 8080)
  • Use https:// if a secure Klocwork Server connection has been configured.