node.js check how long you run your PC

  Please read how to initialize npm from this post.


1. Uptime




First, you need to type the 'const os = require('os');' to import the os module.
After that type 'console.log(os.uptime());'. 


Now run the node to run index.js or index.

Enter: need to check your file path

- node index.js

- node index


The number is a second.


2. variable



build const variable to put 'os.uptime()'
- 'os_time'



3. Divide the number to 3600(using console.log)



Now print the number(os_time/3600) to find how long your does your OS run(hour).





댓글

이 블로그의 인기 게시물

Lesson 12_1 프로퍼티 노드(Property Node)

DAQ로 전압 측정하기-2

Lesson 12_2 참조를 이용한 프로퍼티노드(Property Node)