How to read some property passed from command line like -Dthread.count I saw it, but I\'m not sure how to read that one in java code
-Dthread.count
Use System.getProperty("thread.count");