| Author | Messages | |
aansari
Posts:67
 | | 06/22/2010 8:42 PM |
| Is there a way to find out the size of an AD object?
-- Adeel Ansari
| | | |
| NilsK
Posts:105
 | | 06/22/2010 8:48 PM |
| What exacly do you mean by "size" and what do you need this information for?
Nils
Am 22.06.2010 21:40, schrieb Adeel Ansari: > Is there a way to find out the size of an AD object? > > -- > Adeel Ansari > >
-- www.kaczenski.de <http://www.kaczenski.de> MVP Windows Server: Directory Services Twitter <http://twitter.com/Kaczenski> Die Bücher meiner Frau: Stephanie Schneider <http://www.stephanie-schneider.de/inhalte/die-buecher/> www.faq-o-matic.net <http://www.faq-o-matic.net>: Die technische Community MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski
| | | |
| RickSheikh
Posts:373
 | | 06/22/2010 9:03 PM |
| Not sure if there is a way. However some reasonable estimations may be made following the formula described in this technet article.
http://technet.microsoft.com/en-us/library/cc961779.aspx
On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de> wrote:
> What exacly do you mean by "size" and what do you need this information > for? > > Nils > > > Am 22.06.2010 21:40, schrieb Adeel Ansari: > > Is there a way to find out the size of an AD object? > > -- > Adeel Ansari > > > > -- > www.kaczenski.de > MVP Windows Server: Directory Services > Twitter <http://twitter.com/Kaczenski> > Die Bücher meiner Frau: Stephanie Schneider<http://www.stephanie-schneider.de/inhalte/die-buecher/> > www.faq-o-matic.net: Die technische Community > MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski >
| | | |
| RobSilver
Posts:0
 | | 06/22/2010 9:05 PM |
| Hi Adeel
Like how much a user weighs? Typically, an average 72 Kg adult user consumes only 3.7Kb in Active Directory. All objects take up one row in AD within the JetBlue ntds.dit database based on the X.500 object model with the exception of multi-linked values (groups etc), and the database has been tested for up to 40,000,000 objects. Performance impact is negligent for up to 1M objects.
Obesity may occur when customising the schema to add attributes with large blobs.
Here is an estimate which may help specifically for users:
Number of users
KB per database
Growth (in KB)
Bytes per user
KB per database
Growth (in KB)
Bytes per user
0
10,256
--
--
10,256
--
--
100,000
516,064
505,808
5,179
364,560
354,304
3,628
200,000
899,088
383,024
4,551
720,912
356,352
3,639
300,000
1,294,352
395,264
4,383
1,079,312
358,400
3,649
400,000
1,675,280
380,928
4,262
1,435,664
356,352
3,649
500,000
2,060,328
385,048
4,199
1,792,016
356,352
3,649
Also, this URL may assist for growth estimates:
http://technet.microsoft.com/en-us/library/cc961779.aspx
Regards,
Rob
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Nils Kaczenski Sent: 22 June 2010 8:43 PM To: activedir@mail.activedir.org Subject: Re: [ActiveDir] AD Object Size
What exacly do you mean by "size" and what do you need this information for?
Nils
Am 22.06.2010 21:40, schrieb Adeel Ansari: Is there a way to find out the size of an AD object?
-- Adeel Ansari
-- www.kaczenski.de<http://www.kaczenski.de> MVP Windows Server: Directory Services Twitter<http://twitter.com/Kaczenski> Die Bücher meiner Frau: Stephanie Schneider<http://www.stephanie-schneider.de/inhalte/die-buecher/> www.faq-o-matic.net<http://www.faq-o-matic.net>: Die technische Community MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski
| | | |
| aansari
Posts:67
 | | 06/22/2010 9:24 PM |
| I am looking for following:
- size of the binary item that is attached to the object. - size of an AD object itself in the database
On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de> wrote:
> What exacly do you mean by "size" and what do you need this information > for? > > Nils > > > Am 22.06.2010 21:40, schrieb Adeel Ansari: > > Is there a way to find out the size of an AD object? > > -- > Adeel Ansari > > > > -- > www.kaczenski.de > MVP Windows Server: Directory Services > Twitter <http://twitter.com/Kaczenski> > Die Bücher meiner Frau: Stephanie Schneider<http://www.stephanie-schneider.de/inhalte/die-buecher/> > www.faq-o-matic.net: Die technische Community > MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski >
-- Adeel Ansari
| | | |
| aansari
Posts:67
 | | 06/22/2010 9:24 PM |
| I am looking for following:
- size of the binary item that is attached to the object. - size of an AD object itself in the database
On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de> wrote:
> What exacly do you mean by "size" and what do you need this information > for? > > Nils > > > Am 22.06.2010 21:40, schrieb Adeel Ansari: > > Is there a way to find out the size of an AD object? > > -- > Adeel Ansari > > > > -- > www.kaczenski.de > MVP Windows Server: Directory Services > Twitter <http://twitter.com/Kaczenski> > Die Bücher meiner Frau: Stephanie Schneider<http://www.stephanie-schneider.de/inhalte/die-buecher/> > www.faq-o-matic.net: Die technische Community > MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski >
-- Adeel Ansari
| | | |
| NilsK
Posts:105
 | | 06/23/2010 4:18 PM |
