jcstress: document used properties (and env variables)

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: tools
    • None

      Jcstress is currently using sveral properties, which are very useful, but not documented.

      I would like to add a nice mechanism, whcih will allow to document reasonable properties, together with theirs defaults:

      jcstress.timeBudget.defaultPerTestMs 3000
      jcstress.timeBudget.minTimeMs 30
      jcstress.timeBudget.maxTimeMs 60_000
      and
      jcstress.console.printIntervalMs which have two defaults:
                      printIntervalMs = (PRINT_INTERVAL_MS != null) ?
                      PRINT_INTERVAL_MS :
                      progressInteractive ? 1_000 : 15_000;

      Not sure whwether to publish:
      jcstress.link.address
      jcstress.link.port 0
      jcstress.link.timeoutMs 30 * 1000

      In all cases jcstress.link.timeoutMs is duplicated String

            Assignee:
            Jiří Vaněk
            Reporter:
            Jiří Vaněk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: