Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
export CATALINA_OPTS="-Xms256m -Xmx512m -Xloggc:/usr/local/tomcat4/logs/tomcat_gc.log"

Example snipplet (your output may look different depending on JVM and options):

...

On Linux you can look at the load average and the CPU percent used using the top command.
If these are high Don't Panic and test how long it takes to load up a page in uPortal.

network connections

Network connections can help in diagnosing problems with database connection pools.

No Format

netstat -e >> file.out
 

memory usage reported by the OS

...