Skip to content

Commit

Permalink
doc: Update README.md file for current release
Browse files Browse the repository at this point in the history
- maven version
- java version
- minor note to trace server command

Change-Id: Id46d103b8d76905527892dce19945053be597185
Signed-off-by: Bernd Hufmann <[email protected]>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/206161
Tested-by: Trace Compass Bot <[email protected]>
Tested-by: Patrick Tasse <[email protected]>
Reviewed-by: Patrick Tasse <[email protected]>
  • Loading branch information
bhufmann committed Jan 22, 2024
1 parent a6b1416 commit 5f79722
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ Once the Trace Compass environment set, import the projects from this repository

## Compiling manually

The Maven project build requires version 3.3 or later. It can be downloaded from
The Maven project build requires version 3.9 or later. It can be downloaded from
<http://maven.apache.org> or from the package management system of your distro.

It also requires Java version 11 or later.

To build the project manually using Maven, simply run the following command from
the top-level directory:

Expand Down Expand Up @@ -116,7 +118,7 @@ You can open the kernel trace (or any mounted one) inside the container using th

curl -X POST 'http://localhost:8080/tsp/api/traces' --header 'Content-Type: application/json' --data-raw '{ "parameters": { "uri": "/traces/kernel" } }'

You can create an experiment with the kernel trace (or any opened trace) using the following command:
You can create an experiment with the kernel trace (or any opened trace) using the command below. Replace the UUID with the UUID returned by the command above:

curl -X POST 'http://localhost:8080/tsp/api/experiments' --header 'Content-Type: application/json' --data-raw '{ "parameters": { "name": "Experiment Name", "traces": ["d49d04f5-9db5-3773-ace4-1594b87db661"] } }'

Expand Down

0 comments on commit 5f79722

Please sign in to comment.