http://solarixer.blogspot.kr/2010/10/disk-io.html 리눅스 상에서 시스템 리소스 모니터링 할 때 보통 아래와 같은 command 를 사용한다. CPU 정보를 볼때 보통 top 이나 sar 등으로 보고 프로세스 정보를 볼 땐 보통 ps 를 사용하며 메모리 정보를 볼 땐 free , vmstat 등을 사용한다. 디스크 IO…
- Category Archives 기술자료
-
-
[scrap][AngularJS] AngularJS 와 RequireJS 를 활용한 대규모 웹 어플리케이션 개발
http://programmingsummaries.tistory.com/m/post/229 AngularJS 기반 웹 어플리케이션, 어디서부터 시작해야 할까? AngularJS를 기반으로 웹 어플리케이션을 개발할 때, AngularJS 사이트에서 제공해주는 문서들은 특정 API 활용 방법을 이해하거나 단순한 수준으로 시작하기에는 적합하지만 어떻…
-
[scrap]리눅스에서 vsftp설정(530에러, 500에러, root 로그인 실패 포함)
http://dryad.kr/bbs/board.php?bo_table=rboard01&wr_id=200 리눅스 : CentOS 5.6 vsFTPD : Very Secure FTPD vsftpd FTP 서버에 대해 vsftpd는 UNIX 시스템에서 사용할 수 있는 free FTP 서버(라이센스는 GPL)이다. vsftpd가 내세우고 있는…
-
[scrap]Architecting Large Enterprise Java Projects – My Virtual JUG Session
http://java.dzone.com/articles/architecting-large-enterprise?utm_content=buffer9d9dc&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer I had the pleasure to be invited t…
-
[scrap]Automated Testing of REST Services
http://java.dzone.com/articles/automated-testing-rest?utm_content=buffer084c1&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer Despite the fact that I’m a Java and Scal…
-
[scrap]Does Monitoring Still Suck?
http://java.dzone.com/articles/does-monitoring-still-suck?mz=110215-high-perf&utm_content=buffer692ef&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer [This article…
-
[scrap]Server and Storage I/O Benchmarking and Performance Resources
http://java.dzone.com/articles/server-and-storage-io?utm_content=bufferf3e10&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer The following are a list of various articl…
-
[scrap]awk introduction tutorial 7 awk print examples
http://www.thegeekstuff.com/2010/01/awk-introduction-tutorial-7-awk-print-examples/ This is the first article on the new awk tutorial series. We’ll be posting several articles on awk in the upc…
-
[scrap]Unix Sed Tutorial: Advanced Sed Substitution Examples
http://www.thegeekstuff.com/2009/10/unix-sed-tutorial-advanced-sed-substitution-examples/ This article is part of the on-goingUnix Sed Tips and Tricks series. In our previous sed articles we learned —…