Hola a todos, agradezco su ayuda de antemano.
Instale Centos 7 en una computadora Dell inspiron 14, lo hice con el proposito de recordar lo que es usar linux, y para tomar la certificacion red hat, ya que centos es un 98% igual a RH. Desde que lo instale, siempre fue lento, tarda mucho en arrancar (para ser un sistema linux). Una vez cargado, si abro terminar tarda unos 10-15 segundo en dejarme excribir, Firefox tambien es muy lento: abrir otro tab, cambiarme entre tabs, ni se digan las paginas con videos. Escuche que centos es mas para servidores web, pero yo no tengo (de momento) intensiones de hostear paginas, si acaso recientemente, instale oracle weblogic y nagios para unos cursos que estoy tomando.
El filesystem esta asi:
Código: Seleccionar todo
$@localhost bin]$ df -h
S.ficheros Tamaño Usados Disp Uso% Montado en
/dev/mapper/centos-root 50G 9.0G 42G 18% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.9G 25M 1.8G 2% /dev/shm
tmpfs 1.9G 18M 1.8G 1% /run
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/sda2 1014M 396M 619M 40% /boot
/dev/sda1 200M 9.8M 191M 5% /boot/efi
/dev/mapper/centos-home 411G 77G 334G 19% /home
tmpfs 371M 60K 371M 1% /run/user/1000
tmpfs 371M 0 371M 0% /run/user/0
Código: Seleccionar todo
@localhost ~]$ systemd-analyze blame
plymouth-quit-wait.service
35.949s jenkins.service
29.266s mariadb.service
22.116s kdump.service
20.260s NetworkManager-wait-online.service
9.490s accounts-daemon.service
8.746s polkit.service
8.732s ModemManager.service
8.614s abrt-ccpp.service
8.245s lvm2-monitor.service
8.236s libvirtd.service
6.925s systemd-udev-settle.service
6.595s tuned.service
6.299s dev-mapper-centos\x2droot.device
5.476s systemd-logind.service
5.081s rhel-dmesg.service
4.752s avahi-daemon.service
4.698s rtkit-daemon.service
4.569s chronyd.service
4.373s microcode.service
4.363s rsyslog.service
4.190s gssproxy.service
4.110s firewalld.service
4.039s bluetooth.service
3.445s colord.service
3.181s gdm.service
2.568s network.service
2.123s packagekit.service
1.801s lvm2-pvscan@8:3.service
1.757s systemd-tmpfiles-setup-dev.service
1.721s upower.service
1.680s nagios.service
1.668s proc-fs-nfsd.mount
1.472s httpd.service
1.262s rhel-readonly.service
1.192s systemd-udevd.service
1.141s sshd.service
1.055s systemd-journal-flush.service
1.046s sysstat.service
817ms ksmtuned.service
817ms systemd-binfmt.service
729ms systemd-tmpfiles-clean.service
701ms udisks2.service
661ms NetworkManager.service
642ms auditd.service
538ms wpa_supplicant.service
512ms systemd-udev-trigger.service
493ms dmraid-activation.service
404ms systemd-remount-fs.service
395ms sys-kernel-debug.mount
393ms rhel-import-state.service
392ms systemd-sysctl.service
386ms proc-sys-fs-binfmt_misc.mount
369ms dev-hugepages.mount
366ms kmod-static-nodes.service
366ms dev-mqueue.mount
333ms boot.mount
311ms dev-mapper-centos\x2dswap.swap
289ms systemd-tmpfiles-setup.service
263ms nfs-config.service
260ms systemd-backlight@leds:dell::kbd_backlight.service
227ms systemd-vconsole-setup.service
227ms systemd-rfkill@rfkill22.service
222ms jexec.service
219ms rpc-statd-notify.service
211ms plymouth-read-write.service
202ms systemd-readahead-collect.service
182ms home.mount
182ms systemd-journald.service
157ms boot-efi.mount
123ms systemd-user-sessions.service
117ms systemd-backlight@backlight:intel_backlight.service
92ms systemd-random-seed.service
68ms geoclue.service
52ms systemd-readahead-done.service
48ms systemd-update-utmp.service
46ms ksm.service
41ms plymouth-start.service
35ms iscsi-shutdown.service
35ms systemd-rfkill@rfkill0.service
31ms systemd-fsck-root.service
30ms blk-availability.service
28ms sys-fs-fuse-connections.mount
20ms var-lib-nfs-rpc_pipefs.mount
14ms systemd-update-utmp-runlevel.service
5ms sys-kernel-config.mount
Tambien lei que quizas pueda ser el ipv6, les dejo el sgte output.
Código: Seleccionar todo
@localhost bin]$ lsmod | grep v6
nf_reject_ipv6 13717 1 ip6t_REJECT
nf_conntrack_ipv6 18935 10
nf_defrag_ipv6 35104 1 nf_conntrack_ipv6
nf_nat_ipv6 14131 1 ip6table_nat
nf_nat 26787 3 nf_nat_ipv4,nf_nat_ipv6,nf_nat_masquerade_ipv4
nf_conntrack 133387 7 nf_nat,nf_nat_ipv4,nf_nat_ipv6,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_conntrack_ipv6
Gracias de antemano