Skip to content

cant get vm.swap_total from FreeBSD 12 on RaspberryPI 3B+ arm64 #2

@sparvu

Description

@sparvu

Im not able to retrieve vm.swap_total on FreeBSD 12 Beta-2 ARM64, RaspberryPI 3B+. The retruned value is '?'

  • From system
% sysctl vm.swap_total
vm.swap_total: 2147483648
  • From perl
/opt/kronometrix/perl/bin/perl -e 'use BSD::Sysctl qw(sysctl); my $b = BSD::Sysctl->new("vm.swap_total"); print $b->get();'
?
  • Operating system:
FreeBSD k50dev 12.0-BETA2 FreeBSD 12.0-BETA2 r339753 GENERIC  arm64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions