https://github.com/rammpeter/panorama
Tool for monitoring performance issues of Oracle databases
https://github.com/rammpeter/panorama
oracle oracle-database oracle-db performance performance-analysis performance-monitoring performance-tuning
Last synced: about 1 month ago
JSON representation
Tool for monitoring performance issues of Oracle databases
- Host: GitHub
- URL: https://github.com/rammpeter/panorama
- Owner: rammpeter
- License: gpl-3.0
- Created: 2015-01-05T15:52:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T08:08:25.000Z (about 1 year ago)
- Last Synced: 2024-04-11T07:35:33.897Z (about 1 year ago)
- Topics: oracle, oracle-database, oracle-db, performance, performance-analysis, performance-monitoring, performance-tuning
- Language: Ruby
- Size: 26 MB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Panorama for Oracle-DB
========Web-tool for analyzing performance issues of Oracle databases.
Provides easy access to several current and historic state information of Oracle DBs.
For more details please have a look at:
- a more comprehensive documentation: https://rammpeter.github.io/panorama.html
- the blog about Oracle performance topics: https://rammpeter.blogspot.com## Installation / Usage
there are two ways to run Panorama:
1. as Java program (jar file)
2. as Docker container### 1. Use Panorama as Java program (jar file)
- Ensure you have Java installed (version 8 or higher)
- Download the latest release of Panorama.jar from https://github.com/rammpeter/panorama/releases/latest
- Start the application by executing the jar file in a terminal:
```
> java -jar panorama.jar
```
- Open the application in your browser: http://localhost:8080
- Login with an Oracle user of the choosen database### 2. Use Panorama as container
- Ensure you have Docker or Podman installed
- Run the application by executing the following command in a terminal:
```
> docker run -p 8080:8080 docker.io/rammpeter/panorama
```
- Open the application in your browser: http://localhost:8080
- Login with an Oracle user of the choosen database## License
This application is available free of charge under the terms of the [GNU General Public License](http://www.gnu.org/licenses/gpl-3.0).