From 63d17a569dbd9fefce5b9fe3c540a7ba4d609bd0 Mon Sep 17 00:00:00 2001 From: Martin Chaparro Date: Mon, 9 Sep 2024 20:40:08 -0500 Subject: [PATCH] Actualizar 'README.md' --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4677445..7acc56b 100644 --- a/README.md +++ b/README.md @@ -291,4 +291,26 @@ cat ~/.ssh/id_rsa.pub | ssh @ 'mkdir -p ~/.ssh && cat >> ~ ``` -https://www.raspberrypi.com/documentation/computers/remote-access.html#passwordless-ssh-access \ No newline at end of file + + +https://www.raspberrypi.com/documentation/computers/remote-access.html#passwordless-ssh-access + +### Estadisticas del sistema + +```sh +systemd-analyze + +``` +salida +``` +Startup finished in 10.336s (kernel) + 54.408s (userspace) = 1min 4.745s +multi-user.target reached after 54.214s in userspace +``` + +### Velocidad Escritura + +```sh +sudo apt-get install hdparm + +sudo hdparm -t /dev/mmcblk0 +``` \ No newline at end of file