We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I add the following lines in the top of application:
var appmetrics=require('appmetrics'); var monitor = appmetrics.monitor(); monitor.on('loop', function(data){console.info('timestamp:',new Date());});
And I will got the following logs:
timestamp: 2019-07-22T02:22:07.394Z timestamp: 2019-07-22T02:22:11.394Z timestamp: 2019-07-22T02:22:17.394Z timestamp: 2019-07-22T02:22:21.395Z timestamp: 2019-07-22T02:22:27.396Z timestamp: 2019-07-22T02:22:31.396Z
the duration is 4 second then 6 second, but the README says it should be a 5 seconds summary data. Could you please help explain?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I add the following lines in the top of application:
And I will got the following logs:
the duration is 4 second then 6 second, but the README says it should be a 5 seconds summary data. Could you please help explain?
The text was updated successfully, but these errors were encountered: