Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 82d3250

Browse files
authored
Merge pull request #243 from ricardolstephen/master
Document instructions for running Performance Analyzer on a tarball
2 parents c4d3e4c + 99601f5 commit 82d3250

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/install/tar.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,22 @@ You can modify `config/elasticsearch.yml` or specify environment variables as ar
6767
```
6868

6969
For other settings, see [Important settings](../docker/#important-settings).
70+
71+
72+
## Performance Analyzer
73+
74+
In a tarball installation, Performance Analyzer collects data when it is enabled. But, in order to read that data over a REST API on port 9600, you must first manually launch the associated reader agent process:
75+
76+
1. Create `./bin/performance-analyzer-agent-cli` based on [this file](https://github.com/opendistro-for-elasticsearch/performance-analyzer/blob/master/packaging/performance-analyzer-agent-cli).
77+
78+
1. Make the CLI executable:
79+
80+
```bash
81+
sudo chmod +x /usr/share/elasticsearch/bin/performance-analyzer-agent-cli
82+
```
83+
84+
1. Launch the agent CLI:
85+
86+
```bash
87+
ES_HOME="$PWD" ./bin/performance-analyzer-agent-cli
88+
```

0 commit comments

Comments
 (0)