| As Rick pointed out there is no known way to sharply measure the object "size". There are some methods to do estimations though. Thus the question (that you did not answer): What do you need this information for?
Nils
----- Ursprüngliche Nachricht ----- Von: Adeel Ansari Gesendet: 22.06.10 21:55 Uhr An: activedir@mail.activedir.org Betreff: Re: [ActiveDir] AD Object Size
I am looking for following:
* size of the binary item that is attached to the object. * size of an AD object itself in the database
On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski < n.ka@gmx.de > wrote:
What exacly do you mean by "size" and what do you need this information for?
Nils
Am 22.06.2010 21:40, schrieb Adeel Ansari: Is there a way to find out the size of an AD object?
-- Adeel Ansari
-- www.kaczenski.de http://www.kaczenski.de MVP Windows Server: Directory Services Twitter http://twitter.com/Kaczenski Die Bücher meiner Frau: Stephanie Schneider http://www.stephanie-schneider.de/inhalte/die-buecher/ www.faq-o-matic.net http://www.faq-o-matic.net : Die technische Community MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski https://mvp.support.microsoft.com/profile/Nils.Kaczenski
-- Adeel Ansari
www.kaczenski.de MVP Windows Server .: www.faq-o-matic.net: Die technische Community :. .: Twitter: http://twitter.com/Kaczenski :. .: MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski :.
| | | |
| gazzadownunder
Posts:10
 | | 06/24/2010 1:10 PM |
| As it has already been mentioned there is no way to get the extract size of an individual object in the dit. However, there is a book called Building Enterprise Active Directory Services, Notes from the field, (its no longer in print but there are second hand copy around ISBN 07356-9860-1), which has a detailed charter on determining the size of objects in the dit. The figures are based on the Windows 2000 (these are same figures in the technet article) so the sizes are not correct to Windows 2003 or Windows 2008 but If you really want to know the size of an object in the dit, you can use the test methodology to get the average size of an object.
Gary.
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Rick Sheikh Sent: Wednesday, 23 June 2010 6:02 AM To: activedir@mail.activedir.org Subject: Re: [ActiveDir] AD Object Size
Not sure if there is a way. However some reasonable estimations may be made following the formula described in this technet article.
http://technet.microsoft.com/en-us/library/cc961779.aspx
On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de> wrote:
What exacly do you mean by "size" and what do you need this information for?
Nils
Am 22.06.2010 21:40, schrieb Adeel Ansari:
Is there a way to find out the size of an AD object?
-- Adeel Ansari
-- www.kaczenski.de MVP Windows Server: Directory Services Twitter <http://twitter.com/Kaczenski> Die <http://www.stephanie-schneider.de/inhalte/die-buecher/> Bücher meiner Frau: Stephanie Schneider www.faq-o-matic.net: Die technische Community MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski
| | | |
| RobSilver
Posts:0
 | | 06/24/2010 1:40 PM |
| I believe the JetBlue guys will have the exact measurements. Anyone want to get hold of Brett?
Rob
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Gary Reynolds Sent: 24 June 2010 1:06 PM To: activedir@mail.activedir.org Subject: RE: [ActiveDir] AD Object Size
As it has already been mentioned there is no way to get the extract size of an individual object in the dit. However, there is a book called Building Enterprise Active Directory Services, Notes from the field, (it's no longer in print but there are second hand copy around ISBN 07356-9860-1), which has a detailed charter on determining the size of objects in the dit. The figures are based on the Windows 2000 (these are same figures in the technet article) so the sizes are not correct to Windows 2003 or Windows 2008 but If you really want to know the size of an object in the dit, you can use the test methodology to get the average size of an object.
Gary.
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Rick Sheikh Sent: Wednesday, 23 June 2010 6:02 AM To: activedir@mail.activedir.org Subject: Re: [ActiveDir] AD Object Size
Not sure if there is a way. However some reasonable estimations may be made following the formula described in this technet article.
http://technet.microsoft.com/en-us/library/cc961779.aspx On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de<mailto:n.ka@gmx.de>> wrote: What exacly do you mean by "size" and what do you need this information for?
Nils
Am 22.06.2010 21:40, schrieb Adeel Ansari: Is there a way to find out the size of an AD object?
-- Adeel Ansari
-- www.kaczenski.de<http://www.kaczenski.de> MVP Windows Server: Directory Services Twitter<http://twitter.com/Kaczenski> Die Bücher meiner Frau: Stephanie Schneider<http://www.stephanie-schneider.de/inhalte/die-buecher/> www.faq-o-matic.net<http://www.faq-o-matic.net>: Die technische Community MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski
| | | |
| listmail
Posts:824
 | | 06/24/2010 3:53 PM |
| Its been a few years, but I seem to recall having a conversation on this with both ~Eric and Brett in person while sitting around a table eating snacks and again if I recall correctly, it was a bit complex and in the end the answer wasnt going to be all that exact and not much better than just adding 1000 objects and watching to see what happens.
joie
--
O'Reilly Active Directory Fourth Edition - http://www.joeware.net/win/ad4e.htm
Blog: http://blog.joeware.net
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of [Infraspec] Rob Silver Sent: Thursday, June 24, 2010 8:39 AM To: activedir@mail.activedir.org Subject: RE: [ActiveDir] AD Object Size
I believe the JetBlue guys will have the exact measurements. Anyone want to get hold of Brett?
Rob
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Gary Reynolds Sent: 24 June 2010 1:06 PM To: activedir@mail.activedir.org Subject: RE: [ActiveDir] AD Object Size
As it has already been mentioned there is no way to get the extract size of an individual object in the dit. However, there is a book called Building Enterprise Active Directory Services, Notes from the field, (its no longer in print but there are second hand copy around ISBN 07356-9860-1), which has a detailed charter on determining the size of objects in the dit. The figures are based on the Windows 2000 (these are same figures in the technet article) so the sizes are not correct to Windows 2003 or Windows 2008 but If you really want to know the size of an object in the dit, you can use the test methodology to get the average size of an object.
Gary.
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Rick Sheikh Sent: Wednesday, 23 June 2010 6:02 AM To: activedir@mail.activedir.org Subject: Re: [ActiveDir] AD Object Size
Not sure if there is a way. However some reasonable estimations may be made following the formula described in this technet article.
http://technet.microsoft.com/en-us/library/cc961779.aspx
On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de> wrote:
What exacly do you mean by "size" and what do you need this information for?
Nils
Am 22.06.2010 21:40, schrieb Adeel Ansari:
Is there a way to find out the size of an AD object?
-- Adeel Ansari
-- www.kaczenski.de MVP Windows Server: Directory Services Twitter <http://twitter.com/Kaczenski> Die Bücher meiner Frau: Stephanie Schneider <http://www.stephanie-schneider.de/inhalte/die-buecher/> www.faq-o-matic.net: Die technische Community MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski
| | | |
| NilsK
Posts:105
 | | 06/24/2010 3:59 PM |
| ... and finally the question remains: What does the OP want to achieve? Why would he need that data? Unless he gives an answer to this there is not too much sense in digging into methodology ...
Nils
Am 24.06.2010 16:52, schrieb joe: > > It's been a few years, but I seem to recall having a conversation on > this with both ~Eric and Brett in person while sitting around a table > eating snacks and again if I recall correctly, it was a bit complex > and in the end the answer wasn't going to be all that exact and not > much better than just adding 1000 objects and watching to see what > happens. > > joie > > -- > > O'Reilly Active Directory Fourth Edition - > http://www.joeware.net/win/ad4e.htm > > Blog: http://blog.joeware.net > > *From:* activedir-owner@mail.activedir.org > [mailto:activedir-owner@mail.activedir.org] *On Behalf Of *[Infraspec] > Rob Silver > *Sent:* Thursday, June 24, 2010 8:39 AM > *To:* activedir@mail.activedir.org > *Subject:* RE: [ActiveDir] AD Object Size > > I believe the JetBlue guys will have the exact measurements. Anyone > want to get hold of Brett? > > Rob > > *From:* activedir-owner@mail.activedir.org > [mailto:activedir-owner@mail.activedir.org] *On Behalf Of *Gary Reynolds > *Sent:* 24 June 2010 1:06 PM > *To:* activedir@mail.activedir.org > *Subject:* RE: [ActiveDir] AD Object Size > > As it has already been mentioned there is no way to get the extract > size of an individual object in the dit. However, there is a book > called Building Enterprise Active Directory Services, Notes from the > field, (it's no longer in print but there are second hand copy around > ISBN 07356-9860-1), which has a detailed charter on determining the > size of objects in the dit. The figures are based on the Windows 2000 > (these are same figures in the technet article) so the sizes are not > correct to Windows 2003 or Windows 2008 but If you really want to know > the size of an object in the dit, you can use the test methodology to > get the average size of an object. > > Gary. > > *From:* activedir-owner@mail.activedir.org > [mailto:activedir-owner@mail.activedir.org] *On Behalf Of *Rick Sheikh > *Sent:* Wednesday, 23 June 2010 6:02 AM > *To:* activedir@mail.activedir.org > *Subject:* Re: [ActiveDir] AD Object Size > > Not sure if there is a way. However some reasonable estimations may be > made following the formula described in this technet article. > > http://technet.microsoft.com/en-us/library/cc961779.aspx > > On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de > <mailto:n.ka@gmx.de>> wrote: > > What exacly do you mean by "size" and what do you need this > information for? > > Nils > > > Am 22.06.2010 21:40, schrieb Adeel Ansari: > > Is there a way to find out the size of an AD object? > > -- > Adeel Ansari > > -- > www.kaczenski.de <http://www.kaczenski.de> > MVP Windows Server: Directory Services > Twitter <http://twitter.com/Kaczenski> > Die Bücher meiner Frau: Stephanie Schneider > <http://www.stephanie-schneider.de/inhalte/die-buecher/> > www.faq-o-matic.net <http://www.faq-o-matic.net>: Die technische Community > MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski >
-- www.kaczenski.de <http://www.kaczenski.de> MVP Windows Server: Directory Services Twitter <http://twitter.com/Kaczenski> Die Bücher meiner Frau: Stephanie Schneider <http://www.stephanie-schneider.de/inhalte/die-buecher/> www.faq-o-matic.net <http://www.faq-o-matic.net>: Die technische Community MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski
| | | |
| skradel
Posts:216
 | | 06/24/2010 4:10 PM |
| This is all a bit analogous to the position of the .NET / CLR team on user efforts to calculate the size in memory of an object... That information is not available, it's none of our business and it's highly subject to change in the future, so don't get too comfortable in thinking you can know the answer precisely. 
I tend to agree that any solution that has hard dependencies on these hidden implementation details is likely to be very brittle; just go with the flow, use the experiential results as a guide.
--Steve
On Thu, Jun 24, 2010 at 10:52 AM, joe <listmail@joeware.net> wrote: > It’s been a few years, but I seem to recall having a conversation on this > with both ~Eric and Brett in person while sitting around a table eating > snacks and again if I recall correctly, it was a bit complex and in the end > the answer wasn’t going to be all that exact and not much better than just > adding 1000 objects and watching to see what happens. > > > > joie > > > > -- > > O'Reilly Active Directory Fourth Edition - > http://www.joeware.net/win/ad4e.htm > > Blog: http://blog.joeware.net > > > > > > > > From: activedir-owner@mail.activedir.org > [mailto:activedir-owner@mail.activedir.org] On Behalf Of [Infraspec] Rob > Silver > Sent: Thursday, June 24, 2010 8:39 AM > > To: activedir@mail.activedir.org > Subject: RE: [ActiveDir] AD Object Size > > > > I believe the JetBlue guys will have the exact measurements. Anyone want to > get hold of Brett? > > > > Rob > > > > From: activedir-owner@mail.activedir.org > [mailto:activedir-owner@mail.activedir.org] On Behalf Of Gary Reynolds > Sent: 24 June 2010 1:06 PM > To: activedir@mail.activedir.org > Subject: RE: [ActiveDir] AD Object Size > > > > As it has already been mentioned there is no way to get the extract size of > an individual object in the dit. However, there is a book called Building > Enterprise Active Directory Services, Notes from the field, (it’s no longer > in print but there are second hand copy around ISBN 07356-9860-1), which has > a detailed charter on determining the size of objects in the dit. The > figures are based on the Windows 2000 (these are same figures in the technet > article) so the sizes are not correct to Windows 2003 or Windows 2008 but If > you really want to know the size of an object in the dit, you can use the > test methodology to get the average size of an object. > > > > Gary. > > > > > > From: activedir-owner@mail.activedir.org > [mailto:activedir-owner@mail.activedir.org] On Behalf Of Rick Sheikh > Sent: Wednesday, 23 June 2010 6:02 AM > To: activedir@mail.activedir.org > Subject: Re: [ActiveDir] AD Object Size > > > > Not sure if there is a way. However some reasonable estimations may be made > following the formula described in this technet article. > > http://technet.microsoft.com/en-us/library/cc961779.aspx > > On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de> wrote: > > What exacly do you mean by "size" and what do you need this information for? > > Nils > > > Am 22.06.2010 21:40, schrieb Adeel Ansari: > > Is there a way to find out the size of an AD object? > > -- > Adeel Ansari > > > > -- > www.kaczenski.de > MVP Windows Server: Directory Services > Twitter > Die Bücher meiner Frau: Stephanie Schneider > www.faq-o-matic.net: Die technische Community > MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski > >
| | | |
| fhartono
Posts:27
 | | 06/25/2010 12:19 AM |
| I'm sure those kind of estimation would be useful to many. Eg. Sizing, cap planning (I did say estimation..)
Eg, if you have a 200 domain controllers with 16gig ram, dit size at 10gb and an acquisition activity in the air. Ie. Will we have to cater for upgrade before or after the 10k users, 12k computers come in..
On 6/24/10, Steve Kradel <skradel@zetetic.net> wrote: > This is all a bit analogous to the position of the .NET / CLR team on > user efforts to calculate the size in memory of an object... That > information is not available, it's none of our business and it's > highly subject to change in the future, so don't get too comfortable > in thinking you can know the answer precisely.  > > I tend to agree that any solution that has hard dependencies on these > hidden implementation details is likely to be very brittle; just go > with the flow, use the experiential results as a guide. > > --Steve > > On Thu, Jun 24, 2010 at 10:52 AM, joe <listmail@joeware.net> wrote: >> It’s been a few years, but I seem to recall having a conversation on this >> with both ~Eric and Brett in person while sitting around a table eating >> snacks and again if I recall correctly, it was a bit complex and in the >> end >> the answer wasn’t going to be all that exact and not much better than just >> adding 1000 objects and watching to see what happens. >> >> >> >> joie >> >> >> >> -- >> >> O'Reilly Active Directory Fourth Edition - >> http://www.joeware.net/win/ad4e.htm >> >> Blog: http://blog.joeware.net >> >> >> >> >> >> >> >> From: activedir-owner@mail.activedir.org >> [mailto:activedir-owner@mail.activedir.org] On Behalf Of [Infraspec] Rob >> Silver >> Sent: Thursday, June 24, 2010 8:39 AM >> >> To: activedir@mail.activedir.org >> Subject: RE: [ActiveDir] AD Object Size >> >> >> >> I believe the JetBlue guys will have the exact measurements. Anyone want >> to >> get hold of Brett? >> >> >> >> Rob >> >> >> >> From: activedir-owner@mail.activedir.org >> [mailto:activedir-owner@mail.activedir.org] On Behalf Of Gary Reynolds >> Sent: 24 June 2010 1:06 PM >> To: activedir@mail.activedir.org >> Subject: RE: [ActiveDir] AD Object Size >> >> >> >> As it has already been mentioned there is no way to get the extract size >> of >> an individual object in the dit. However, there is a book called Building >> Enterprise Active Directory Services, Notes from the field, (it’s no >> longer >> in print but there are second hand copy around ISBN 07356-9860-1), which >> has >> a detailed charter on determining the size of objects in the dit. The >> figures are based on the Windows 2000 (these are same figures in the >> technet >> article) so the sizes are not correct to Windows 2003 or Windows 2008 but >> If >> you really want to know the size of an object in the dit, you can use the >> test methodology to get the average size of an object. >> >> >> >> Gary. >> >> >> >> >> >> From: activedir-owner@mail.activedir.org >> [mailto:activedir-owner@mail.activedir.org] On Behalf Of Rick Sheikh >> Sent: Wednesday, 23 June 2010 6:02 AM >> To: activedir@mail.activedir.org >> Subject: Re: [ActiveDir] AD Object Size >> >> >> >> Not sure if there is a way. However some reasonable estimations may be >> made >> following the formula described in this technet article. >> >> http://technet.microsoft.com/en-us/library/cc961779.aspx >> >> On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de> wrote: >> >> What exacly do you mean by "size" and what do you need this information >> for? >> >> Nils >> >> >> Am 22.06.2010 21:40, schrieb Adeel Ansari: >> >> Is there a way to find out the size of an AD object? >> >> -- >> Adeel Ansari >> >> >> >> -- >> www.kaczenski.de >> MVP Windows Server: Directory Services >> Twitter >> Die Bücher meiner Frau: Stephanie Schneider >> www.faq-o-matic.net: Die technische Community >> MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski >> >> > >
-- Kind Regards,
Freddy Hartono
| | | |
| gazzadownunder
Posts:10
 | | 06/25/2010 4:05 AM |
| The article provides the details for the users and few other object types, the book provides a lot more and impact of adding additional attribute types to objects. The Windows 2000 AD Sizer tool is still available for download on the Microsoft download site, but like the information in the article and book these are only based on Windows 2000 schema. You can use these figures for rough sizing, previously I have used these figures plus 15-20% for Windows 2003 and Exchange 2003 estimates and they have been pretty close.
Gary.
________________________________
From: Freddy Hartono <freddyhartono@gmail.com>
To: activedir@mail.activedir.org
Sent: Fri, 25 June, 2010 9:18:41 AM
Subject: Re: [ActiveDir] AD Object Size
I'm sure those kind of estimation would be useful to many. Eg. Sizing,
cap planning (I did say estimation..)
Eg, if you have a 200 domain controllers with 16gig ram, dit size at
10gb and an acquisition activity in the air. Ie. Will we have to cater
for upgrade before or after the 10k users, 12k computers come in..
On 6/24/10, Steve Kradel <skradel@zetetic.net> wrote:
> This is all a bit analogous to the position of the .NET / CLR team on
> user efforts to calculate the size in memory of an object... That
> information is not available, it's none of our business and it's
> highly subject to change in the future, so don't get too comfortable
> in thinking you can know the answer precisely.
>
> I tend to agree that any solution that has hard dependencies on these
> hidden implementation details is likely to be very brittle; just go
> with the flow, use the experiential results as a guide.
>
> --Steve
>
> On Thu, Jun 24, 2010 at 10:52 AM, joe <listmail@joeware.net> wrote:
>> It’s been a few years, but I seem to recall having a conversation on this
>> with both ~Eric and Brett in person while sitting around a table eating
>> snacks and again if I recall correctly, it was a bit complex and in the
>> end
>> the answer wasn’t going to be all that exact and not much better than just
>> adding 1000 objects and watching to see what happens.
>>
>>
>>
>> joie
>>
>>
>>
>> --
>>
>> O'Reilly Active Directory Fourth Edition -
>> http://www.joeware.net/win/ad4e.htm
>>
>> Blog: http://blog.joeware.net
>>
>>
>>
>>
>>
>>
>>
>> From: activedir-owner@mail.activedir.org
>> [mailto:activedir-owner@mail.activedir.org] On Behalf Of [Infraspec] Rob
>> Silver
>> Sent: Thursday, June 24, 2010 8:39 AM
>>
>> To: activedir@mail.activedir.org
>> Subject: RE: [ActiveDir] AD Object Size
>>
>>
>>
>> I believe the JetBlue guys will have the exact measurements. Anyone want
>> to
>> get hold of Brett?
>>
>>
>>
>> Rob
>>
>>
>>
>> From: activedir-owner@mail.activedir.org
>> [mailto:activedir-owner@mail.activedir.org] On Behalf Of Gary Reynolds
>> Sent: 24 June 2010 1:06 PM
>> To: activedir@mail.activedir.org
>> Subject: RE: [ActiveDir] AD Object Size
>>
>>
>>
>> As it has already been mentioned there is no way to get the extract size
>> of
>> an individual object in the dit. However, there is a book called Building
>> Enterprise Active Directory Services, Notes from the field, (it’s no
>> longer
>> in print but there are second hand copy around ISBN 07356-9860-1), which
>> has
>> a detailed charter on determining the size of objects in the dit. The
>> figures are based on the Windows 2000 (these are same figures in the
>> technet
>> article) so the sizes are not correct to Windows 2003 or Windows 2008 but
>> If
>> you really want to know the size of an object in the dit, you can use the
>> test methodology to get the average size of an object.
>>
>>
>>
>> Gary.
>>
>>
>>
>>
>>
>> From: activedir-owner@mail.activedir.org
>> [mailto:activedir-owner@mail.activedir.org] On Behalf Of Rick Sheikh
>> Sent: Wednesday, 23 June 2010 6:02 AM
>> To: activedir@mail.activedir.org
>> Subject: Re: [ActiveDir] AD Object Size
>>
>>
>>
>> Not sure if there is a way. However some reasonable estimations may be
>> made
>> following the formula described in this technet article.
>>
>> http://technet.microsoft.com/en-us/library/cc961779.aspx
>>
>> On Tue, Jun 22, 2010 at 2:46 PM, Nils Kaczenski <n.ka@gmx.de> wrote:
>>
>> What exacly do you mean by "size" and what do you need this information
>> for?
>>
>> Nils
>>
>>
>> Am 22.06.2010 21:40, schrieb Adeel Ansari:
>>
>> Is there a way to find out the size of an AD object?
>>
>> --
>> Adeel Ansari
>>
>>
>>
>> --
>> www.kaczenski.de
>> MVP Windows Server: Directory Services
>> Twitter
>> Die Bücher meiner Frau: Stephanie Schneider
>> www.faq-o-matic.net: Die technische Community
>> MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski
>>
>>
>
>
--
Kind Regards,
Freddy Hartono
| | | |
| NilsK
Posts:105
 | | 06/25/2010 1:30 PM |
| > > I'm sure those kind of estimation would be useful to many. Eg. Sizing, > cap planning (I did say estimation..) > OK, if it's this, a rough estimate is pretty much enough. There's docs about this on the web, links have been quoted here.
If the OP needs different information he should tell us.
Nils
-- www.kaczenski.de <http://www.kaczenski.de> MVP Windows Server: Directory Services Twitter <http://twitter.com/Kaczenski> Die Bücher meiner Frau: Stephanie Schneider <http://www.stephanie-schneider.de/inhalte/die-buecher/> www.faq-o-matic.net <http://www.faq-o-matic.net>: Die technische Community MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski
| | | |
| RobSilver
Posts:0
 | | 06/25/2010 2:02 PM |
| Estimates are better than accuracy in many instances in any event unless you are timing the 100M Olympic sprint. It's impossible to buy 3.7Kbs of disk space for every user you have. What happens when a new user joins. Chaos... AD down, log files full.
It's like going to the petrol pump and putting in 2.7124 litres of fuel so that you can get to work.
There's nothing wrong with being highly professional in your work while simultaneously estimating instead of looking for accuracy. I might be over simplifying this without an understanding of what the real reasoning is behind this level of required accuracy.
Regards,
Rob
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Nils Kaczenski Sent: 25 June 2010 1:27 PM To: activedir@mail.activedir.org Subject: Re: [ActiveDir] AD Object Size
I'm sure those kind of estimation would be useful to many. Eg. Sizing,
cap planning (I did say estimation..)
OK, if it's this, a rough estimate is pretty much enough. There's docs about this on the web, links have been quoted here.
If the OP needs different information he should tell us.
Nils -- www.kaczenski.de<http://www.kaczenski.de> MVP Windows Server: Directory Services Twitter<http://twitter.com/Kaczenski> Die Bücher meiner Frau: Stephanie Schneider<http://www.stephanie-schneider.de/inhalte/die-buecher/> www.faq-o-matic.net<http://www.faq-o-matic.net>: Die technische Community MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski
| | | |
| RickSheikh
Posts:373
 | | 07/02/2010 4:37 PM |
| Here is an interesting way to retrieve all users accounts (and other objects) from your AD (with all the attributes/properties) that contribute to the accounts' sizes and exporting them into XML files for review.
http://dmitrysotnikov.wordpress.com/2009/06/08/find-large-objects-in-ad/
Perhaps that can serve as an estimation tool as well.
On Fri, Jun 25, 2010 at 7:59 AM, [Infraspec] Rob Silver <rob@infraspec.net>wrote:
> Estimates are better than accuracy in many instances in any event unless > you are timing the 100M Olympic sprint. It’s impossible to buy 3.7Kbs of > disk space for every user you have. What happens when a new user joins. > Chaos… AD down, log files full. > > > > It’s like going to the petrol pump and putting in 2.7124 litres of fuel so > that you can get to work. > > > > There’s nothing wrong with being highly professional in your work while > simultaneously estimating instead of looking for accuracy. I might be over > simplifying this without an understanding of what the real reasoning is > behind this level of required accuracy. > > > > *Regards, * > > > > *Rob * > > > > *From:* activedir-owner@mail.activedir.org [mailto: > activedir-owner@mail.activedir.org] *On Behalf Of *Nils Kaczenski > *Sent:* 25 June 2010 1:27 PM > > *To:* activedir@mail.activedir.org > *Subject:* Re: [ActiveDir] AD Object Size > > > > I'm sure those kind of estimation would be useful to many. Eg. Sizing, > > cap planning (I did say estimation..) > > > > OK, if it's this, a rough estimate is pretty much enough. There's docs > about this on the web, links have been quoted here. > > If the OP needs different information he should tell us. > > Nils > > -- > www.kaczenski.de > MVP Windows Server: Directory Services > Twitter <http://twitter.com/Kaczenski> > Die Bücher meiner Frau: Stephanie Schneider<http://www.stephanie-schneider.de/inhalte/die-buecher/> > www.faq-o-matic.net: Die technische Community > MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski >
| | | |
| skradel
Posts:216
 | | 07/02/2010 4:49 PM |
| On Fri, Jul 2, 2010 at 11:35 AM, Rick Sheikh <ricksheikh@gmail.com> wrote: > Here is an interesting way to retrieve all users accounts (and other > objects) from your AD (with all the attributes/properties) that contribute > to the accounts' sizes and exporting them into XML files for review.
Ah, but you still can't know the cost of storing that object on the directory server through this method... what if the entry has a long string attribute, and that attribute is substring ("tuple") indexed? Does JET Blue store DirectoryString, UnicodeString, CaseInsensitiveString, etc., all as UTF-8, UTF-16, or something else, potentially making a short string "longer" than a seemingly longer binary attribute? How much space does it take to store and index objectCategory, or backlinks, or any of the many other special AD things?
> > http://dmitrysotnikov.wordpress.com/2009/06/08/find-large-objects-in-ad/ > > Perhaps that can serve as an estimation tool as well. > > On Fri, Jun 25, 2010 at 7:59 AM, [Infraspec] Rob Silver <rob@infraspec.net> > wrote: >> >> Estimates are better than accuracy in many instances in any event unless >> you are timing the 100M Olympic sprint. It’s impossible to buy 3.7Kbs of >> disk space for every user you have. What happens when a new user joins. >> Chaos… AD down, log files full. >> >> >> >> It’s like going to the petrol pump and putting in 2.7124 litres of fuel so >> that you can get to work. >> >> >> >> There’s nothing wrong with being highly professional in your work while >> simultaneously estimating instead of looking for accuracy. I might be over >> simplifying this without an understanding of what the real reasoning is >> behind this level of required accuracy. >> >> >> >> Regards, >> >> >> >> Rob >> >> >> >> From: activedir-owner@mail.activedir.org >> [mailto:activedir-owner@mail.activedir.org] On Behalf Of Nils Kaczenski >> Sent: 25 June 2010 1:27 PM >> >> To: activedir@mail.activedir.org >> Subject: Re: [ActiveDir] AD Object Size >> >> >> >> I'm sure those kind of estimation would be useful to many. Eg. Sizing, >> >> cap planning (I did say estimation..) >> >> >> >> OK, if it's this, a rough estimate is pretty much enough. There's docs >> about this on the web, links have been quoted here. >> >> If the OP needs different information he should tell us. >> >> Nils >> >> -- >> www.kaczenski.de >> MVP Windows Server: Directory Services >> Twitter >> Die Bücher meiner Frau: Stephanie Schneider >> www.faq-o-matic.net: Die technische Community >> MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski >
| | | |
| aansari
Posts:67
 | | 07/09/2010 7:11 AM |
| Sorry, I went on vacation after asking this question. The main reason for my question is to understand which object in the AD is has the largest payload on the replication.
On Fri, Jul 2, 2010 at 10:47 AM, Steve Kradel <skradel@zetetic.net> wrote:
> On Fri, Jul 2, 2010 at 11:35 AM, Rick Sheikh <ricksheikh@gmail.com> wrote: > > Here is an interesting way to retrieve all users accounts (and other > > objects) from your AD (with all the attributes/properties) that > contribute > > to the accounts' sizes and exporting them into XML files for review. > > Ah, but you still can't know the cost of storing that object on the > directory server through this method... what if the entry has a long > string attribute, and that attribute is substring ("tuple") indexed? > Does JET Blue store DirectoryString, UnicodeString, > CaseInsensitiveString, etc., all as UTF-8, UTF-16, or something else, > potentially making a short string "longer" than a seemingly longer > binary attribute? How much space does it take to store and index > objectCategory, or backlinks, or any of the many other special AD > things? > > > > > http://dmitrysotnikov.wordpress.com/2009/06/08/find-large-objects-in-ad/ > > > > Perhaps that can serve as an estimation tool as well. > > > > On Fri, Jun 25, 2010 at 7:59 AM, [Infraspec] Rob Silver < > rob@infraspec.net> > > wrote: > >> > >> Estimates are better than accuracy in many instances in any event unless > >> you are timing the 100M Olympic sprint. It’s impossible to buy 3.7Kbs > of > >> disk space for every user you have. What happens when a new user joins. > >> Chaos… AD down, log files full. > >> > >> > >> > >> It’s like going to the petrol pump and putting in 2.7124 litres of fuel > so > >> that you can get to work. > >> > >> > >> > >> There’s nothing wrong with being highly professional in your work while > >> simultaneously estimating instead of looking for accuracy. I might be > over > >> simplifying this without an understanding of what the real reasoning is > >> behind this level of required accuracy. > >> > >> > >> > >> Regards, > >> > >> > >> > >> Rob > >> > >> > >> > >> From: activedir-owner@mail.activedir.org > >> [mailto:activedir-owner@mail.activedir.org] On Behalf Of Nils Kaczenski > >> Sent: 25 June 2010 1:27 PM > >> > >> To: activedir@mail.activedir.org > >> Subject: Re: [ActiveDir] AD Object Size > >> > >> > >> > >> I'm sure those kind of estimation would be useful to many. Eg. Sizing, > >> > >> cap planning (I did say estimation..) > >> > >> > >> > >> OK, if it's this, a rough estimate is pretty much enough. There's docs > >> about this on the web, links have been quoted here. > >> > >> If the OP needs different information he should tell us. > >> > >> Nils > >> > >> -- > >> www.kaczenski.de > >> MVP Windows Server: Directory Services > >> Twitter > >> Die Bücher meiner Frau: Stephanie Schneider > >> www.faq-o-matic.net: Die technische Community > >> MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski > > > >
-- Adeel Ansari
| | | |
| bdesmond
Posts:996
 | | 07/09/2010 5:34 PM |
| You're not replicating whole objects other than when you spin up a new DC so you're only looking at the changes and you can pretty easily measure those...
Thanks, Brian Desmond brian@briandesmond.com
c - 312.731.3132
From: activedir-owner@mail.activedir.org [mailto:activedir-owner@mail.activedir.org] On Behalf Of Adeel Ansari Sent: Friday, July 09, 2010 1:09 AM To: activedir@mail.activedir.org Subject: Re: [ActiveDir] AD Object Size
Sorry, I went on vacation after asking this question. The main reason for my question is to understand which object in the AD is has the largest payload on the replication. On Fri, Jul 2, 2010 at 10:47 AM, Steve Kradel <skradel@zetetic.net<mailto:skradel@zetetic.net>> wrote: On Fri, Jul 2, 2010 at 11:35 AM, Rick Sheikh <ricksheikh@gmail.com<mailto:ricksheikh@gmail.com>> wrote: > Here is an interesting way to retrieve all users accounts (and other > objects) from your AD (with all the attributes/properties) that contribute > to the accounts' sizes and exporting them into XML files for review. Ah, but you still can't know the cost of storing that object on the directory server through this method... what if the entry has a long string attribute, and that attribute is substring ("tuple") indexed? Does JET Blue store DirectoryString, UnicodeString, CaseInsensitiveString, etc., all as UTF-8, UTF-16, or something else, potentially making a short string "longer" than a seemingly longer binary attribute? How much space does it take to store and index objectCategory, or backlinks, or any of the many other special AD things?
> > http://dmitrysotnikov.wordpress.com/2009/06/08/find-large-objects-in-ad/ > > Perhaps that can serve as an estimation tool as well. > > On Fri, Jun 25, 2010 at 7:59 AM, [Infraspec] Rob Silver <rob@infraspec.net<mailto:rob@infraspec.net>> > wrote: >> >> Estimates are better than accuracy in many instances in any event unless >> you are timing the 100M Olympic sprint. It's impossible to buy 3.7Kbs of >> disk space for every user you have. What happens when a new user joins. >> Chaos... AD down, log files full. >> >> >> >> It's like going to the petrol pump and putting in 2.7124 litres of fuel so >> that you can get to work. >> >> >> >> There's nothing wrong with being highly professional in your work while >> simultaneously estimating instead of looking for accuracy. I might be over >> simplifying this without an understanding of what the real reasoning is >> behind this level of required accuracy. >> >> >> >> Regards, >> >> >> >> Rob >> >> >> >> From: activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org> >> [mailto:activedir-owner@mail.activedir.org<mailto:activedir-owner@mail.activedir.org>] On Behalf Of Nils Kaczenski >> Sent: 25 June 2010 1:27 PM >> >> To: activedir@mail.activedir.org<mailto:activedir@mail.activedir.org> >> Subject: Re: [ActiveDir] AD Object Size >> >> >> >> I'm sure those kind of estimation would be useful to many. Eg. Sizing, >> >> cap planning (I did say estimation..) >> >> >> >> OK, if it's this, a rough estimate is pretty much enough. There's docs >> about this on the web, links have been quoted here. >> >> If the OP needs different information he should tell us. >> >> Nils >> >> -- >> www.kaczenski.de<http://www.kaczenski.de> >> MVP Windows Server: Directory Services >> Twitter >> Die Bücher meiner Frau: Stephanie Schneider >> www.faq-o-matic.net<http://www.faq-o-matic.net>: Die technische Community >> MVP-Profil: https://mvp.support.microsoft.com/profile/Nils.Kaczenski >
-- Adeel Ansari
| | | |
|
|