Friday, 29th March 2024

Comment posted Monitoring multi core / (multiple CPUs) servers with top, tload and on Linux by .

Recent comments by

Share this on:

Tags: , , , , , , , , , ,

No Responses to “…”

  1. admin says:
    Epiphany 2.30.6 Epiphany 2.30.6 Debian GNU/Linux x64 Debian GNU/Linux x64
    Mozilla/5.0 (X11; U; Linux x86_64; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ Debian/squeeze (2.30.6-1) Epiphany/2.30.6

    On FreeBSD system the “top” command does not support monitoring of mutli core CPU server systems.
    Another handy thing about Linux top is pressing the “W” during the top is running. This will make top to save it’s current settings so next time when you launch it it will load the last known saved settings.

    To get statistics about CPU information on FreeBSD you can use commands:
    freebsd# sysctl -a | egrep -i ‘hw.machine|hw.model|hw.ncpu’
    or
    freebsd# dmesg | grep -i cpu

    View CommentView Comment
  2. subbsd says:
    Google Chrome 16.0.912.63 Google Chrome 16.0.912.63 FreeBSD FreeBSD
    Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7

    for freebsd just read the man pages.
    top -P

    View CommentView Comment
  3. google4u says:
    Firefox 3.6.26 Firefox 3.6.26 Windows 7 Windows 7
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.26) Gecko/20120128 Firefox/3.6.26

    in freebsd you can use top -HSP to check multi core usage statistics

    View CommentView Comment