Hello, I am having an issue with installing perf top. I'm completely new to this operating system, and on Ubuntu I would just
Maybe I have to use any similar program to "perf"? Otherwise, how may I install perf on FreeBSD? I really need to check what in a process is causing most CPU% usage.
I have tried to install linux-tools as I read somewhere that it would be included there;
Then I tried;
I am very confused of what can be done and I appreciate any help 
EDIT: I think this was the right forum section to put it in, otherwise my apologizes.
apt-get install perf, and later on being able to perf top.Maybe I have to use any similar program to "perf"? Otherwise, how may I install perf on FreeBSD? I really need to check what in a process is causing most CPU% usage.
I have tried to install linux-tools as I read somewhere that it would be included there;
Code:
apt-get install linux-tools
The following packages have unmet dependencies:
linux-tools : Depends: linux-tools-3.2 but it is not installable
E: Unable to correct problems, you have held broken packages.
root@xxxx:/home#
uname -r
9.2-RELEASE-p5
Code:
apt-get install linux-tools-9.2-RELEASE-p5
Reading state information... Done
E: Unable to locate package linux-tools-9.2-RELEASE-p5
E: Couldn't find any package by regex 'linux-tools-9.2-RELEASE-p5'
EDIT: I think this was the right forum section to put it in, otherwise my apologizes.