PCM 3.4.1/Example Workspace

Aus SDQ-Wiki


The PCM 3.4.1 release drop comes with a workspace containing two examples:

Getting started with the example workspace

The PCM 3.4.1 release drop comes with an example workspace including three example projects. The ZIP file contains the PCM Bench application itself (folder pcm) and the workspace folder containing the workspace. Ideally, extract both folders to the same directory (please use 7zip for this). The example workspace is prepared for the folders being extracted to C:\.

  • Start the eclipse.exe placed in pcm
  • Select the workspace folder as your workspace.

Media Store Example

System view of the MediaStore example

The MediaStore example is a model application built after the iTunes Store. Users can download a number of files from a web-accessible server application. The server application is split into a front web GUI component, the core business logic, a watermarking component, and a database access layer (see the following image).

  • When starting Eclipse, you find a project folder named MediaStoreExample in your eclipse. It contains the MediaStore example.
  • To start a first performance prediction run, select Run > Open Run Config... from the menu.
  • In the Run Dialog, you find an entry SimuBench > MediaStore (default).
  • Make sure that all paths are set correctly. According to the image at the right hand side, the paths should point to the workspace location on your machine.
  • Press Run to start a simulation run.
  • Now, open the PCM Results perspectice and browse simulation results in the Experiments View

Minimum Example

The minimum example represents a simplistic model instance of the PCM. It only contains the essential elements of a valid PCM model instance. It is well-suited for starting a own model.

See also