ubuntu 18.04 에서 drop_caches 가 제대로 안될경우


cd /etc/cron.hourly

vi drop_cache


#!/bin/sh

echo "3" > /proc/sys/vm/drop_caches


chmod 700 drop_cache

블로그 이미지

용병

,

시작 후 F6 Advanced Mode 에서 nomodeset 체크 후 실행


/etc/default/grub 에서

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

로 수정

# update-grub

실행

'시스템, 서버 > 리눅스' 카테고리의 다른 글

ubuntu 18.04 drop_cache  (0) 2018.06.20
우분투 gitlab 삭제  (0) 2017.01.26
콘솔 모니터링 모음  (0) 2017.01.26
gitlab uninstall / remove  (0) 2017.01.13
NVIDIA nFORCE onboard lan card driver on Centos  (0) 2009.01.29
블로그 이미지

용병

,

1. saidar

apt-get install saidar

saidar -c -d 1



2. htop
apt-get install htop
htop



3. vnstat

apt-get install vnstat

vnstat -u -i eth0 // db 생성

vnstat -l -i eth0 // 실시간 모니터링

vnstat // 보기



4. glances

apt-get install pip

pip install glances


or


apt-get install glances ???


https://github.com/nicolargo/glances

setup : http://www.tecmint.com/glances-an-advanced-real-time-system-monitoring-tool-for-linux/



블로그 이미지

용병

,