Skip to content

Commit 479a784

Browse files
committed
Review
1 parent 80b692f commit 479a784

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

content/en/docs/refguide/general/mx-command-line-tool/analyze-mpr.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,45 @@
22
title: "MPR Analyze Command"
33
url: /refguide/mx-command-line-tool/analyze-mpr/
44
weight: 60
5-
description: "Describes MPR analyze command, which shows the contents of the MPR file and their contribution to file size."
5+
description: "Describes the MPR analyze command, which shows the contents of the MPR file and their contribution to file size."
66
---
77

88
## Introduction
99

10-
The `mx analyze-mpr` command enables you to show information about the MPR file in the form of plaintext.
10+
The `mx analyze-mpr` command shows information about the MPR file in plaintext format.
1111

1212
{{% alert color="warning" %}}
13-
We do not recommend building custom tooling on top of this outpur, as the output and the format may change over time.
13+
Mendix does not recommend building custom tooling on top of this output, as the output and format may change over time.
1414
{{% /alert %}}
1515

1616
## Usage
1717

1818
Use the following command pattern: `mx analyze-mpr TARGET-FILE [OPTIONS]`
1919

20-
The `TARGET-FILE` points to the location of the project file (this file has the extension *.mpr*).
20+
The `TARGET-FILE` points to the location of the project file with the *.mpr* extension.
2121

2222
The `OPTIONS` are described in the table below:
2323

2424
| Option | Result |
2525
| --- | --- |
26-
| `--big-string-threshold` | (Default: 1000) The number of bytes from which to consider a String value 'big' (for `Content categories` section) |
27-
| `--big-blob-threshold` | (Default: 1000) The number of bytes from which to consider a BLOB value 'big' (for `Content categories` section) |
28-
| `--help` | Displays the help screen. |
26+
| `--big-string-threshold` | The number of bytes from which to consider a String value `big` (for the `Content categories` section). Default: *1000* |
27+
| `--big-blob-threshold` | The number of bytes from which to consider a BLOB value `big` (for the `Content categories` section). Default: *1000* |
28+
| `--help` | Displays the help screen |
2929

3030
### Analysis
3131

32-
To identify which types of documents (pages, microflows, etc.) have the largest contribution to the MPR file size, you can focus on the **Size by unit type** section, where the number of occurrences and file size contribution are displayed in percentage.
32+
To identify which types of documents (pages, microflows, etc.) contribute most to the MPR file size, focus on the **Size by unit type** section. This section displays the number of occurrences and file size contribution as a percentage.
3333

34-
You can use the MPR Tool to get more details. You can find it at *C:\Program Files\Mendix\<version>\modeler\MprTool.exe* (where <version> should be replaced with your installed Mendix version). After opening the *.mpr* file for your app, use **Search** > **Find unit by ID** to find the name and module for a particular unit.
34+
To get more details, use the MPR Tool located at *C:\Program Files\Mendix\<version>\modeler\MprTool.exe* (replace <version> with your installed Mendix version). After opening the *.mpr* file for your app, use **Search** > **Find unit by ID** to find the name and module for a unit.
3535

3636
### Examples
3737

38-
Valid examples are given below:
38+
The following examples show valid usage:
3939

4040
* `mx analyze-mpr temp.mpr`
41-
* `mx analyze-mpr temp.mpr > analysis.txt`, to output to a text file
41+
* `mx analyze-mpr temp.mpr > analysis.txt` to output to a text file
4242

43-
An example of the output is presented below:
43+
The following example shows the command output:
4444
<details>
4545

4646
<summary>Expand for code sample</summary>

0 commit comments

Comments
 (0)