2013-07-24 08:35 AM
Two questions...
for i in $(dfm perf clientstat list -a '2013-07-23 11:55:09.692000' <filername>| tail -n +2 | cut -d' ' -f1); do dfm perf clientstat list -s $i | tail -n +7; done | sort
Any help would be greatly appreciated.
Thanks,
Matt
2013-07-24 06:39 PM
I have found two user tables in the db using:
dfm database query run "SELECT * FROM sysobjects"
name: perfClientStatCollections
type: U
userstat: 0
name: perfClientStats
type: U
userstat: 0
... still not sure how the data is stored though since client IPs are not an object in DFM...