free2 Nosql MongoDB 무료 사용 방법 (MongoDB Atlas) 아래 설명드릴 내용은 Nosql 데이터베이스인 MongoDB를 무료로 사용할 수 있는 방법입니다. 아래 사이트에서 무료로 MongoDB를 사용해 볼 수 있습니다. The most popular database for modern apps We're the creators of MongoDB, the most popular database for modern apps, and MongoDB Atlas, the global cloud database on AWS, Azure, and GCP. Easily organize, use, and enrich data — in real time, anywhere. www.mongodb.com MongoDB Atlas 무료에는 약간의 제약이 있지만 공부를 하거나 간단한.. 2021. 5. 10. 리눅스 반복작업 위한 명령 watch 요즘 GPU 사용량을 확인할 일이 많아서 사용하는 명령어가 있습니다 바로 watch 명령어 인데요 watch -n [초] [명령어] 로 사용할 수 있어요 1초마다 한번씩 메모리를 확인하고 싶다면 watch -n 1 free -h watch -n 1 cat /proc/meminfo 2초마다 한번씩 GPU 사용율을 알고 싶다면 watch -n 2 nvidia-smi 이렇게 사용할 수 있습니다. CPU나 메모리 사용량은 top 명령어로도 간단하게 볼 수 있습니다. top의 갱신 주기를 바꾸려면 -d 옵션을 주면 됩니다. 2019. 5. 10. 이전 1 다음