Printing number of triangles and drawcalls on the screen ?

To print fps and render time I execute cmd line stat FPS on eventBeginPlay.

I also need to print number of triangles in the view and number of drawcalls in the view. What cmds do I use for that, if any?

If there are no cmds, how else can I output such info ?

Thanks.

Have a look at CPU profiling, GPU profiling

Stat SceneRendering is probably what you want.