You are not logged in.

#1 2017-01-18 13:53:44

michi
Member
From: Czech republic
Registered: 2011-03-04
Posts: 10

systemctl status info

Hello,

i just installed clean Archlinux in VMware and noticed difference in systemctl status

old installation fully updated:

● systemd-networkd.service - Network Service
   Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2017-01-18 14:35:40 CET; 12min ago
     Docs: man:systemd-networkd.service(8)
 Main PID: 359 (systemd-network)
   Status: "Processing requests..."
    Tasks: 1 (limit: 4915)
   CGroup: /system.slice/systemd-networkd.service
           └─359 /usr/lib/systemd/systemd-networkd

new installation:

● systemd-networkd.service - Network Service
   Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2017-01-18 14:04:03 UTC; 48min ago
     Docs: man:systemd-networkd.service(8)
 Main PID: 489 (systemd-network)
   Status: "Processing requests..."
    Tasks: 1 (limit: 19660)
   Memory: 3.5M
      CPU: 220ms
   CGroup: /system.slice/systemd-networkd.service
           └─489 /usr/lib/systemd/systemd-networkd

is there any chance to get the CPU and Memory info on the old system?

Offline

#2 2017-01-18 15:47:12

boosterdev
Member
From: Groningen, Netherlands
Registered: 2017-01-18
Posts: 2

Re: systemctl status info

pacman -S dmidecode
dmidecode -t memory
dmidecode -t cpu
cat /proc/cpuinfo
lscpu

i hope this is the answer your looking for


Think Reverse, often it solves the problem

Offline

#3 2017-01-18 16:29:53

loqs
Member
Registered: 2014-03-06
Posts: 17,308

Re: systemctl status info

man 5 systemd-system.conf wrote:

       DefaultCPUAccounting=, DefaultBlockIOAccounting=,
       DefaultMemoryAccounting=, DefaultTasksAccounting=
           Configure the default resource accounting settings, as configured
           per-unit by CPUAccounting=, BlockIOAccounting=, MemoryAccounting=
           and TasksAccounting=. See systemd.resource-control(5) for details
           on the per-unit settings.  DefaultTasksAccounting= defaults to on,
           the other three settings to off.

Though this does not explain why CPUAccounting and MemoryAccounting are on by default on the new installation.

Offline

#4 2017-01-18 16:54:09

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: systemctl status info

Do you have any pacnew files on the old installation that haven't been dealt with yet?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#5 2017-01-19 09:21:11

michi
Member
From: Czech republic
Registered: 2011-03-04
Posts: 10

Re: systemctl status info

thanks all
@boosterdev, don't see any connection with systemd status info ??
@loqs, yeah, found that it can be accounting, but it's not applicated on default installation :-(
@slithery, nope, pacdiff shows nothing

i compared systemd confs, compared running "systemd-services" and no difference on both systems
only difference is syslinux on old system vs. efi boot on new instalation

edit://
it's really strange
- new install in vmware on dell notebook - shows info
- same new install in vmware on desktop - no info
- old install up-to-date - no info

i think it's related to mobile CPU, or something different on notebook

Last edited by michi (2017-01-19 23:31:15)

Offline

Board footer

Powered by FluxBB