|
@ -112,6 +112,9 @@ The PID of the process. |
|
|
+process.platform+ :: |
|
|
+process.platform+ :: |
|
|
What platform you're running on. +"linux2"+, +"darwin"+, etc. |
|
|
What platform you're running on. +"linux2"+, +"darwin"+, etc. |
|
|
|
|
|
|
|
|
|
|
|
+process.startTime+ :: |
|
|
|
|
|
When the process started. |
|
|
|
|
|
|
|
|
+process.memoryUsage()+ :: |
|
|
+process.memoryUsage()+ :: |
|
|
Returns the memory usage of the Node process. It looks like this |
|
|
Returns the memory usage of the Node process. It looks like this |
|
|
+ |
|
|
+ |
|
|