Telegraf plugin on Process level

Hello All
I want to know is there anyway we can get information on a process level for windows using Telegraf, I mean to say suppose I have an process running on my system e.g. Chrome, so is it possible to know how much processor time, memory and other parameters it is using . i tried using win_perf_counter , but dont know how to specify that particular process name. If we need to give the process name in Instances then what should i give?? Please help me out…

Thanks and Regards
Abhijit

Have you tried using the procstat input plugin? That may do what you need

@Esity Thanks for your response. Yeah I am able to get the desired result now.
I am using Procstat for linux and win_perf counter for Windows.
Thanks