JTune icon indicating copy to clipboard operation
JTune copied to clipboard

jtune run yields KeyError: 'OC'

Open jesseward opened this issue 6 years ago • 0 comments

  File "jtune-2.0.0-py2-none-any.whl/jtune/__init__.py", line 1928, in main
    jstat_data = run_jstat(cmd_args.pid, java_path, cmd_args.no_jstat_output, cmd_args.fgc_stop_count, cmd_args.stop_count, cmd_args.ygc_stop_count)
  File "jtune-2.0.0-py2-none-any.whl/jtune/__init__.py", line 1439, in run_jstat
    if jstat_data['OC'] and jstat_data['OU']:
KeyError: 'OC'

jesseward avatar Aug 04 '17 15:08 jesseward