- CheckMates
- :
- CheckMates Toolbox
- :
- Scripts
- :
- FWK CPU Usage
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
FWK CPU Usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 (case-sensitive!) when top is running: f j (and hit ENTER). If you want to save that view in top the press: shift W.
Example of VSID 2 and its 10 FWK instances (fwk2_0 to fwk2_9):
I hope it's useful.
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


