How to take java threaddump?

Get the PID of Java ps -el | grep java top | grep java jstack  -F <your-pid> >dump.log sudo jstack -F `pidof java` > /tmp/`hostname`_threaddump_`date +”%Y%m%d_%H%M”`.txt     Result: hybris@aws-hybris5prd-ecom-app02:~$ jstack -F 31987 >...

Bandwidth Throttling in cisco asa 5510

Bandwidth throttling is the intentional slowing of Internet service.It is a reactive measure employed in communication networks in an apparent attempt to regulate network traffic and minimise bandwidth congestion. Bandwidth throttling can occur at different locations...