Hi guys,
I'm troubleshooting some latency issues in one of our backend services and I'm getting a strange result.
Not sure if I'm reading the result correctly, so see the pic of the ruby-prof output.
About my environment:
* ruby-1.9.3-p194 [ x86_64 ]
* fog (1.8.0)* daemons (1.1.8)
It seems to me that 67% of the time is being spent in "Directories::get"67.02% (95.29%) Fog::Storage::Rackspace::Directories#get [56 calls, 56 total]
And 32% spent to set last_modified attribute and time parsing.
32.26% (64.75%) Fog::Storage::Rackspace::File#last_modified= [101185 calls, 101241 total]Any clue on what is going on?Thanks,./Helio
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
directory = storage.directories.create(
:key => 'data'
)