forked from benschmaus/nodeload
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nodeload.js moves into root directory
THANKS moves inside package.json
- Loading branch information
Showing
7 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
- Console webpage (stats) | ||
- Console webpage (node manager) | ||
- Add mem, disk io read + write + wait monitoring remote.ex.js | ||
- Remote testing should also aggregate summary-only stats (e.g. uniques) | ||
- Update READMEs | ||
- Write a DEVELOPERS doc that explains the components | ||
- Add zipf number generator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,15 @@ | |
"Benjamin Schmaus <[email protected]>", | ||
"Jonathan Lee <[email protected]>", | ||
"Robert Newson <[email protected]>", | ||
"Michael Mattozzi <[email protected]>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/benschmaus/nodeload" | ||
}, | ||
"main": "./lib/nodeload", | ||
"main": "./nodeload.js", | ||
"bin": { | ||
"nodeload.js": "./lib/nodeload.js", | ||
"nodeload.js": "./nodeload.js", | ||
"nl.js": "./nl.js" | ||
}, | ||
"modules": { | ||
|