diff --git a/hadoop-hdds/docs/content/recipe/_index.md b/hadoop-hdds/docs/content/recipe/_index.md index beaab69a2d..47053ab6fb 100644 --- a/hadoop-hdds/docs/content/recipe/_index.md +++ b/hadoop-hdds/docs/content/recipe/_index.md @@ -2,7 +2,7 @@ title: Recipes date: "2017-10-10" menu: main -weight: 8 +weight: 9 --- - -Overview --------- - -Freon is a load-generator for Ozone. This tool is used for testing the functionality of ozone. - -### Random keys - -In randomkeys mode, the data written into ozone cluster is randomly generated. -Each key will be of size 10 KB. - -The number of volumes/buckets/keys can be configured. The replication type and -factor (eg. replicate with ratis to 3 nodes) Also can be configured. - -For more information use - -`bin/ozone freon --help` - -### Example - -{{< highlight bash >}} -ozone freon randomkeys --numOfVolumes=10 --numOfBuckets 10 --numOfKeys 10 --replicationType=RATIS --factor=THREE -{{< /highlight >}} - -{{< highlight bash >}} -*************************************************** -Status: Success -Git Base Revision: 48aae081e5afacbb3240657556b26c29e61830c3 -Number of Volumes created: 10 -Number of Buckets created: 100 -Number of Keys added: 1000 -Ratis replication factor: THREE -Ratis replication type: RATIS -Average Time spent in volume creation: 00:00:00,035 -Average Time spent in bucket creation: 00:00:00,319 -Average Time spent in key creation: 00:00:03,659 -Average Time spent in key write: 00:00:10,894 -Total bytes written: 10240000 -Total Execution time: 00:00:16,898 -*********************** -{{< /highlight >}} diff --git a/hadoop-hdds/docs/content/tools/Genconf.md b/hadoop-hdds/docs/content/tools/Genconf.md index 146dfdc269..35d5e3d73d 100644 --- a/hadoop-hdds/docs/content/tools/Genconf.md +++ b/hadoop-hdds/docs/content/tools/Genconf.md @@ -1,7 +1,7 @@ --- title: "Generate Configurations" date: 2018-12-18 - +summary: Tool to generate default configuration --- \ No newline at end of file diff --git a/hadoop-hdds/docs/content/beyond/Tools.md b/hadoop-hdds/docs/content/tools/_index.md similarity index 85% rename from hadoop-hdds/docs/content/beyond/Tools.md rename to hadoop-hdds/docs/content/tools/_index.md index 731608930d..d7c92704ba 100644 --- a/hadoop-hdds/docs/content/beyond/Tools.md +++ b/hadoop-hdds/docs/content/tools/_index.md @@ -2,8 +2,11 @@ title: "Tools" date: "2017-10-10" summary: Ozone supports a set of tools that are handy for developers.Here is a quick list of command line tools. -weight: 3 +menu: + main: + weight: 8 --- +