1

Is there a way to create Progress Bars that are showing CPU and memory usage on server/PC in JavaFX? I have looked everywhere but there is no information about this.

Friendly Regards Andreas

  • 1
    See http://stackoverflow.com/questions/47177/how-to-monitor-the-computers-cpu-memory-and-disk-usage-in-java – James_D Mar 15 '17 at 13:56
  • Thanks James. I've read it through but I'm not sure how to implement it to JavaFX and the Progressbars used there. Any ideas? I'm using Java 1.8. /Andreas – MrStefanovic Mar 15 '17 at 16:10
  • Poll the values from an `AnimationTimer` and update the progress bars. – James_D Mar 15 '17 at 16:39

0 Answers0