Skip to content
Florian Neagu edited this page Feb 18, 2014 · 4 revisions

The only settings currently available which you can modify are the refresh rates for the different data tables. There are 3 different refresh settings under pydash/settings.py and values are in miliseconds:

 TIME_JS_REFRESH = 30000 #30 seconds
 TIME_JS_REFRESH_LONG = 120000 #120 seconds
 TIME_JS_REFRESH_NET = 2000 #2 seconds

You can modify any of the values to whatever you would like the new refresh rate to be. Restart the webserver after each update to the settings.py file.

The tables and the refresh settings are as follows:

Memory Usage - TIME_JS_REFRESH
Load Average - TIME_JS_REFRESH
CPU Usage - TIME_JS_REFRESH
Traffic Usage - TIME_JS_REFRESH_NET
Disk Reads/Writes - TIME_JS_REFRESH_NET
Uptime - TIME_JS_REFRESH_LONG
Disk Usage - TIME_JS_REFRESH_LONG
Online Users - TIME_JS_REFRESH_LONG
Processes - TIME_JS_REFRESH_LONG
Netstat - TIME_JS_REFRESH_LONG
Clone this wiki locally