Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Testing the Speed of my system

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
bedtime
Posts: 146
Joined: 2012-12-16 19:34
Has thanked: 1 time
Been thanked: 6 times

Re: Testing the Speed of my system

#16 Post by bedtime »

None1975 wrote:
bedtime wrote: 3ms systemd-user-sessions.service.

Man, it is really fast. Lighting fast.
Here mine:

Code: Select all

005 ~ > systemd-analyze
Startup finished in 2.829s (kernel) + 7.388s (userspace) = 10.218s

141 ~ > systemd-analyze blame
          3.545s ufw.service
          3.014s dev-sda1.device
          1.663s apt-daily.service
           815ms ntp.service
           667ms keyboard-setup.service
           536ms rsyslog.service
           523ms atopacct.service
           469ms systemd-tmpfiles-setup-dev.service
           453ms systemd-fsck@dev-disk-by\x2duuid-1b720753\x2dba60\x2d4ce9\x2d8a
           434ms systemd-remount-fs.service
           419ms dev-hugepages.mount
           418ms dev-mqueue.mount
           417ms sys-kernel-debug.mount
           345ms apt-daily-upgrade.service
           298ms systemd-modules-load.service
           297ms dev-disk-by\x2duuid-82823ecd\x2d9cd0\x2d4e91\x2da0dd\x2d902e3f9
           256ms networking.service
           237ms kmod-static-nodes.service
           235ms systemd-udevd.service
           189ms systemd-tmpfiles-setup.service
           167ms systemd-journald.service
           156ms systemd-udev-trigger.service
           148ms systemd-journal-flush.service
lines 1-23...skipping...
          3.545s ufw.service
          3.014s dev-sda1.device
          1.663s apt-daily.service
           815ms ntp.service
           667ms keyboard-setup.service
           536ms rsyslog.service
           523ms atopacct.service
           469ms systemd-tmpfiles-setup-dev.service
           453ms systemd-fsck@dev-disk-by\x2duuid-1b720753\x2dba60\x2d4ce9\x2d8a12\x2d5bed214725aa.service
           434ms systemd-remount-fs.service
           419ms dev-hugepages.mount
           418ms dev-mqueue.mount
           417ms sys-kernel-debug.mount
           345ms apt-daily-upgrade.service
           298ms systemd-modules-load.service
           297ms dev-disk-by\x2duuid-82823ecd\x2d9cd0\x2d4e91\x2da0dd\x2d902e3f947e96.swap
           256ms networking.service
           237ms kmod-static-nodes.service
           235ms systemd-udevd.service
           189ms systemd-tmpfiles-setup.service
           167ms systemd-journald.service
           156ms systemd-udev-trigger.service
           148ms systemd-journal-flush.service
           137ms systemd-random-seed.service
           130ms systemd-user-sessions.service
           121ms systemd-logind.service
           109ms console-setup.service
            84ms user@1000.service
            82ms home.mount
            75ms systemd-tmpfiles-clean.service
            60ms systemd-update-utmp.service
            26ms systemd-sysctl.service
             5ms systemd-update-utmp-runlevel.service
             5ms alsa-restore.service

I'm running an HP Prodesk 600, with an i7-7700, SSD, and 8g ram. *hugs his compy* :P

Note that I am running far less services than you, so that alone could be a big factor. Also, I running i3 window manager, so not much background services to be loaded (as opposed to gnome/kde...).

It seems that your apt services are slowing you down. And your ufw (firewall) service, I'm wondering if you could somehow load that in the background and not have systemd wait on it? Network connections used to slow my boot speed down as well until I told sysd to not wait on them.

Code: Select all

5ms alsa-restore.service
This is impressive to me; I remember my alsa-restore taking several seconds to load, so I ditched it. I might reconsider adding it back now that I see this. :)

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1410
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 70 times

Re: Testing the Speed of my system

#17 Post by None1975 »

bedtime wrote: SSD, and 8g ram. *hugs his compy* :PAlso, I running i3 window manager, so not much background services to be loaded (as opposed to gnome/kde...).
I also running wm-xmonad. No DM, just startx. The system has a total of 1026 packages. But my system is on hdd, not on sdd. Also, my system has twice less RAM than yours. Cpu is Intel Core i7 CPU 920 @ 2.793GHz
t seems that your apt services are slowing you down. And your ufw (firewall) service, I'm wondering if you could somehow load that in the background and not have systemd wait on it?
Yes I'm thinking about this factor. No, I will not squander much of it. The system is not on the ssd. No matter... After four seconds, the total time will be six seconds.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

Post Reply