I have a user report:
Whenever I use our RStudio server pro I experience intermittent lag on the command line. That is, even the simplest command, like
ls()
, or listing the contents of a small variable, causes a lag between when I type the command and when I get the result. I can can usually count between 5 and 20 seconds. It's very intermittent - happening a few times within a few minutes, so most commands are unaffected, but it goes on throughout the day, so it's very disruptive. ... I've been looking for ways to quantify it, but wrapping commands in system.time(), or using Sys.time() before and after doesn't work because the lag seems to affect the transfer from the terminal, not the execution. I've tried correlating it with network or other activity on ganglia - no luck.
Any advice on how to best diagnose, or workaround to try are much appreciated.
Thanks