Those numbers on your SMS look fine, not sure why your access is so slow. Most of the heavy lifting is being done on the SMS end, and the SmartConsole is just displaying and manipulating what is sent to it. I assume the network between where the SmartConsole is running and the SMS is good? Try running some continuous big pings to the SMS from the same workstation using SmartConsole while executing some particularly slow operations in the SmartConsole as stated in my book:
A great trick to help you determine whether a particular network path is experiencing
latency or loss is to send extra-large test packets with the ping command, which have a
knack for irritating any underlying network problems thus making them more
pronounced and easier to identify:
Gaia/Linux: ping -s 1400 129.82.102.32
Windows: ping -l 1400 129.82.102.32
Better yet, most Linux-based versions of the ping command also support a flood
option (-f) which instead of sending one echo request per second, will send a flood of
them as fast as it can and note how much loss and/or latency is encountered.
Any packet loss or wild swings in latency? Also please post output of the following run on the SMS:
free -m
netstat -ni
grep -c ^processor /proc/cpuinfo
netstat -s
--
Second Edition of my "Max Power" Firewall Book
Now Available at http://www.maxpowerfirewalls.com
Gateway Performance Optimization R81.20 Course
now available at maxpowerfirewalls.com