An open API service indexing awesome lists of open source software.

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.

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)