Hello All ...
Im trying to track down which flows are putting through the most amount of data on 1 of our Switch machines.
The server says it's received 650Gb of files and sent out 475Gb (in a week) and I'd love to work out which is the busiest flow/s ... ive looked at "Statistics" but dont see anything there having to do with file/folder sizing ...
Maybe this isnt possible in switch, and i need to look at an OS level directory check ?
Mitch
How to ascertain which flow has most data going through ?
-
- Member
- Posts: 26
- Joined: Mon Sep 26, 2011 4:49 am
How to ascertain which flow has most data going through ?
The easiest approach is to add "Log job info" to the beginning of every flow. Use "Direct" for "Scheme" and in the "Value" you can add variables like [Switch.Date], [Switch.FlowName], [Job.ByteCount] or [Job.Size] for the size of the job, etc. to come to a nice easily readable string.
In the preferences you can set to export the messages to an XML file at regular intervals and those messages will be in there, and can be easily extracted.
You can do something similar of course with a script that writes this information into one single text file directly.
Freddy
In the preferences you can set to export the messages to an XML file at regular intervals and those messages will be in there, and can be easily extracted.
You can do something similar of course with a script that writes this information into one single text file directly.
Freddy