View Single Post
  #2   (View Single Post)  
Old 11th October 2017
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

You are unlikely to find any help on this forum for DragonFly BSD. Please send an e-mail to users.AT.dragonflybsd.org. The group is minuscule (less than 10 developers with Matt committing 80% of the stuff) but they are very good at addressing issues. Most likely Matt himself will offer you some advises.

I am too tired to go carefully over your e-mail tonight but on the first glance temperature of little over 60C are within your CPU specification range. HAMMER is not a RAM hog like ZFS (which I run at work). I am running it on my home file server. Some interesting outputs for you

Code:
dfly# uname -a
DragonFly dfly.bagdala2.net 4.8-RELEASE DragonFly v4.8.1.5.g69508-RELEASE #9: Mon Aug 28 23:50:01 EDT 2017     root@dfly.bagdala2.net:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64


dfly# sysctl hw.sensors
hw.sensors.acpi_tz0.temp0: 27.80 degC
hw.sensors.acpi_tz1.temp0: 29.80 degC
hw.sensors.cpu0.temp0: 48.00 degC (node0 core0 temp), OK
hw.sensors.cpu1.temp0: 54.00 degC (node0 core1 temp), OK
hw.sensors.cpu_node0.temp0: 54.00 degC (node0 temp), OK
hw.sensors.dev_idmax: 5

dfly# sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu'
hw.machine: x86_64
hw.model: Intel(R) Celeron(R) CPU 1037U @ 1.80GHz
hw.ncpu: 2
hw.machine_arch: x86_64


dfly# mount
ROOT on / (hammer, noatime, local)
devfs on /dev (devfs, nosymfollow, local)
/dev/serno/B620550018.s1a on /boot (ufs, local)
/pfs/@@-1:00001 on /var (null, local)
/pfs/@@-1:00002 on /tmp (null, local)
/pfs/@@-1:00003 on /home (null, local)
/pfs/@@-1:00004 on /usr/obj (null, local)
/pfs/@@-1:00005 on /var/crash (null, local)
/pfs/@@-1:00006 on /var/tmp (null, local)
procfs on /proc (procfs, local)
DATA on /data (hammer, noatime, local)
BACKUP on /backup (hammer, read-only, noatime, local)
/data/pfs/@@-1:00001 on /data/backups (null, local)
/data/pfs/@@-1:00002 on /data/nfs (null, NFS exported, local)


dfly# df -h
Filesystem                  Size   Used  Avail Capacity  Mounted on
ROOT                       21.7G  9475M  12.5G    43%    /
devfs                      1024B  1024B     0B   100%    /dev
/dev/serno/B620550018.s1a  1008M   448M   480M    48%    /boot
/pfs/@@-1:00001            21.7G  9475M  12.5G    43%    /var
/pfs/@@-1:00002            21.7G  9475M  12.5G    43%    /tmp
/pfs/@@-1:00003            21.7G  9475M  12.5G    43%    /home
/pfs/@@-1:00004            21.7G  9475M  12.5G    43%    /usr/obj
/pfs/@@-1:00005            21.7G  9475M  12.5G    43%    /var/crash
/pfs/@@-1:00006            21.7G  9475M  12.5G    43%    /var/tmp
procfs                     4096B  4096B     0B   100%    /proc
DATA                       2792G   156G  2637G     6%    /data
BACKUP                     2792G   507G  2285G    18%    /backup
/data/pfs/@@-1:00001       2792G   156G  2637G     6%    /data/backups
/data/pfs/@@-1:00002       2792G   156G  2637G     6%    /data/nfs

dfly# vmstat 
--procs-- ---memory-- -------paging------ --disks-- -----faults------ ---cpu---
  r  b  w   fre   flt   re   pi   po   fr  da0  da1   int   sys   ctx us sy id
  0  1  0 308M  117M 1.5K 3.0K 4.2K 219M    0    0  639M  356M  577M  0  0 100


load averages:  0.01,  0.01,  0.00;               up 11+22:17:05       22:10:00
46 processes: 1 running, 46 active
CPU states:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
Memory: 3322M Active, 1900M Inact, 2236M Wired, 233M Cache, 772M Buf, 74M Free
Swap: 6610M Total, 20M Used, 6590M Free

Last edited by Oko; 11th October 2017 at 02:27 AM.
Reply With Quote