Skip to content
Discussion options

You must be logged in to vote

How can i reduce the updates timeframe interval?

We can change the updates interval in the VSCode settings.json as follows:

{
  "systemGraph.showCpu": true,              // Show CPU usage bar
  "systemGraph.showMemory": true,           // Show memory usage bar  
  "systemGraph.showVscodeCpu": true,        // Show VS Code CPU usage bar
  "systemGraph.showVscodeMemory": true,     // Show VS Code memory usage bar
  "systemGraph.showNetwork": true,          // Show network I/O bar
  "systemGraph.statusBarEnabled": true,     // Enable/disable status bar monitoring
  "systemGraph.updateInterval": 2000        // Update interval in milliseconds (500-10000)
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by segovskyestelar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants