|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
disk space usage
how can i view the disk space and bandwidth used from a particular folder in my coldfusion server. I mean when ppl visit my website they go to C:\CFusionMX\wwwroot\, but some of my files are in C:\CFusionMX\folder1\ and i have a special script in C:\CFusionMX\wwwroot\(accessible by all users) which links to files from C:\CFusionMX\folder1\ (which is NOT accessible by anyone).
So can anyone tell me how i can monitor/view the diskspace and bandwidth of C:\CFusionMX\folder1\ from C:\CFusionMX\wwwroot\ |
|
#2
|
|||
|
|||
|
You can get the size of a directory using cfdirectory (or recursive cfdirectory calls), but not bandwidth. You'll have to do this from the server-side (OS or web server) or from a log file...CF has built-in monitoring and performance data (actually this ties into the OS's monitoring systems) but I don't think it would let you do this by directory.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > disk space usage |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|