neekey / table-parser

A parser to parse table style output from shell
MIT License
25 stars 13 forks source link

Can you specify the command for listing all background application #20

Open tijo123 opened 4 years ago

tijo123 commented 4 years ago
ps.lookup({
        **command: 'node',** 
        }, function(err, resultList ) {
        if (err) {
            throw new Error( err );
        }

Also please guide me to get background application in certain interval(10 minutes, 20 minutes)