https://github.com/linkedin/dr-elephant
Dr. Elephant is a job and flow-level performance monitoring and tuning tool for Apache Hadoop and Apache Spark
https://github.com/linkedin/dr-elephant
Last synced: 8 months ago
JSON representation
Dr. Elephant is a job and flow-level performance monitoring and tuning tool for Apache Hadoop and Apache Spark
- Host: GitHub
- URL: https://github.com/linkedin/dr-elephant
- Owner: linkedin
- License: apache-2.0
- Created: 2016-03-02T17:51:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T10:16:45.000Z (over 2 years ago)
- Last Synced: 2025-04-07T03:17:08.458Z (10 months ago)
- Language: Java
- Homepage:
- Size: 10.8 MB
- Stars: 1,354
- Watchers: 125
- Forks: 856
- Open Issues: 169
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Dr.Elephant
README
# Dr. Elephant
[](https://travis-ci.org/linkedin/dr-elephant/)
[](https://gitter.im/linkedin/dr-elephant?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
**Dr. Elephant** is a performance monitoring and tuning tool for Hadoop and Spark. It automatically gathers all the metrics, runs analysis on them, and presents them in a simple way for easy consumption. Its goal is to improve developer productivity and increase cluster efficiency by making it easier to tune the jobs. It analyzes the Hadoop and Spark jobs using a set of pluggable, configurable, rule-based heuristics that provide insights on how a job performed, and then uses the results to make suggestions about how to tune the job to make it perform more efficiently.
## Documentation
For more information on Dr. Elephant, check the wiki pages [here](https://github.com/linkedin/dr-elephant/wiki).
For quick setup instructions: [Click here](https://github.com/linkedin/dr-elephant/wiki/Quick-Setup-Instructions-(Must-Read))
Developer guide: [Click here](https://github.com/linkedin/dr-elephant/wiki/Developer-Guide)
Administrator guide: [Click here](https://github.com/linkedin/dr-elephant/wiki/Administrator-Guide)
User guide: [Click here](https://github.com/linkedin/dr-elephant/wiki/User-Guide)
Engineering Blog: [Click here](https://engineering.linkedin.com/blog/2016/04/dr-elephant-open-source-self-serve-performance-tuning-hadoop-spark)
## Mailing-list & Github Issues
~~Google groups mailing list: [Click here](https://groups.google.com/forum/#!forum/dr-elephant-users)~~ (Reached upper limit! please create github issues)
Github issues: [click here](https://github.com/linkedin/dr-elephant/issues)
## Meetings
We have scheduled a weekly Dr. Elephant meeting for the interested developers and users to discuss future plans for Dr. Elephant. Please [click here](https://github.com/linkedin/dr-elephant/issues/209) for details.
## How to Contribute?
Check this [link](https://github.com/linkedin/dr-elephant/wiki/How-to-Contribute%3F).
## License
Copyright 2016 LinkedIn Corp.
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
