Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 

FWK CPU Usage

RickHoppe
Advisor

Hi,

I've created a little one-liner to run on VSX. First switch to a particular VS with vsenv command. When the one-liner is started it displays current CPU usage of all the FWK instances of that particular VS. Output of top is refreshed every second.


Command (Expert mode):

 


   top -d 1 -H -p $(pgrep fwk$(echo $INSTANCE_VSID))
  

 


It's possible you do not see a P column which shows the current utilized CPU core of the FWK instance. Just press the following two letters

...;
TO ACCESS CHECKMATES TOOLBOX it's simple and free

Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.




1 Reply

Danny
Champion Champion
Champion
One-liners rule! ;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos