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
String value = System.getProperty("thread.count");