https://github.com/qainsights/performance-engineering-series
This video series aims to explain various performance issues such as memory, cpu, threads etc and how to identify them by simulating using the BuggyApp.
https://github.com/qainsights/performance-engineering-series
eclipse java load-testing loadtesting mat memory performance performance-engineering testing
Last synced: 9 months ago
JSON representation
This video series aims to explain various performance issues such as memory, cpu, threads etc and how to identify them by simulating using the BuggyApp.
- Host: GitHub
- URL: https://github.com/qainsights/performance-engineering-series
- Owner: QAInsights
- License: mit
- Created: 2021-06-06T16:40:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T20:42:51.000Z (over 4 years ago)
- Last Synced: 2025-03-31T00:24:21.620Z (11 months ago)
- Topics: eclipse, java, load-testing, loadtesting, mat, memory, performance, performance-engineering, testing
- Homepage:
- Size: 299 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚡ Performance Engineering Series
This video series aims to explain various performance issues such as memory, cpu, threads etc and how to identify them by simulating using the BuggyApp.
# ⚙ Tools required
- Eclipse MAT
- BuggyApp
- yCrash
# Other Utilities
- `jcmd`
- Frequently used commands:
- `jcmd -l` to list out all the running processes
- `jcmd VM.flags` - to view all the JVM arguments
- `jps`
- Frequently used commands:
- `jps`
- `jinfo`
- Frequently used commands:
- `jinfo -flags ` - to print all the VM flags
- `jinfo -sysprops ` - to view system properties
# 🙏 Thanks
- [Ram Lakshmanan](https://tier1app.com)