I use my Ubuntu for private and business purposes. Can I also install tools on my computer that are actually there to perform penetration tests? Or is it harmless?
I've got a VPS running Ubuntu. Being a virtual server, I understand that it shares resources with unknown number of other servers, and I'm noticing that it's considerably slower than my desktop machine.
Is there some tool to measure the performance of the virtual machine? I'd be curious to see some approximate measure similar to bogomips, possibly for CPU (operations/sec), memory and disk read/write speed. I'd like to be able to compare those numbers to my desktop machine.
I'm not interested in the specs of the actual physical machine my VPS is running on - by doing cat /proc/cpuinfo
I can see that it's a nice quad-core Xeon machine, but it doesn't matter to me. I'm basically interested in how fast a program would run in my VPS - how many CPU operations it can make in a second, how many bytes to write to RAM or to disk.
I only have ssh access to the machine so the tool need to be command-line.
I could write a script which, say, does some calculations in a loop for a second and counts how many loops it was able to do, or something similar to measure disk and RAM performance. But I'm sure something like this already exists.
I would like to perform a hardware check on my two desktops. Are there any general-purpose hardware check tools for Ubuntu that will check:
- the main board
- IDE devices (hard disks and CD players)
One of my desktops is about three years old and the other one is 10 years old.
and what schedule/sysadmin routine is recommended?