topparser
topparser copied to clipboard
Parse linux/unix TOP command output to JSON format using node.js without external dependencies.
Results
2
topparser issues
Sort by
recently updated
recently updated
newest added
In some Process, pid was empty due to white space issue, so by trimming white space from every string before parsing will solve the issue
Added code to parse top line of top command.