faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > FunctionStatsEvent > toString

FunctionStatsEvent.toString() method

Returns a string summarizing the statistics event.

Signature:

toString(): string;

Returns:

string

Remarks

The string includes number of completed calls, errors, and retries, and the mean execution time for the calls that completed within the last time interval (1s).

  • FunctionStatsEvent.toString() method
  • Remarks
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflow
More
BlogUser Showcase
Copyright © 2025 Andy Chou